Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) 3.2.4 -> 4.0.15 age confidence
vitest (source) 3.2.4 -> 4.0.15 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Oct 26, 2025

Deploy Preview for seed4j ready!

Name Link
🔨 Latest commit 96cf553
🔍 Latest deploy log https://app.netlify.com/projects/seed4j/deploys/69330b70a32cbc0008e42365
😎 Deploy Preview https://deploy-preview-61--seed4j.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 568c911 to 1630b23 Compare November 1, 2025 14:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from c4c45d4 to 26a3e8b Compare November 10, 2025 13:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 32f05b7 to 0fe396c Compare November 23, 2025 13:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from a886510 to c501c40 Compare December 1, 2025 06:06
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from c501c40 to 90eaae5 Compare December 3, 2025 19:07
@murdos murdos requested a review from Copilot December 5, 2025 06:41
Copilot finished reviewing on behalf of murdos December 5, 2025 06:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Vitest from version 3.2.4 to 4.0.14, a major version upgrade that includes significant architectural changes and breaking changes. The update replaces vite-node with Vite's module-runner, introduces new spying implementation, and bundles Vite 7 instead of Vite 5/6.

Key changes:

  • Updates vitest from 3.2.4 to 4.0.14
  • Updates @vitest/coverage-v8 from 3.2.4 to 4.0.14
  • Vitest 4 now bundles Vite 7.2.6, which has stricter Node.js version requirements

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates vitest and @vitest/coverage-v8 to version 4.0.14, but Node.js engine requirement needs adjustment
package-lock.json Extensive dependency tree changes including removal of vite-node, tinypool, and numerous other v3 dependencies; addition of Vite 7 as bundled dependency
Comments suppressed due to low confidence (1)

package.json:39

  • The project's Node.js version requirement >=22 is incompatible with Vitest 4's bundled Vite 7, which requires ^20.19.0 || >=22.12.0. This means Node.js versions 22.0.0 through 22.11.x would satisfy the package.json requirement but fail at runtime with Vite 7. Consider updating to "node": ">=22.12.0" to match Vite 7's requirements and prevent runtime issues.
  "engines": {
    "node": ">=22"
  }

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 90eaae5 to 96cf553 Compare December 5, 2025 16:42
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.

1 participant