chore: upgrade TypeScript to 7.0.2 - #56
Open
ivanbanov wants to merge 1 commit into
Open
Conversation
TypeScript 7 is the new Go-ported native compiler and is now `latest` on npm (confirmed via `npm view typescript dist-tags`). Bumped the root devDependency from ^6.0.3 to ^7.0.2. Verified clean: typecheck (tsc --noEmit, both root and packages/solid tsconfig), build (tsdown + publint across all packages), lint (oxlint), and the full test suite (281 vitest + 13 jest native tests) all pass with no code changes required. No changeset: devDependency-only bump in the root package, no public package's API surface changed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
typescriptdevDependency from^6.0.3to^7.0.2. TypeScript 7 is the new Go-ported native compiler and is currentlylateston npm (confirmed vianpm view typescript dist-tags).state-machinerepo's pnpm-version bump).Test plan
pnpm install— lockfile updated cleanly, no peer/version conflicts beyond the typescript bump itselfpnpm typecheck(tsc --noEmit+tsc --noEmit -p packages/solid) — passes with zero errorspnpm build(tsdown, all 16 packages +publint) — builds clean, no publint issuespnpm lint(oxlint) — passes with zero issuespnpm test:ci(vitest + native jest suite) — 281 vitest tests + 13 jest tests, all passing🤖 Generated with Claude Code