chore(deps-dev): bump vitest tooling to 4.1.10 (supersedes #641, #643)#647
Merged
Conversation
….1.10 Aligns the entire vitest tooling family on 4.1.10 across all packages: - vitest 4.1.0 -> 4.1.10 (PR #641) - @vitest/browser-playwright 4.1.0 -> 4.1.10 (PR #643) - @vitest/coverage-v8 4.0.18 -> 4.1.10 - @vitest/ui 4.0.18 -> 4.1.10 Bumping @vitest/coverage-v8 to match vitest resolves the "Running mixed versions is not supported" warning and the "Importing from vitest/coverage is deprecated since Vitest 4.1" deprecation emitted by coverage-v8 4.0.18. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J8kDdFc6qfXVK2dz8ML79u
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
Coverage Report for Core Package Coverage (./packages/core)
File CoverageNo changed files found. |
Contributor
Coverage Report for UI Package Coverage (./packages/ui)
File CoverageNo changed files found. |
Contributor
Coverage Report for CLI Package Coverage (./packages/cli)
File CoverageNo changed files found. |
Contributor
Coverage Report for Auth Package Coverage (./packages/auth)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Package Coverage (./packages/storage)
File CoverageNo changed files found. |
Contributor
Coverage Report for RAG Package Coverage (./packages/rag)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)
File CoverageNo changed files found. |
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.
Combines the two Dependabot vitest bumps and aligns the whole vitest tooling family on 4.1.10 across all packages, in one PR.
Changes
vitest@vitest/browser-playwright(ui)@vitest/coverage-v8@vitest/ui(rag, auth)@vitest/browserwas already at ^4.1.10.Why
The failing tests and the warnings both stem from a version mismatch —
vitest@4.1.10running against@vitest/coverage-v8@4.0.18:The deprecated
vitest/coverageimport lives inside coverage-v8 4.0.18, not in our code. Bumping coverage-v8 (and@vitest/ui) to matchvitestresolves both the mixed-version warning and the deprecation.Verification
pnpm-lock.yamlregenerated; all vitest-family packages resolve to 4.1.10.pnpm manypkg check,pnpm lint(0 errors),pnpm format:checkall pass.Notes
🤖 Generated with Claude Code
https://claude.ai/code/session_01J8kDdFc6qfXVK2dz8ML79u
Generated by Claude Code