Skip to content

Bump @vitest/coverage-v8 from 3.2.4 to 4.0.17#248

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

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

Release notes

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

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.16

   🐞 Bug Fixes

... (truncated)

Commits
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated development tool dependencies to improve testing infrastructure.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.2.4 to 4.0.17.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/coverage-v8)

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

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

coderabbitai bot commented Jan 12, 2026

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'tools'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Walkthrough

Updated the @vitest/coverage-v8 development dependency from version 3.2.4 to 4.0.17 in package.json, representing a major version upgrade for the code coverage tooling.

Changes

Cohort / File(s) Summary
Dependency version update
package.json
Updated @vitest/coverage-v8 from ^3.2.4 to ^4.0.17 (major version bump)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description lacks the required 'Changes' section and is missing the checklist items (labels, documentation, and test updates) specified in the repository template. Add a 'Changes' section describing the update, and complete the checklist by selecting appropriate labels and confirming documentation/test status.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating @vitest/coverage-v8 from version 3.2.4 to 4.0.17 in package.json.
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.


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

Copy link

@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

🤖 Fix all issues with AI agents
In @package.json:
- Line 52: package.json has a peer version mismatch: "@vitest/coverage-v8" is
^4.0.17 while "vitest" is ^3.2.4; update the dependency pair so they match.
Either bump "vitest" to a v4.x range (e.g., ^4.0.17) to match
"@vitest/coverage-v8", or replace/downgrade "@vitest/coverage-v8" to a v3.x
compatible version so both vitest and the coverage plugin share the same major
version; adjust the package.json entries for "vitest" and/or
"@vitest/coverage-v8" accordingly and run install to verify no peer dependency
warnings.
📜 Review details

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

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 088a0ca and d91dfcf.

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

"@types/node": "^25.0.2",
"@types/tmp": "^0.2.6",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.0.17",
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# First, check if package.json exists and show the current vitest versions
echo "=== Current package.json state ==="
if [ -f package.json ]; then
  echo "vitest version:"
  rg '"vitest"' package.json
  echo -e "\n@vitest/coverage-v8 version:"
  rg '@vitest/coverage-v8' package.json
else
  echo "package.json not found"
fi

# Check peer dependencies for @vitest/coverage-v8 v4.0.17
echo -e "\n=== Checking @vitest/coverage-v8 v4.0.17 peer dependencies ==="
curl -s https://registry.npmjs.org/@vitest/coverage-v8/4.0.17 | jq '.peerDependencies // .peerDependenciesMeta // "No peer dependencies found"'

# Check peer dependencies for @vitest/coverage-v8 v3.2.4
echo -e "\n=== Checking @vitest/coverage-v8 v3.2.4 peer dependencies ==="
curl -s https://registry.npmjs.org/@vitest/coverage-v8/3.2.4 | jq '.peerDependencies // "No peer dependencies found"'

Repository: lokalise/node-core

Length of output: 475


Version mismatch between vitest and @vitest/coverage-v8.

The @vitest/coverage-v8 package (v4.0.17) requires vitest v4.0.17 as a peer dependency, but the current vitest version is ^3.2.4 (line 58). This mismatch will cause unmet peer dependency warnings and runtime errors when running coverage.

Update vitest to v4.x to match the coverage plugin:

-        "vitest": "^3.2.4",
+        "vitest": "^4.0.17",

Or keep both packages at v3:

-        "@vitest/coverage-v8": "^4.0.17",
+        "@vitest/coverage-v8": "^3.2.4",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"@vitest/coverage-v8": "^4.0.17",
"@vitest/coverage-v8": "^3.2.4",
🤖 Prompt for AI Agents
In @package.json at line 52, package.json has a peer version mismatch:
"@vitest/coverage-v8" is ^4.0.17 while "vitest" is ^3.2.4; update the dependency
pair so they match. Either bump "vitest" to a v4.x range (e.g., ^4.0.17) to
match "@vitest/coverage-v8", or replace/downgrade "@vitest/coverage-v8" to a
v3.x compatible version so both vitest and the coverage plugin share the same
major version; adjust the package.json entries for "vitest" and/or
"@vitest/coverage-v8" accordingly and run install to verify no peer dependency
warnings.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Superseded by #254.

@dependabot dependabot bot closed this Jan 26, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest/coverage-v8-4.0.17 branch January 26, 2026 17:57
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