chore(deps): update typescript to v7 (tsconfig baseUrl migration) - #214
Merged
Merged
Conversation
✅ Deploy Preview for semantic-template ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Sep 5, 2026
Contributor
Author
|
Daily maintainer check 2026-09-07: still awaiting owner decision (major toolchain jump — TS7 native compiler, per policy needs Hak's explicit approval; pinged in Discord #maintain). New blocker: mergeStateStatus is now Supersedes #169 when merged (renovate will auto-close it). |
- typescript ^6.0.3 -> ^7.0.0 (7.0.2, published 2026-07-08) - remove tsconfig baseUrl (removed in TS7, TS5102) and ignoreDeprecations - paths (@/*, @semantic/*) now resolve relative to tsconfig - gates: pnpm install OK, pnpm build OK (compile+typecheck+SSG), lint = baseline 20 findings, no new
happy-haki
force-pushed
the
maintenance/typescript-7-20260905
branch
from
September 7, 2026 00:55
5f3fb0d to
ef3d6b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #169 (renovate PR held: major version + toolchain change → owner decision per maintenance policy).
Change
typescript^6.0.3 → ^7.0.0 (resolves 7.0.2, published 2026-07-08 — 7-day age satisfied, ~2 months)tsconfig.json: removebaseUrl(TS7 TS5102: option removed) andignoreDeprecations: "6.0";paths(@/*,@semantic/*) now resolve relative to tsconfig — no source changes needed.Evidence (2026-09-05, pnpm 11.25.0)
pnpm installOK;tsc --version→ 7.0.2pnpm buildOK — compiled successfully, full type check passed, 20/20 static pages generatedultracite check= main baseline (20 findings: 14+1 assist, 3 noJsxPropsBind, 2 noShadow) — zero new findingsRisk notes for review