chore(deps): update dependency typescript to v6#1074
chore(deps): update dependency typescript to v6#1074yurishkuro merged 1 commit intojaegertracing:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the TypeScript compiler version used by the scripts/reorg-docs documentation reorganization tool, keeping the toolchain current with the latest TypeScript major release.
Changes:
- Bump
typescriptinscripts/reorg-docsfrom^5.8.3to^6.0.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "memfs": "^4.17.2", | ||
| "ts-jest": "^29.3.4", | ||
| "typescript": "^5.8.3" | ||
| "typescript": "^6.0.0" |
There was a problem hiding this comment.
This bumps TypeScript to a new major version for the scripts/reorg-docs tool, but the repo’s CI workflow appears to only run npm install/checks at the repository root and does not build/test scripts/reorg-docs. To avoid silent breakage (e.g., compiler or ts-jest/jest integration changes), consider adding a CI step/job that runs npm install + npm test (and/or npm run build) in scripts/reorg-docs when this package.json changes.
| "typescript": "^6.0.0" | |
| "typescript": "^5.6.3" |
Signed-off-by: Mend Renovate <bot@renovateapp.com>
a2cc315 to
1c092d2
Compare
This PR contains the following updates:
^5.8.3→^6.0.0Release Notes
microsoft/TypeScript (typescript)
v6.0.2Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.