Skip to content

Bump @vitest/coverage-v8 from 3.2.4 to 4.1.0#376

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitest/coverage-v8-4.1.0
Closed

Bump @vitest/coverage-v8 from 3.2.4 to 4.1.0#376
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitest/coverage-v8-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps @vitest/coverage-v8 from 3.2.4 to 4.1.0.

Release notes

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

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 0c2c013 chore: release v4.1.0-beta.6
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • 94eb73b chore(deps): update eslint packages (#9615)
  • 8c96bb0 refator: update links to npmx (#9783)
  • aaf7758 chore: standardize packages README (#9776)
  • 57cbe39 chore(deps): update ast-v8-to-istanbul to v1 (#9755)
  • 79672d7 chore: release v4.1.0-beta.5
  • 1d9e3b3 chore: release v4.1.0-beta.4
  • 4ff8c6f chore(build): raise build target to the minimum supported, don't bundle utils...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/coverage-v8 since your current version.


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.4 to 4.1.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/coverage-v8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added major skip-release Do not publish new release labels Mar 16, 2026
@dependabot dependabot bot requested review from a team, CarlosGamero, drdaemos and kibertoad as code owners March 16, 2026 11:57
@dependabot dependabot bot added major skip-release Do not publish new release labels Mar 16, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 16, 2026

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated development dependency for code coverage tooling.

Walkthrough

This pull request updates the "@vitest/coverage-v8" devDependency in package.json from version ^3.2.4 to ^4.1.0. The change is isolated to a single dependency version specification with no modifications to other configuration, dependencies, or codebase logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lacks required template sections (Changes section and Checklist) specified in the repository template. Add the required 'Changes' and 'Checklist' sections from the template to complete the description and apply appropriate release labels.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping a dependency version from 3.2.4 to 4.1.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/vitest/coverage-v8-4.1.0
📝 Coding Plan
  • Generate coding plan for human review comments

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

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Line 74: The package.json currently sets "@vitest/coverage-v8": "^4.1.0" but
keeps "vitest" at "^3.2.4", causing a peer dependency mismatch; update the
"vitest" dependency in package.json from "^3.2.4" to a 4.x compatible version
(e.g., "^4.1.0") so it matches "@vitest/coverage-v8@^4.1.0", then run your
package manager install and run the test/coverage commands to verify
compatibility.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Pro

Run ID: b2e690c3-0697-460a-b7e5-dfd86c772b0e

📥 Commits

Reviewing files that changed from the base of the PR and between e8c9c59 and 52f7cc7.

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

"@types/newrelic": "^9.14.8",
"@types/node": "^24.7.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.1.0",
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

🧩 Analysis chain

🌐 Web query:

What are the peerDependencies for @vitest/coverage-v8@4.1.0, and is vitest@3.2.4 supported with it?

💡 Result:

For @vitest/coverage-v8@4.1.0, the peerDependencies are:

  • vitest: 4.1.0
  • @vitest/browser: 4.1.0 (optional via peerDependenciesMeta) [1]

Is vitest@3.2.4 supported?
No. @vitest/coverage-v8@4.1.0 expects exactly vitest@4.1.0, so vitest@3.2.4 does not satisfy the peer dependency requirement (you’d get a peer-deps mismatch). [1][2]

Sources:
[1] https://app.unpkg.com/%40vitest/coverage-v8%404.1.0/files/package.json
[2] https://stackoverflow.com/questions/79020692/vitest-coverage-enabled-but-missing-html-reporter


Update vitest to 4.x to match @vitest/coverage-v8@^4.1.0 upgrade.

Line 74 upgrades @vitest/coverage-v8 to ^4.1.0, which requires vitest@4.1.0 as a peer dependency, but Line 86 keeps vitest at ^3.2.4. This mismatch will cause peer dependency resolution failures during install and break coverage functionality.

Proposed fix
     "@vitest/coverage-v8": "^4.1.0",
@@
-    "vitest": "^3.2.4",
+    "vitest": "^4.1.0",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` at line 74, The package.json currently sets
"@vitest/coverage-v8": "^4.1.0" but keeps "vitest" at "^3.2.4", causing a peer
dependency mismatch; update the "vitest" dependency in package.json from
"^3.2.4" to a 4.x compatible version (e.g., "^4.1.0") so it matches
"@vitest/coverage-v8@^4.1.0", then run your package manager install and run the
test/coverage commands to verify compatibility.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Superseded by #381.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest/coverage-v8-4.1.0 branch March 30, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major skip-release Do not publish new release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants