chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#663
chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#663dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Greptile SummaryThis is a dependabot-generated major version bump of TypeScript from 5.9.3 to 6.0.2. The change is isolated to Key findings:
Confidence Score: 4/5Mostly safe to merge, but the lock file's removal of The TypeScript version update itself is straightforward. However, the lock file regeneration side effect — removing
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[npm install on Linux] --> B{libc field present\nin package-lock.json?}
B -- "Yes (before PR)" --> C[npm reads libc field\nto filter platform packages]
C --> D{System libc?}
D -- glibc --> E[Install codegraph-linux-x64-gnu]
D -- musl --> F[Install codegraph-linux-x64-musl]
B -- "No (after PR)" --> G[npm uses only OS + CPU\nfor optional package selection]
G --> H{May install wrong\nbinary variant}
H -- "Load succeeds" --> I[Native engine active]
H -- "Load fails" --> J[Falls back to WASM engine]
E --> I
F --> I
|
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4e8a466 to
faee2c8
Compare
|
Closing — TypeScript 6.x is a major version bump that deprecates \ in \ (TS5101), breaking the build. All CI failures cascade from this. A major TS upgrade needs deliberate migration, not an auto-merge. We'll track TS 6 adoption separately when ready. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps typescript from 5.9.3 to 6.0.2.
Release notes
Sourced from typescript's releases.
Commits
607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)