build: adopt TypeScript 7.0.2 - #27
Closed
MounirDhahri wants to merge 1 commit into
Closed
Conversation
Now that Yarn is on 4.17 (whose builtin compat patch is restricted to TS < 7), the TS7 native compiler installs cleanly. Bump typescript 5.9.2 -> 7.0.2 for much faster type-checking. CI (yarn tsc + yarn lint) verifies @typescript-eslint still parses under TS7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KPWjhmaeq8DnsiiFD9Eg7A
Collaborator
Member
Author
|
Closing for now per maintainer — deferring the TypeScript 7 upgrade. For the record, it's blocked on tooling, not code: Yarn 4.17.0 still force-applies its builtin Generated by Claude Code |
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.
Description
Retry of the earlier TS7 attempt (#23), now unblocked by the Yarn 4.17 upgrade. Yarn 4.17 restricts its builtin
compat/typescriptpatch to TS< 7, so the TS7 native compiler installs cleanly instead of failing on the removedlib/_tsc.js.Bumps
typescript5.9.2 → 7.0.2for much faster type-checking.CI is the gate:
yarn tscmust pass under the TS7 native compiler andyarn lintmust still work (i.e.@typescript-eslint/parser5.57 parses under TS7 — it version-warns but shouldn't hard-fail).PR Checklist
🤖 Generated with Claude Code
Generated by Claude Code