root - chore: upgrade code quality dependencies#61
Merged
Conversation
- vitest 4.1.3 → 4.1.9 - @vitest/coverage-v8 4.1.3 → 4.1.9 - @biomejs/biome 2.4.10 → 2.5.0 - @faker-js/faker 10.4.0 → 10.5.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UXjL3LurbiGcLiiep7Fnvr
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 testing, linting, and formatting tooling — the code-quality group of the dependency-management process. Dev phase, PR 1.
Versions
vitest4.1.3→4.1.9@vitest/coverage-v84.1.3→4.1.9@biomejs/biome2.4.10→2.5.0@faker-js/faker10.4.0→10.5.0All bumps are at the exact
pnpm outdated"Latest" (respectingminimumReleaseAge); no majors.Tests
pnpm buildpassespnpm test— 151/156 pass; Biome 2.5.0 introduced no new lint/format changes (source untouched)The only failures are the 5 live-platform tests in
test/index-evals.test.ts, which requireHYPHEN_PUBLIC_API_KEY/HYPHEN_APPLICATION_IDto reach the Hyphen API — absent in the local sandbox, so they fall back to defaults. This is identical tomainand unrelated to this upgrade; CI has those secrets configured.🤖 Generated with Claude Code
Generated by Claude Code