Sync vitest version with coverage-v8 to fix CI#455
Merged
hotlong merged 2 commits intodependabot/npm_and_yarn/vitest/coverage-v8-4.0.18from Feb 1, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add view item details page
Sync vitest version with coverage-v8 to fix CI
Feb 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a dependency version mismatch that was causing test coverage failures in CI. Dependabot had previously upgraded @vitest/coverage-v8 to version 4.0.18 while leaving vitest at version 2.1.8, resulting in an API incompatibility error: "TypeError: this.getUntestedFiles is not a function".
Changes:
- Upgraded
vitestfrom^2.1.8to^4.0.18to match the@vitest/coverage-v8version - Updated
pnpm-lock.yamlwith all transitive dependency changes from the vitest 2.x → 4.x upgrade
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/spec/package.json | Updated vitest dependency version from ^2.1.8 to ^4.0.18 |
| pnpm-lock.yaml | Updated lockfile to reflect vitest 4.x and all transitive dependencies including vite 7.x, chai 6.x, and new peer dependency requirements |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
f25ad63
into
dependabot/npm_and_yarn/vitest/coverage-v8-4.0.18
12 checks passed
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.
Dependabot upgraded
@vitest/coverage-v8to 4.0.18 but leftvitestat 2.1.8, causing runtime error in coverage tests:Changes
vitestfrom^2.1.8to^4.0.18inpackages/spec/package.jsonpnpm-lock.yamlto reflect the version changeThe packages now run on matching major versions, resolving the API incompatibility.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.