chore(deps): update dependency typescript to v7 - #2972
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Closing: a TypeScript major (6 → 7, the native compiler) is a toolchain migration to schedule deliberately, not a dep bump, and this PR can't go green (the lockfile couldn't be regenerated; the toolchain's peer ranges don't admit 7.x, so every job dies at install). #2973 gates future TS majors behind dashboard approval while keeping minors/patches fast-tracked. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
The important-packages rule fast-tracks `typescript` past the dependency dashboard so minors/patches land promptly, but it also let the 6 -> 7 major (#2972) open unattended: a jump to the native compiler that every CI job failed at install (Renovate could not even regenerate the lockfile, the toolchain's peer ranges don't admit 7.x). A TypeScript major is a toolchain migration to be scheduled deliberately, not a dep bump. The new rule sits after the fast-track rule, so it overrides it for majors only; minors and patches keep the fast track.
This PR contains the following updates:
6.0.3→7.0.2Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here