Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /tests - #1575

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tests/typescript-6.0.2
Closed

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /tests#1575
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tests/typescript-6.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 30, 2026
Tom Meschter (tmeschter) added a commit to tmeschter/GitHub-Copilot-for-Azure that referenced this pull request Mar 30, 2026
Update the version of eslint-plugin-jest. This will help unblock an
update to TypeScript 6.0 (microsoft#1575).
kvenkatrajan pushed a commit that referenced this pull request Mar 30, 2026
Update the version of eslint-plugin-jest. This will help unblock an
update to TypeScript 6.0 (#1575).
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>

@wbreza Wallace Breza (wbreza) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

TypeScript 6.x is a major bump that can't be merged in isolation:

  1. ts-jest@29.4.6 requires typescript >=4.3 <6 — root cause of CI ERESOLVE failure.
  2. typescript-eslint@8.57.1 requires typescript >=4.8.4 <6.0.0 — second peer conflict. Needs ≥8.58.0.
  3. Cross-directory mismatch — /tests would be on TS 6.0.2 while /scripts stays on TS 5.x.

Recommendation: Close this PR and #1573. Create a single coordinated PR that upgrades TS 6.0.2 + ts-jest (latest 29.x with TS 6 support) + typescript-eslint 8.58.0+ across both /scripts and /tests.

@fanyang-mono

Copy link
Copy Markdown
Contributor

As Wallace Breza (@wbreza) suggested, closing this one in honor of #1700

@dependabot @github

dependabot Bot commented on behalf of github Apr 3, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tests/typescript-6.0.2 branch April 3, 2026 16:22
Barbara 4bes (Ba4bes) pushed a commit to Ba4bes/GitHub-Copilot-for-Azure that referenced this pull request Apr 24, 2026
Update the version of eslint-plugin-jest. This will help unblock an
update to TypeScript 6.0 (microsoft#1575).
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