chore(deps): migrate toolchain — Jest 30, TypeScript 6, Biome 2.5, Node 22#11
Merged
Merged
Conversation
…de 22 Supersedes the failing dev-dependencies group bump (#6), done as a deliberate migration rather than a blind bump: - jest ^29.7.0 -> ^30.4.2 - @types/jest ^29.5.14 -> ^30.0.0 - ts-jest ^29.2.5 -> ^29.4.11 (supports jest 30 + TS <7) - typescript ~5.6.3 -> ~6.0.3 - @biomejs/biome 2.2.6 -> 2.5.1 (biome.json migrated via 'biome migrate') - @types/node 22.7.9 -> ^22.20.0 (kept aligned to the Node runtime) - dev/CI Node 20 -> 22 LTS (.nvmrc + workflows) Deliberately did NOT chase @types/node 26 (would describe APIs newer than the Node 22 runtime). Full gate green: typecheck (TS6), biome ci, build, 16 tests, synth 0 findings. Snapshots unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Supersedes #6 (the dev-dependencies group bump that broke the test run), handled as a deliberate migration.
Changes
biome.jsonmigrated withbiome migrate(schema 2.5.1, dropped deprecated fields).@types/nodeon major 22 to match the Node runtime (declined the proposed jump to 26).Verification
typecheck (TS6) ✅ · biome ci ✅ · build ✅ · 16 tests / 5 snapshots ✅ · synth 0 findings ✅
Closes #6
🤖 Generated with Claude Code