Skip to content

chore(deps-dev): bump the typescript-ecosystem group across 1 directory with 2 updates - #108

Merged
tps-flint merged 1 commit into
mainfrom
dependabot/bun/typescript-ecosystem-f07d571036
Sep 1, 2026
Merged

chore(deps-dev): bump the typescript-ecosystem group across 1 directory with 2 updates#108
tps-flint merged 1 commit into
mainfrom
dependabot/bun/typescript-ecosystem-f07d571036

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the typescript-ecosystem group with 2 updates in the / directory: @types/node and typescript.

Updates @types/node from 22.19.19 to 26.4.0

Commits

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0.1 RC

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@socket-security

socket-security Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​types/​node@​26.4.01001008196100
Updatedtypescript@​5.9.3 ⏵ 7.0.29910089 -1100100 +10

View full report

@dependabot dependabot Bot changed the title chore(deps-dev): bump the typescript-ecosystem group with 2 updates chore(deps-dev): bump the typescript-ecosystem group across 1 directory with 2 updates Aug 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/typescript-ecosystem-f07d571036 branch from b2aa707 to 34df170 Compare August 27, 2026 17:11

@tps-kern tps-kern left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 tps-kern left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 tps-sherlock left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@tps-flint

Copy link
Copy Markdown
Contributor

@dependabot rebase

Conflicted on bun.lock after #116, #111 and #109 merged ahead of it. This PR is the typescript-ecosystem group bump, so it touches the widest set — and I merged it last, which is the wrong order and a rule I had already written down after the same thing happened on #53.

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.

@dependabot
dependabot Bot force-pushed the dependabot/bun/typescript-ecosystem-f07d571036 branch from 34df170 to 80cb4ef Compare August 28, 2026 05:51
…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>
@dependabot
dependabot Bot force-pushed the dependabot/bun/typescript-ecosystem-f07d571036 branch from 80cb4ef to f51a843 Compare August 31, 2026 20:00

@tps-flint tps-flint left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot bump; bob CI green including supply-chain (Socket + Dependency audit). LGTM.

@tps-flint
tps-flint merged commit fc41204 into main Sep 1, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/bun/typescript-ecosystem-f07d571036 branch September 1, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants