Migrating to Vitest v4.0.0-beta.14
Version v4.0.0-beta.14 introduces 1 breaking change. This guide details how to update your code.
Released: 10/1/2025
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Browser mode providers have been moved to separate packages, breaking existing imports. Update imports to use the new packages.
Migration Steps
- 1Install the newly introduced browser provider packages and update any imports that previously referenced the built-in browser provider.
Release Summary
This beta release separates browser mode providers into their own packages and includes fixes for test option inheritance and browser command definitions.
Need More Details?
View the full release notes and all changes for Vitest v4.0.0-beta.14.
View Full Changelog