chore: upgrade to TypeScript 7#13
Merged
Merged
Conversation
Bump typescript 5.9.3 -> 7.0.2 (root + worker package). TS7 is the native Go port; the `typescript` package still ships the `tsc` bin, so the CI gate (`npx tsc`) works unchanged and runs ~7x faster on this repo. - Pin `strict: false` in root tsconfig: TS7 flips the `strict` default to true, which would surface ~850 pre-existing strict-mode errors. Pinning preserves current behavior; enabling strict is a separate cleanup tracked via scripts/type-check-baseline.json. - Fix JSDoc @extends mismatch in EntityInfoPanel.ts flagged by TS7's new TS8023 check (docs-only, no runtime change). Verified: type-check gate 0 errors, 13 unit tests pass, worker type-check clean, lint/format clean, website production build succeeds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Ub67HS5zocuDwwKDajBgS
The setup-vp action verifies the mutable https://vite.plus bootstrap script against a pinned SHA256. VoidZero updated that script, so the old pin (6f4fe369...) no longer matches and CI aborted at the toolchain-install step before any check ran - unrelated to any code change on the branch. Re-pin to the current script (58bb052c...). VP_VERSION stays 0.2.1, so the installed vp toolchain is unchanged; only the bootstrap-script hash moves. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Ub67HS5zocuDwwKDajBgS
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.
Bump typescript 5.9.3 -> 7.0.2 (root + worker package). TS7 is the native Go port; the
typescriptpackage still ships thetscbin, so the CI gate (npx tsc) works unchanged and runs ~7x faster on this repo.strict: falsein root tsconfig: TS7 flips thestrictdefault to true, which would surface ~850 pre-existing strict-mode errors. Pinning preserves current behavior; enabling strict is a separate cleanup tracked via scripts/type-check-baseline.json.Verified: type-check gate 0 errors, 13 unit tests pass, worker type-check clean, lint/format clean, website production build succeeds.
Claude-Session: https://claude.ai/code/session_016Ub67HS5zocuDwwKDajBgS