Skip to content

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

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

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /scripts#1573
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scripts/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

@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. typescript-eslint@8.57.1 requires typescript >=4.8.4 <6.0.0 — root cause of CI failure. Needs ≥8.58.0.
  2. Cross-directory mismatch — /scripts would be on TS 6.0.2 while /tests stays on TS 5.x.
  3. TS 6.0 breaking defaulttypes now defaults to [], may need explicit "types": ["node"] in tsconfig.json.

Recommendation: Close this PR and #1575. Create a single coordinated PR that upgrades TS 6.0.2 + typescript-eslint 8.58.0+ across both /scripts and /tests with any necessary tsconfig adjustments.

@msalaman msalaman self-assigned this Apr 1, 2026
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/scripts/typescript-6.0.2 branch from 6f756ec to 7878cc5 Compare April 2, 2026 15:57
@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/scripts/typescript-6.0.2 branch April 3, 2026 16:23
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