chore: bump dev deps (TypeScript 6, biome, turbo, vitest)#156
Merged
Conversation
- @biomejs/biome 2.4.6 → 2.4.9 - @types/node 25.3.5 → 25.5.0 - turbo 2.8.14 → 2.8.20 - typescript 5.7.0 → 6.0.2 - vitest 4.0.18 → 4.1.2 No code changes required for TS 5→6 migration — all packages build, typecheck, and test cleanly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
# Conflicts: # pnpm-lock.yaml
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
Supersedes #143 (Dependabot PR with conflicts). Includes TypeScript 5.7 → 6.0 migration.
TS6 migration notes
No code changes required. All packages build, typecheck, and pass tests cleanly with TypeScript 6.0.2. The codebase was already using
verbatimModuleSyntax,Node16module resolution, and strict mode — all of which align with TS6 defaults.Test plan
pnpm build— 28 packages, all successfulpnpm test— 1464 tests passed across 56 taskspnpm typecheck— 53 packages, zero errorspnpm lint— 196 files checked, no new warnings🤖 Generated with Claude Code