chore(deps): update dependency typescript to v7 - #114
Conversation
|
Reviewed via scheduled Renovate triage. Diff bumps |
Holding as draft — TS7 (native compiler) not fully adoptable yetTook this over and dug into what a TS7 upgrade actually involves. TypeScript 7.0 is the native (Go) compiler port, not a routine minor bump. Parking this in draft and tracking the blockers below. CI status is misleading here
Blockers to check on later
What already works
Leaving in draft so Renovate stops nagging while we track upstream |
dawsontoth
left a comment
There was a problem hiding this comment.
Reviewed via scheduled Renovate triage. Bumps typescript ~6.0.0 → ~7.0.0 in the scaffold template manifests (template-react-ts, template-vue-ts, and their -ssr variants).
Verified locally by cloning the branch and running the generator suite under Node 24: 213/213 tests pass (37 files).
The only failing CI checks are the Generate * with pnpm jobs, which fail inside the setup-pnpm self-installer (self-installer exits with code 1) — that's the known pnpm-bootstrap CI/infra flakiness, not caused by this bump. The equivalent Generate * with npm and Generate * with yarn jobs, plus the full Test matrix (ubuntu/windows × Node 20/22/24), Lint, Format, and commitlint all pass. Safe to merge once the pnpm jobs are re-run (or the branch is rebased).
6d51e61 to
bdbe3b3
Compare
d79845c to
ee47c0b
Compare
Tracking update (2026-07-28) — still blocked, and there's a new blockerRe-checked all three items from my 07-13 note against the rebased head ( 🆕 New blocker:
|
There was a problem hiding this comment.
Converting my review state to request changes for bookkeeping. No new analysis — my 07-28 tracking note still stands in full; this just stops the PR from carrying a stale APPROVED from 2026-07-14 (commit d79845ca) that contradicts it.
The approval predates the TS7 investigation. The PR is a draft so it could not have merged, but the review state should not read green while the build is red.
Re-confirmed today against head ee47c0b9 — still blocked, unchanged
The 6 red Generate nextjs* jobs are the same real failure, not the old pnpm flake:
typescript-eslint does not support TS 7.0.
at node_modules/eslint-config-next/node_modules/typescript-eslint/dist/index.js:52:11
Upstream has not moved. As of today, typescript-eslint@8.65.0 — and every published 8.65.1-alpha.* prerelease — still declares:
"typescript": ">=4.8.4 <6.1.0"
Same cap on @typescript-eslint/typescript-estree@8.65.0. TS 7 remains outside the supported range, tracked upstream at typescript-eslint#10940.
Since the blocker is transitive through eslint-config-next, it is not something this repo can pin around without either dropping the Next.js lint config from the affected templates or holding the scaffolds on TS 6. Keeping this in draft until upstream ships TS >=7.1 support is still the right call — re-request review on me when that lands.
ee47c0b to
30928ef
Compare
This PR contains the following updates:
~6.0.0→~7.0.0^5.9.3→^7.0.0Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.