Skip to content

Bump @vitest/coverage-v8 from 3.2.4 to 4.0.18#358

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 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 testing infrastructure dependency to a newer version; no user-facing or API changes expected.

@dependabot dependabot bot added major skip-release Do not publish new release labels Jan 26, 2026
@dependabot dependabot bot added the skip-release Do not publish new release label Jan 26, 2026
@dependabot dependabot bot requested review from a team and drdaemos as code owners January 26, 2026 12:51
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 26, 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 devDependency @vitest/coverage-v8 in package.json from ^3.2.4 to ^4.0.18; no source-code or exported API changes.

Changes

Cohort / File(s) Summary
Dependency Version Update
package.json
Bumped devDependency @vitest/coverage-v8 from ^3.2.4 to ^4.0.18.

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 description is incomplete according to the required template. While it contains detailed release notes and change information, it is missing the required 'Changes' section describing the changes and does not include the required 'Checklist' with labels (major/minor/patch/skip-release), documentation updates, and test updates. Add a 'Changes' section describing the update, and include the checklist with appropriate label selection, documentation/test update confirmations as specified in the template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping the @vitest/coverage-v8 dependency from version 3.2.4 to 4.0.18, which matches the changeset exactly.
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.0.18

No actionable comments were generated in the recent review. 🎉


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

🤖 Fix all issues with AI agents
In `@package.json`:
- Line 73: The dependency mismatch: update the vitest dependency to match
`@vitest/coverage-v8` by changing the "vitest" entry to "^4.0.18" so it aligns
with "@vitest/coverage-v8": "^4.0.18", ensuring the peer requirement is
satisfied; locate the "vitest" key in package.json and bump its version string
to "^4.0.18".

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

🧩 Analysis chain

🌐 Web query:

@vitest/coverage-v8 4.0.18 peer dependencies vitest

💡 Result:

For @vitest/coverage-v8@4.0.18, the vitest peer dependency is an exact match:

  • peerDependencies.vitest: "4.0.18" (required)
  • peerDependencies.@vitest/browser: "4.0.18" (optional; only needed for browser mode)

This follows Vitest’s pattern of pinning peer deps to the same exact version (e.g., 4.0.2 and 4.0.13 both pin vitest to the identical version). [1], [2]

Sources: [1] [2]


Version mismatch: @vitest/coverage-v8@4.0.18 requires vitest@4.0.18 (exact match).

The @vitest/coverage-v8 package is being bumped to 4.0.18, which requires vitest@4.0.18 exactly. However, vitest on line 84 remains at ^3.2.4, making them incompatible. Vitest packages pin peer dependencies to exact versions, not just matching major versions.

Update vitest to ^4.0.18 to match @vitest/coverage-v8.

🤖 Prompt for AI Agents
In `@package.json` at line 73, The dependency mismatch: update the vitest
dependency to match `@vitest/coverage-v8` by changing the "vitest" entry to
"^4.0.18" so it aligns with "@vitest/coverage-v8": "^4.0.18", ensuring the peer
requirement is satisfied; locate the "vitest" key in package.json and bump its
version string to "^4.0.18".

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest/coverage-v8-4.0.18 branch from bb4f606 to 8cb3326 Compare January 28, 2026 09:22
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.2.4 to 4.0.18.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest/coverage-v8-4.0.18 branch from 8cb3326 to 11c2bfe Compare February 11, 2026 13:02
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Superseded by #376.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest/coverage-v8-4.0.18 branch March 16, 2026 11:57
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