Skip to content

Update dependency typescript to v7 - #1287

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

Update dependency typescript to v7#1287
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ~5.9.0~7.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard 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 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 commented Aug 20, 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: svelte-check@4.7.6
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
npm error Could not resolve dependency:
npm error peer typescript@"^5.0.0 || ^6.0.0" from svelte-check@4.7.6
npm error node_modules/svelte-check
npm error   dev svelte-check@"^4.2.1" from the root project
npm error
npm error Conflicting peer dependency: typescript@6.0.3
npm error node_modules/typescript
npm error   peer typescript@"^5.0.0 || ^6.0.0" from svelte-check@4.7.6
npm error   node_modules/svelte-check
npm error     dev svelte-check@"^4.2.1" 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-08-21T01_42_07_451Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-21T01_42_07_451Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 7 times, most recently from c3a7868 to cb275ec Compare August 21, 2026 00:06
@davidnewhall

Copy link
Copy Markdown
Contributor

Not safe to merge as-is.

svelte-check@4.7.6 still peers typescript@^5 || ^6, which is why Renovate could not update frontend/package-lock.json. TypeScript 7 is the native Go compiler and does not yet ship the programmatic API Svelte's checker needs; Microsoft currently recommends keeping Svelte projects on 6.x (announcement).

Stay on typescript@~5.9 (or 6.x) until svelte-check declares a TypeScript 7 peer. Closing this would also stop Renovate from retrying a bump that cannot install.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from cb275ec to d838a94 Compare August 21, 2026 00:44
@davidnewhall davidnewhall added the Hold: Do Not Merge Do Not Merge - See Comments label Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 2 times, most recently from 4c00db5 to 4a57e3e Compare August 21, 2026 01:20
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from 4a57e3e to 77e6132 Compare August 21, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hold: Do Not Merge Do Not Merge - See Comments

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant