mono - chore: upgrade code quality dependencies#206
Merged
Conversation
Upgrade testing and linting/formatting tooling to the latest gated releases: - @biomejs/biome ^2.4.16 → ^2.5.3 - vitest ^4.1.8 → ^4.1.10 - @vitest/coverage-v8 ^4.1.8 → ^4.1.10 pnpm build and pnpm test pass across all packages; biome 2.5 required no source changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014cLAa8HaTokNu5wBM7cM6x
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #206 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 1659 1659
Branches 288 288
=========================================
Hits 1659 1659 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several development dependencies in package.json and pnpm-lock.yaml, upgrading @biomejs/biome to version 2.5.3, and vitest and @vitest/coverage-v8 to version 4.1.10. There are no review comments, and I have no additional feedback to provide.
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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Chore — dependency upgrade of the code-quality tooling group (testing + linting/formatting travel together). No runtime or source changes.
Versions
@biomejs/biome^2.4.16→^2.5.3vitest^4.1.8→^4.1.10@vitest/coverage-v8^4.1.8→^4.1.10Versions are the exact "Latest" from
pnpm outdated(gated by the workspaceminimumReleaseAge); no majors.Tests
pnpm buildpassespnpm testpasses across all packages — qified 132, nats 80, rabbitmq 114, redis 88, valkey 88, zeromq 8; 100% coverage maintainedbiome checkclean, sotest:cistays green)🤖 Generated with Claude Code
Generated by Claude Code