chore: bump typescript from 5.9.3 to 7.0.2 - #45
Conversation
|
Claude finished @dependabot[bot]'s task in 3m 28s —— View job Dependency review: typescript 5.9.3 → 7.0.2Verdict: crosses two majors (5 → 7, skipping 6) and switches to the native Go compiler. What changed
Compatibility check against this repo
|
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f7eabd3 to
4ccdad8
Compare
| "@types/node": "^22.0.0", | ||
| "tsx": "^4.19.0", | ||
| "typescript": "^5.7.0", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
This crosses two majors (5 → 7, skipping 6 entirely) and swaps the JS compiler for the native Go port. Two things visible in the lockfile diff that are worth knowing before merge:
tsserveris gone frombin(tscis the only bin now). Anyone whose editor is set to "use workspace TypeScript version" will lose language-server support until they switch to the TS 7 LSP.- 20 new optional platform binary packages (
@typescript/typescript-<os>-<cpu>) are now install-time deps.npm ci --omit=optional, or any platform not in that list, leavestscwith no binary to run.
Neither blocks the bump — CI is green on Node 22 and 24 — but see the top-level comment for the one behaviour I'd verify manually.
Bumps typescript from 5.9.3 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.