Skip to content

Update dependency typescript to v7 - #82

Closed
protocols-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-dependencies
Closed

Update dependency typescript to v7#82
protocols-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-dependencies

Conversation

@protocols-renovate

@protocols-renovate protocols-renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.9.3^7.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

v6.0.2: TypeScript 6.0

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.


Note

Medium Risk
Major TypeScript version jump can introduce new type errors or tooling incompatibilities in CI typecheck/lint, even though only the dependency pin changed.

Overview
Bumps the typescript devDependency from ^5.9.3 to ^7.0.0.

This is a major compiler upgrade (through TypeScript 6 and 7) that may change type-checking behavior for tsc / tsc-files and ESLint’s TypeScript parser. No application code changes are included.

Reviewed by Cursor Bugbot for commit db67211. Bugbot is set up for automated code reviews on this repo. Configure here.

@protocols-renovate
protocols-renovate Bot requested a review from a team as a code owner August 12, 2026 14:00
@protocols-renovate

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/parser@8.67.0
npm error Found: typescript@7.0.2
npm error node_modules/typescript
npm error   dev typescript@"^7.0.0" from the root project
npm error   peerOptional typescript@">=4.9.5" from cosmiconfig@8.3.6
npm error   node_modules/@svgr/core/node_modules/cosmiconfig
npm error     cosmiconfig@"^8.1.3" from @svgr/core@8.1.0
npm error     node_modules/@svgr/core
npm error       @svgr/core@"8.1.0" from @docusaurus/plugin-svgr@3.10.2
npm error       node_modules/@docusaurus/plugin-svgr
npm error         @docusaurus/plugin-svgr@"3.10.2" from @docusaurus/preset-classic@3.10.2
npm error         node_modules/@docusaurus/preset-classic
npm error       3 more (@svgr/plugin-jsx, @svgr/plugin-svgo, @svgr/webpack)
npm error   7 more (cosmiconfig, cosmiconfig, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/parser@8.67.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^8.0.0" from the root project
npm error
npm error Conflicting peer dependency: typescript@6.0.3
npm error node_modules/typescript
npm error   peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/parser@8.67.0
npm error   node_modules/@typescript-eslint/parser
npm error     dev @typescript-eslint/parser@"^8.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-08-12T14_00_45_202Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-08-12T14_00_45_202Z-debug-0.log

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
doc-gnark Ready Ready Preview Aug 12, 2026 2:01pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit db67211. Configure here.

Comment thread package.json
"stylelint-config-standard": "^40.0.0",
"tsc-files": "^1.1.4",
"typescript": "^5.9.3"
"typescript": "^7.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

TypeScript 7 breaks ESLint

High Severity

Bumping typescript to ^7.0.0 conflicts with @typescript-eslint/parser ^8, whose peer range is >=4.8.4 &lt;6.1.0. Installers reject the tree, and forcing the install leads to ESLint crashes because TypeScript 7 dropped the programmatic API those packages still use.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit db67211. Configure here.

@gbotrel

gbotrel commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Closing because this major upgrade is not currently viable: TypeScript 7 is outside @typescript-eslint/parser's supported peer range, Renovate could not regenerate package-lock.json, and the build and lint checks fail.

@gbotrel gbotrel closed this Aug 12, 2026
@protocols-renovate

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@protocols-renovate
protocols-renovate Bot deleted the renovate/major-npm-dependencies branch August 14, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant