chore(deps): upgrade TypeScript 5 → 7#49
Closed
DGINXREAL wants to merge 1 commit into
Closed
Conversation
Bumps typescript ^5.8.3 -> ^7.0.2 (the native compiler). Full codebase typechecks clean under tsc 7.0.2 with the existing tsconfig.json — no code or config changes needed. Verified: tsc (noEmit) exit 0, production build green, vitest 28/28, npm audit 0 vulnerabilities. Caveat: @typescript-eslint 8.x pins 'typescript <6.1.0', so its peer is unsatisfied under TS 7 (npm resolves with a warning). This only affects ESLint, which is already non-functional in this repo (the build's tsc is the type gate). Bumping @typescript-eslint to 9.x belongs with the deferred eslint 10 work (#36). Closes #37. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
Deferring: no published @typescript-eslint release supports TypeScript 7 yet (latest 8.65.0 and canary both pin typescript <6.1.0), so it can't be installed under CI's strict |
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.
Summary
Bumps
typescript^5.8.3 → ^7.0.2 (the native compiler), superseding Dependabot #37.The entire codebase typechecks clean under
tsc 7.0.2with the existingtsconfig.json— no code or config changes needed.Verification
ddev npx tsc(noEmit, the build's type gate) — exit 0, no errors.ddev npm run build— green.ddev npm run test:js(vitest) — 28 passed.ddev npm audit— 0 vulnerabilities.Caveat (non-blocking)
@typescript-eslint8.x declares peertypescript <6.1.0, so its peer is unsatisfied under TS 7 (npm resolves with an ERESOLVE warning, not an error). This only affects ESLint, which is already non-functional in this repo —tscis the real type gate. Moving@typescript-eslintto 9.x belongs with the deferred eslint 10 work (#36).Closes #37.
🤖 Generated with Claude Code