Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #315

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

chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

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
Maintainer changes

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


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
typescript [>= 6.a, < 7]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates (used by dependabot.yml) label Aug 17, 2026
@dependabot dependabot Bot added the dependencies Dependency updates (used by dependabot.yml) label Aug 17, 2026
@zeshi-du

Copy link
Copy Markdown
Contributor

Closing this, and this one isn't a policy-only close — it doesn't build.

npm ci fails at dependency resolution before anything else runs:

npm error ERESOLVE could not resolve
npm error While resolving: typescript-eslint@8.66.0
npm error Found: typescript@7.0.2
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from typescript-eslint@8.66.0

typescript-eslint@8.66.0's peer range is >=4.8.4 <6.1.0, and that's the actual blocker: no released version of typescript-eslint supports TypeScript 7 yet — even the current latest, 8.67.0 (the version PR #314 bumps to), still declares the same <6.1.0 ceiling. ts-api-utils and msw's optional peer are also named in the log as other consumers of the typescript peer, but their own ranges (>=4.8.4 and >= 4.8.x respectively) don't add a constraint here — the resolution fails on typescript-eslint alone.

Checked against 45e564b1 (head SHA): every red check in both workflows — Build (Node 20/22), Typecheck, Lint & Format, both unit-test matrices, Windows, Local E2E, Coverage, and the security workflow's Dependency Audit / ESLint Security jobs — is downstream of that one failed install. I confirmed each of those job logs individually; they all show the same ERESOLVE, not independent failures. The one check that's red for an unrelated reason is Dependency Review, which fails on every PR here right now (org dependency graph disabled) and would fail regardless of what this PR touched.

Separately: this repo is a mirror, and dependency bumps land in our source repo first and arrive here via release snapshot — so even a fixed-up version of this PR would be closed here rather than merged directly.

What would change the answer: a released typescript-eslint version that declares TypeScript 7 support — none exists yet. Once that ships upstream we'd take both bumps together; until then, TypeScript 7 isn't adoptable here regardless of how this PR is structured, so there's nothing to fix in this PR itself.

@zeshi-du zeshi-du closed this Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 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/typescript-7.0.2 branch August 19, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (used by dependabot.yml)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant