root - chore: upgrade TypeScript and build tooling#63
Merged
Conversation
- typescript 6.0.2 → 6.0.3 - tsdown 0.21.7 → 0.22.3 - @swc/core 1.15.24 → 1.15.41 - @types/node 25.5.2 → 24.13.2 (pin to the Node 24 major per .nvmrc; it was ahead of the project baseline) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UXjL3LurbiGcLiiep7Fnvr
There was a problem hiding this comment.
Code Review
This pull request updates several project dependencies in package.json and updates the lockfile accordingly. Specifically, it upgrades @swc/core to ^1.15.41, tsdown to ^0.22.3, and typescript to ^6.0.3, while changing @types/node to ^24.13.2. As there are no review comments provided, I have no additional feedback to offer.
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
Upgrade TypeScript and build tooling — dev phase, PR 2 of the dependency-management process.
Versions
typescript6.0.2→6.0.3tsdown0.21.7→0.22.3@swc/core1.15.24→1.15.41@types/node25.5.2→24.13.2(pinned down to the Node 24 major — see note)Bumps are at the exact
pnpm outdated"Latest" (respectingminimumReleaseAge); no majors.@types/nodenoteThe
@types/noderule requires@types/nodenot exceed the project's Node major..nvmrcpins Node 24, but the dep was at^25.5.2— ahead of the baseline — so this pins it to the latest 24.x. It's types-only and the CI matrix (Node 22/24/26) is unaffected. If you'd prefer to raise the baseline instead, bump.nvmrcand I'll move@types/nodeto match.Tests
pnpm buildpassespnpm test— 151/156 pass; no new failuresThe only failures are the 5 live-platform tests in
test/index-evals.test.ts(needHYPHEN_PUBLIC_API_KEY/HYPHEN_APPLICATION_ID, absent in the local sandbox) — identical tomain, unrelated to this change. CI has those secrets.🤖 Generated with Claude Code
Generated by Claude Code