Skip to content

Bump @vitest/coverage-v8 from 3.2.6 to 4.1.8 - #291

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest/coverage-v8-4.1.8
Closed

Bump @vitest/coverage-v8 from 3.2.6 to 4.1.8#291
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest/coverage-v8-4.1.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @vitest/coverage-v8 from 3.2.6 to 4.1.8.

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.2.6 to 4.1.8.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated development dependencies for testing and coverage tools.

Walkthrough

This PR updates the @vitest/coverage-v8 development dependency in package.json from version ^3.2.4 to ^4.1.8. This is a single-line version bump with no other changes to the codebase or configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is comprehensive with detailed release notes and commit information, but it lacks the required template structure including a 'Changes' section explanation and missing the required checklist items. Add a 'Changes' section describing the update, and complete the checklist by selecting appropriate labels (major/minor/patch/skip-release) and confirming documentation and test updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping @vitest/coverage-v8 from 3.2.6 to 4.1.8, which is the sole modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/vitest/coverage-v8-4.1.8

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 52: The package.json currently has a peerDependency mismatch:
`@vitest/coverage-v8` is pinned to ^4.1.8 while vitest remains ^3.2.4. Fix by
making the versions compatible — either bump the vitest devDependency to a 4.x
series (e.g., ^4.1.8 or ^4.x) to match `@vitest/coverage-v8`, or downgrade
`@vitest/coverage-v8` to a 3.x release that is compatible with vitest ^3.2.4;
update the corresponding version string for the "vitest" or
"`@vitest/coverage-v8`" entries in package.json and run npm/yarn install to verify
there are no peerDependency conflicts.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: lokalise/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ca0e9ceb-e51d-4ff1-9562-1ff3142399f5

📥 Commits

Reviewing files that changed from the base of the PR and between b6fa312 and b21b628.

📒 Files selected for processing (1)
  • package.json

Comment thread package.json
"@types/node": "^25.0.2",
"@types/tmp": "^0.2.6",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.1.8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify compatibility contract directly from npm metadata (read-only).
set -euo pipefail

echo "Current package.json entries:"
rg -n '"`@vitest/coverage-v8`"|"vitest"' package.json

echo
echo "`@vitest/coverage-v8`@4.1.8 peerDependencies:"
npm view `@vitest/coverage-v8`@4.1.8 peerDependencies --json

echo
echo "vitest@3.2.4 version check:"
npm view vitest@3.2.4 version

echo
echo "If peerDependencies require vitest ^4, this PR should either:"
echo "  1) bump vitest to a compatible ^4.x in same PR, or"
echo "  2) keep `@vitest/coverage-v8` on a ^3.x compatible line."

Repository: lokalise/node-core

Length of output: 503


Fix Vitest coverage plugin peerDependency mismatch
package.json pins @vitest/coverage-v8 to ^4.1.8, whose peerDependencies require vitest: 4.1.8, but vitest is still ^3.2.4 (lines 52 and 58). This can break install/coverage in CI.
Update either by bumping vitest to a compatible ^4.1.8 (or matching 4.x) or by downgrading @vitest/coverage-v8 to the ^3.x compatible line.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 52, The package.json currently has a peerDependency
mismatch: `@vitest/coverage-v8` is pinned to ^4.1.8 while vitest remains ^3.2.4.
Fix by making the versions compatible — either bump the vitest devDependency to
a 4.x series (e.g., ^4.1.8 or ^4.x) to match `@vitest/coverage-v8`, or downgrade
`@vitest/coverage-v8` to a 3.x release that is compatible with vitest ^3.2.4;
update the corresponding version string for the "vitest" or
"`@vitest/coverage-v8`" entries in package.json and run npm/yarn install to verify
there are no peerDependency conflicts.

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #295.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vitest/coverage-v8-4.1.8 branch June 15, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants