chore: upgrade dev dependencies to latest major versions#8
Merged
Conversation
- @biomejs/biome 1.9.4 → 2.4.10 (migrated config via biome migrate) - typescript 5.9.3 → 6.0.2 - vitest 3.2.4 → 4.1.2 - @vitest/coverage-v8 3.2.4 → 4.1.2 - @types/node 22.19.15 → 25.5.2 - Bump minimum Node.js version from 18 to 20 All 124 tests pass, typecheck and lint clean.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis PR upgrades development dependencies to their latest major versions:
Changes Reviewed
All changes are configuration-only; no source code was modified. The breaking changes are properly documented in the PR description and the migration appears complete (Biome config auto-migrated). VerificationPR states: ✅ 124/124 tests pass, ✅ Typecheck clean, ✅ Lint clean, ✅ Coverage 99.14%, ✅ Build clean. Files Reviewed (5 files)
Reviewed by minimax-m2.5-20260211 · 535,030 tokens |
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
@biomejs/biome1.9.4 → 2.4.10 (auto-migrated config viabiome migrate)typescript5.9.3 → 6.0.2vitest3.2.4 → 4.1.2@vitest/coverage-v83.2.4 → 4.1.2@types/node22.19.15 → 25.5.2Breaking Changes
Biome 1→2
organizeImports.enabledmigrated toassist.actions.source.organizeImportsnpx @biomejs/biome migrate --writeTypeScript 5→6
typesnow defaults to[]— our tsconfig already has"types": ["node"]✅rootDirnow defaults to.— our tsconfig already has"rootDir": "./src"✅Vitest 3→4
Node.js
Verification
Wiki Updated
Home.md— Changelog section updatedDevelopment.md— Node.js >= 20, TypeScript >= 6.0