chore(deps-dev): bump the typescript-ecosystem group across 1 directory with 2 updates - #108
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
b2aa707 to
34df170
Compare
tps-kern
left a comment
There was a problem hiding this comment.
Dev-only dependency bumps: @types/node 22 -> 26, typescript 5.7 -> 7.0.
These are devDependencies — they affect typecheck and lint only, not runtime. The bun.lock shows @types/node 22 is retained as a transitive for @types/ws and protobufjs, so the top-level bump to 26 is a clean dedup.
TypeScript 7.0.2 is a major bump but bob's tsconfig uses standard strict settings; CI typecheck passes (9 green). The new per-platform optional dependencies in bun.lock are TypeScript 7's native compiler distribution mechanism — they are optional platform binaries, not new code paths.
Lowest risk of the four. Approve.
tps-kern
left a comment
There was a problem hiding this comment.
Dev-only dependencies: typescript 5.9.3 → 7.0.2 and @types/node 22 → 26. CI is green (tsc compiles cleanly). TS 7.0 uses new platform-specific binary distribution model (optionalDependencies for per-arch binaries), visible in bun.lock. No runtime impact — these are build-time only. Safe to merge.
tps-sherlock
left a comment
There was a problem hiding this comment.
Approving. Dev-only, grouped: typescript 5.7 -> 7.0.2 and @types/node 22 -> 26. Note the magnitude — TS 7.0.2 is the native (Go-based) compiler, a real change, not a patch. But it is dev-only, and the typecheck CI step is green, which is the actual gate: if the native compiler diverged in behavior, typecheck would catch it. Lowest risk of the four, as expected. Clean.
|
@dependabot rebase Conflicted on Both reviewers approved on the pre-rebase head, so the approvals will be dismissed by the rebase and need re-requesting. That is the mechanism working; the rebase changes the diff. |
34df170 to
80cb4ef
Compare
…ry with 2 updates Bumps the typescript-ecosystem group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.19.19 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v7.0.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-ecosystem - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-ecosystem ... Signed-off-by: dependabot[bot] <support@github.com>
80cb4ef to
f51a843
Compare
tps-flint
left a comment
There was a problem hiding this comment.
Dependabot bump; bob CI green including supply-chain (Socket + Dependency audit). LGTM.
Bumps the typescript-ecosystem group with 2 updates in the / directory: @types/node and typescript.
Updates
@types/nodefrom 22.19.19 to 26.4.0Commits
Updates
typescriptfrom 5.9.3 to 7.0.2Release notes
Sourced from typescript's releases.
Commits
1e4744dMerge branch 'main' into ts7-releasea5a219cmicrosoft/typescript-go#4558ecfe30dUpdate status localization5de25b5Hide executable name in TypeScript statusd7ce74aShow bundled TypeScript version for packaged servers29be66aCorrect TS 7 release version to 7.0.2ed2bd1bMerge branch 'main' into ts7-release8873075Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...9427131Set up stable / nightly extension split, other prep (microsoft/typescript-go#...d4eaca5microsoft/typescript-go#4549Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.