build(deps-dev): bump typescript from 6.0.2 to 7.0.2 - #995
build(deps-dev): bump typescript from 6.0.2 to 7.0.2#995dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
5bc6323 to
84d0860
Compare
|
TS 7 upgrade re-check result (2026-07-21): not ready to merge yet. Current package status checked today:
Reproduction from a clean branch based on
Root cause:
Upstream tracking:
Decision: upstream wait. Do not merge this PR yet. Retry when both conditions are true:
No implementation PR was opened because the required gates are not all green. |
84d0860 to
86d3d5d
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
86d3d5d to
b534cb5
Compare
|
Holding: typescript 7.0.2 fails Lint & Build (real incompatibility). Revisit when the stack (Next 16.x line, plugins) declares TS7 support. |
|
Closing in favor of a staged migration: TypeScript 7.0 ships without a programmatic API, and typescript-eslint (peer: typescript <6.1.0) cannot load it — the wholesale bump can never go green until TS 7.1. A staged migration (TS7 for build/type-check, TS6 side-by-side for ESLint via @typescript/typescript6) is being attempted on the board; a dependabot ignore for typescript >=7.0.0 <7.1.0 is being added meanwhile. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…pport (#1065) ## Source Dependabot #995 (typescript 6.0.2 -> 7.0.2) permanently failed Lint & Build and was closed: TS 7.0 ships without a programmatic API and typescript-eslint's peer range is `typescript <6.1.0`, so a wholesale bump cannot pass lint until TS 7.1. ## Change Add a dependabot `ignore` entry for `typescript >=7.0.0 <7.1.0` with an explanatory comment. A staged migration (TS7 for build/type-check, TS6 side-by-side for ESLint) is tracked on the ops board and will remove this entry when it lands. ## Evidence - Validation command: `gh run view 31984567180 --log-failed` shows `TypeError: Cannot read properties of undefined (reading 'Cjs')` from the lint step under typescript 7.0.2. - typescript-eslint@8.68.0 peerDependencies: `typescript >=4.8.4 <6.1.0` (npm registry). - Config-only diff; no lockfile change. ## Auth-only Proof N/A
Bumps typescript from 6.0.2 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.