Skip to content

Bump typescript from 5.9.3 to 6.0.2#377

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-6.0.2
Closed

Bump typescript from 5.9.3 to 6.0.2#377
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from 607bfe9 to c4fba92 Compare March 26, 2026 00:50
@makrsmark
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 26, 2026

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

@makrsmark
Copy link
Copy Markdown
Collaborator

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from c4fba92 to 08cf5f2 Compare April 9, 2026 02:21
Copy link
Copy Markdown
Contributor

@kevinelliott kevinelliott left a comment

Choose a reason for hiding this comment

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

Verdict: Hold (Blocker)

This is a major version bump (TypeScript 5.9.3 -> 6.0.2) that breaks the dependency graph.

CI status: All build matrix jobs (20.x / 22.x / 24.x / latest) fail at npm ci with ERESOLVE:

  • ts-jest@29.4.6 declares peer typescript@">=4.3 <6" -> conflicts with ^6.0.2.
  • (Note: @typescript-eslint/eslint-plugin@8.58.0's peer typescript@">=4.8.4 <6.1.0" is technically satisfied, but ts-jest is the hard blocker.)

Dependabot also reports it cannot resolve the JS dependency files. As @makrsmark noted, this is gated on typescript-eslint#12123 plus a ts-jest release with TS 6 support.

Recommendation: Hold until ts-jest (and ideally typescript-eslint) ship TS 6.x compatible releases. Once unblocked, also smoke-test lib/utils/miam.ts strict typing under TS 6 since the major may surface new diagnostics. Do not merge with --legacy-peer-deps.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #433.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 27, 2026 05:18
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.

2 participants