Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

Dependabot bumped vitest to 4.0.18 but left @vitest/coverage-v8 at 4.0.16, causing peer dependency conflicts in CI.

Changes

  • Bump @vitest/coverage-v8 from ^4.0.6 to ^4.0.18

The coverage plugin enforces strict peer dependency matching with vitest core. Version alignment resolves the ERESOLVE errors blocking the original dependency update.

Original prompt

Pull Request: #461

Please address the CI errors if possible


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ency

Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI errors in GitHub Action README generator fix: align @vitest/coverage-v8 with vitest 4.0.18 Jan 28, 2026
Copilot AI requested a review from Jamie-BitFlight January 28, 2026 00:04
@github-actions
Copy link
Contributor

github-actions bot commented Jan 28, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 49.81% 402 / 807
🔵 Statements 50.48% 414 / 820
🔵 Functions 65.74% 71 / 108
🔵 Branches 49.38% 200 / 405
File CoverageNo changed files found.
Generated in workflow #393 for commit 357499a by the Vitest Coverage Report Action

@Jamie-BitFlight Jamie-BitFlight marked this pull request as ready for review January 28, 2026 01:27
Copilot AI review requested due to automatic review settings January 28, 2026 01:27
@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@Jamie-BitFlight Jamie-BitFlight merged commit 76ae2d5 into dependabot/npm_and_yarn/vitest-4.0.18 Jan 28, 2026
7 checks passed
@Jamie-BitFlight Jamie-BitFlight deleted the copilot/fix-ci-errors branch January 28, 2026 01:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR resolves a peer dependency conflict that was blocking CI. When Dependabot bumped vitest to version 4.0.18 in PR #461, it left @vitest/coverage-v8 at an older version, causing ERESOLVE errors due to the coverage plugin's strict peer dependency requirements.

Changes:

  • Bump @vitest/coverage-v8 from ^4.0.6 to ^4.0.18 to align with vitest 4.0.18

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updates @vitest/coverage-v8 version from ^4.0.6 to ^4.0.18 in devDependencies
package-lock.json Updates lockfile with new version, transitive dependencies (ast-v8-to-istanbul ^0.3.10), removes istanbul-lib-source-maps (no longer needed), and deduplicates nested node_modules entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants