Skip to content

Bump the vitest group with 2 updates#157

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitest-0717ef0daf
Open

Bump the vitest group with 2 updates#157
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitest-0717ef0daf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the vitest group with 2 updates: @vitest/coverage-v8 and vitest.

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.3

Release notes

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

v4.0.3

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

Vitest 4.0 is out!

To stay updated, read our blog post and check the migration guide.

   🚨 Breaking Changes

... (truncated)

Commits
  • ca1766f chore: release v4.0.3
  • 07bc56a chore: release v4.0.2
  • 4a28faa chore: release v4.0.1
  • da7ce17 chore: release v4.0.0
  • 3e4b6b7 chore: release v4.0.0-beta.19
  • 35816fe fix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)
  • bc7c20d chore: release v4.0.0-beta.18
  • 4783137 chore: release v4.0.0-beta.17
  • 6fc7890 chore: release v4.0.0-beta.16
  • d677c0b chore: release v4.0.0-beta.15
  • 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.


Updates vitest from 3.2.4 to 4.0.3

Release notes

Sourced from vitest's releases.

v4.0.3

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

Vitest 4.0 is out!

To stay updated, read our blog post and check the migration guide.

   🚨 Breaking Changes

... (truncated)

Commits
  • ca1766f chore: release v4.0.3
  • 155521a fix: preserve reporter options from config when CLI reporters override them (...
  • abc046f fix(init): use correct jsx/tsx extension (#8792)
  • 0fb74bd fix(happy-dom): support fetch globals (#8791)
  • 07bc56a chore: release v4.0.2
  • 2eedbce fix(spy): reset spies if both restoreMocks and mockReset is set in the co...
  • 26ce88d fix(pool): assign envs before running tests to keep in sync with process.env ...
  • 4a28faa chore: release v4.0.1
  • 3fae73e fix(pool): don't teardown the communication channel too soon if something is ...
  • 8100063 fix: move the getBuiltins check (#8765)
  • 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 since your current version.


You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Summary by CodeRabbit

  • Chores
    • Upgraded development and testing tooling to newer major versions. This is an internal maintenance update that may change how tests run or report coverage during development; no functional or user-facing behavior changes were introduced.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@dependabot dependabot bot requested review from a team and kibertoad as code owners October 27, 2025 07:42
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Oct 27, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 27, 2025

📝 Walkthrough

Walkthrough

Updated two devDependencies in package.json: vitest and @vitest/coverage-v8 were bumped from ^3.2.4 to ^4.0.18 (no source code changes).

Changes

Cohort / File(s) Summary
Testing framework dependencies
package.json
Bumped devDependencies: vitest and @vitest/coverage-v8 from ^3.2.4 to ^4.0.18. No other files modified.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping two packages in the vitest dependency group from major version 3.x to 4.x.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description clearly describes the vitest dependency updates from 3.2.4 to 4.0.3 with detailed release notes and commit information.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/vitest-0717ef0daf

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 3 times, most recently from 9b4ac1e to 6fedbab Compare November 3, 2025 07:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch from 6fedbab to 0c1d6fd Compare November 17, 2025 07:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch from 0c1d6fd to b696364 Compare November 24, 2025 07:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 2 times, most recently from babbd3e to 7eb85aa Compare December 8, 2025 07:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 3 times, most recently from 197619e to e907082 Compare December 15, 2025 07:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 2 times, most recently from 5092672 to 8554c0a Compare December 29, 2025 07:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 3 times, most recently from e062489 to 1ccd268 Compare January 19, 2026 08:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 3 times, most recently from 55dc502 to 0306dc9 Compare February 2, 2026 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch from 0306dc9 to a8d9809 Compare February 2, 2026 08:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 3 times, most recently from 1917373 to 742d9ca Compare February 16, 2026 07:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch from 742d9ca to 4b57a4f Compare March 2, 2026 07:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch 2 times, most recently from d884daf to 3a6ff14 Compare March 2, 2026 07:48
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.3/packages/coverage-v8)

Updates `vitest` from 3.2.4 to 4.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.3/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-0717ef0daf branch from 3a6ff14 to 6d21aa3 Compare March 16, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants