updates/2026#1
Merged
Merged
Conversation
Contributor
AAllport
commented
May 12, 2026
- chore: Added renovate
- chore(deps): Updated GHA Deps
- chore(deps): Updated pnpm & deps
There was a problem hiding this comment.
Pull request overview
This PR introduces Renovate configuration and updates project dependencies/tooling (pnpm + TypeScript ecosystem) along with GitHub Actions workflow dependency bumps.
Changes:
- Add
renovate.jsonextendingLocalBytes/renovate-config. - Upgrade dev/runtime dependencies (notably TypeScript, ts-morph, ts-patch) and update
pnpm-lock.yamlaccordingly. - Update GitHub Actions workflow steps and action versions.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
renovate.json |
Adds Renovate configuration extending the shared org config. |
package.json |
Updates pnpm/TS-related dependencies and pins packageManager to pnpm 11. |
pnpm-lock.yaml |
Lockfile refresh reflecting upgraded dependencies and new engine constraints (e.g., ts-patch). |
.github/workflows/build.yaml |
Updates action versions and changes Node/pnpm setup steps. |
.idea/vcs.xml |
Adds JetBrains commit message inspection profile config. |
Files not reviewed (2)
- .idea/vcs.xml: Language not supported
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| with: | ||
| node-version: 20 | ||
| cache: 'pnpm' | ||
| uses: actions/setup-node@v6 |
Comment on lines
20
to
+25
| "madge": "^8.0.0", | ||
| "ts-morph": "^23.0.0", | ||
| "ts-morph": "^28.0.0", | ||
| "ts-node": "^10.9.2", | ||
| "ts-patch": "^3.2.1", | ||
| "typescript": "~5.5.4", | ||
| "typescript-transform-paths": "^3.5.1" | ||
| "ts-patch": "^4.0.1", | ||
| "typescript": "^6.0.3", | ||
| "typescript-transform-paths": "^3.5.6" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.