Skip to content

chore(deps): update dependency typescript to v7#197

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#197
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from CameronBrooks11 as a code owner July 11, 2026 19:09
@renovate

renovate Bot commented Jul 11, 2026

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: frontend/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/eslint-plugin@8.64.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   peer typescript@">=5.0.0" from svelte-check@4.7.2
npm error   node_modules/svelte-check
npm error     dev svelte-check@"^4.6.0" from the root project
npm error   1 more (ts-api-utils)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/eslint-plugin@8.64.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   dev @typescript-eslint/eslint-plugin@"^8.61.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/eslint-plugin@8.64.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^8.61.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 /runner/cache/others/npm/_logs/2026-07-17T22_32_52_985Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-17T22_32_52_985Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 11 times, most recently from f4ddd3c to e5c7096 Compare July 17, 2026 18:30
@CameronBrooks11

Copy link
Copy Markdown
Member

Holding this bump — not merging yet, and deliberately leaving it open (closing would make Renovate stop re-proposing TypeScript 7).

Why: TypeScript 7.0.2 is now GA, but the current failure is not just the stale lock file. Regenerating frontend/package-lock.json against typescript@^7.0.0 locally resolves cleanly but produces 8 ERESOLVE peer-dependency overrides, and the type-check gate then crashes hard:

$ npm run check   # svelte-check
TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')
    at new FileMap (node_modules/svelte-check/dist/src/index.js:9013:72)

TypeScript 7 is the native (Go-port) compiler and changed the typescript.sys CommonJS surface that svelte-check@4.6.0 (and likely @typescript-eslint@8) rely on. Our toolchain does not support TS7 yet.

Revisit when svelte-check and @typescript-eslint ship TS7 support (watch their release notes). At that point this PR can be rebased/regenerated and merged.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from e5c7096 to 16ac5a2 Compare July 17, 2026 22:33
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