Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in the all-dependencies group across 1 directory#8

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-b7ceb5d816
Closed

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in the all-dependencies group across 1 directory#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-b7ceb5d816

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 1 update in the / directory: typescript.

Updates typescript from 6.0.3 to 7.0.2

Commits
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 Jul 17, 2026
@vreshch

vreshch commented Jul 17, 2026

Copy link
Copy Markdown
Member

Findings: real backward-incompatible dependency conflict — left open, not merged

This grouped Dependabot update bumps typescript from 6.0.3 to 7.0.2 (a major version bump). The currently-pinned @typescript-eslint/eslint-plugin/typescript-eslint 8.64.0 declares a peer dependency of typescript@">=4.8.4 <6.1.0", and ts-api-utils@2.5.0 also requires typescript@">=4.8.4" in a range that conflicts once TS 7 is installed. npm ci/npm install fails with ERESOLVE because of this conflict — it is not a flaky test or a lockfile mistake, it is the current typescript-eslint tooling not yet supporting TypeScript 7.

Forcing this through with --legacy-peer-deps/--force would silence a real incompatibility the eslint-plugin maintainers explicitly guard against, so I am leaving this PR open rather than merging. Recommend waiting for a typescript-eslint release that supports TypeScript 7 (or splitting typescript out of this grouped update) before merging.

@dependabot dependabot Bot changed the title chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in the all-dependencies group chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in the all-dependencies group across 1 directory Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-b7ceb5d816 branch from d9426d6 to 37eeb0d Compare July 17, 2026 22:14
@vreshch

vreshch commented Jul 17, 2026

Copy link
Copy Markdown
Member

Dependabot triage — left open

This PR fails at npm ci with:

npm error ERESOLVE could not resolve
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/eslint-plugin@8.64.0
npm error Found: typescript@7.0.2

@typescript-eslint/eslint-plugin@8.64.0 (and typescript-eslint@8.64.0) declare a peer dependency of typescript >=4.8.4 <6.1.0, which excludes TypeScript 7. This is a real ecosystem incompatibility: the typescript-eslint team has not yet updated their peer-dep range for TypeScript 7.

TypeScript 6 → 7 is a major version bump. Leaving this open until typescript-eslint releases a version that declares TypeScript 7 support (expected soon). At that point dependabot will reopen/update the PR with a compatible combination.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-b7ceb5d816 branch 2 times, most recently from 83678ab to 2f7ddff Compare July 17, 2026 23:37
Bumps the all-dependencies group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 6.0.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
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-b7ceb5d816 branch from 2f7ddff to a62e1fe Compare July 17, 2026 23:40
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like typescript is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-b7ceb5d816 branch July 24, 2026 16:11
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.

1 participant