Update dependency typescript to v7 #36

Open
renovate-bot wants to merge 1 commit from renovate/typescript-7.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^6.0.0^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 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`^6.0.0` → `^7.0.0`](https://renovatebot.com/diffs/npm/typescript/6.0.3/7.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/7.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/6.0.3/7.0.2?slim=true) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v7.0.2`](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b) [Compare Source](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
dependencies
label 2026-07-08 20:31:02 +02:00
renovate-bot added 1 commit 2026-07-08 20:31:03 +02:00
Update dependency typescript to v7
Some checks failed
renovate/artifacts Artifact file update failure
NYX Security Scan / nyx-scan (pull_request) Successful in 5m33s
25e4249cce
Author
Collaborator

⚠️ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: ts-jest@29.4.11
npm ERR! Found: typescript@7.0.2
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"^7.0.0" from the root project
npm ERR!   peer typescript@">=3.7.0" from @rollup/plugin-typescript@12.3.0
npm ERR!   node_modules/@rollup/plugin-typescript
npm ERR!     dev @rollup/plugin-typescript@"^12.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@">=4.3 <7" from ts-jest@29.4.11
npm ERR! node_modules/ts-jest
npm ERR!   dev ts-jest@"^29.4.6" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: typescript@6.0.3
npm ERR! node_modules/typescript
npm ERR!   peer typescript@">=4.3 <7" from ts-jest@29.4.11
npm ERR!   node_modules/ts-jest
npm ERR!     dev ts-jest@"^29.4.6" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2026-07-08T18_30_55_909Z-debug-0.log

### ⚠️ 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 ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: ts-jest@29.4.11 npm ERR! Found: typescript@7.0.2 npm ERR! node_modules/typescript npm ERR! dev typescript@"^7.0.0" from the root project npm ERR! peer typescript@">=3.7.0" from @rollup/plugin-typescript@12.3.0 npm ERR! node_modules/@rollup/plugin-typescript npm ERR! dev @rollup/plugin-typescript@"^12.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer typescript@">=4.3 <7" from ts-jest@29.4.11 npm ERR! node_modules/ts-jest npm ERR! dev ts-jest@"^29.4.6" from the root project npm ERR! npm ERR! Conflicting peer dependency: typescript@6.0.3 npm ERR! node_modules/typescript npm ERR! peer typescript@">=4.3 <7" from ts-jest@29.4.11 npm ERR! node_modules/ts-jest npm ERR! dev ts-jest@"^29.4.6" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /tmp/renovate/cache/others/npm/_logs/2026-07-08T18_30_55_909Z-debug-0.log ```
Some checks failed
renovate/artifacts Artifact file update failure
NYX Security Scan / nyx-scan (pull_request) Successful in 5m33s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typescript-7.x:renovate/typescript-7.x
git checkout renovate/typescript-7.x
Sign in to join this conversation.
No description provided.