build: bump TypeScript to 7.0.2 - #23
Closed
MounirDhahri wants to merge 1 commit into
Closed
Conversation
TypeScript 7 (the native port) is now the `latest` release. Bump the pinned `typescript` dev dependency to 7.0.2 for its much faster type-checking. Kept minimal: only the `typescript` version changes. CI (`yarn tsc` + `yarn lint`) verifies that the toolchain — including @typescript-eslint's parser — works with TS7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KPWjhmaeq8DnsiiFD9Eg7A
Collaborator
Member
Author
|
Closing — TypeScript 7 isn't installable on the current toolchain yet. Yarn 4.10's built-in Keeping TypeScript at Generated by Claude Code |
1 task
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
TypeScript 7 (the native port) is now the
latestrelease on npm. This bumps the pinnedtypescriptdev dependency5.9.2 → 7.0.2for its much faster type-checking.Kept intentionally minimal — only the
typescriptversion changes. This PR is effectively an experiment gated on CI:yarn tsc(type-check) must pass under the TS7 native compiler.yarn lintmust pass — i.e.@typescript-eslint/parser5.57 must still read TS7 (it version-warns but shouldn't hard-fail; CI confirms).If either breaks, the fix would be a larger
@typescript-eslintupgrade, which I'd raise separately rather than fold in here.PR Checklist
🤖 Generated with Claude Code
Generated by Claude Code