Change8

Migrating to Vitest v4.0.0-beta.8

Version v4.0.0-beta.8 introduces 1 breaking change. This guide details how to update your code.

Released: 8/12/2025

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Removed previously deprecated APIs; code that still imports or calls these APIs will throw errors. Update your code to use the new supported APIs as documented.

Migration Steps

  1. 1
    Search for any usage of the now‑removed deprecated APIs and replace them with the recommended alternatives.

Release Summary

Vitest v4.0.0-beta.8 removes deprecated APIs and introduces `enableCoverage`/`disableCoverage` methods for coverage control.

Need More Details?

View the full release notes and all changes for Vitest v4.0.0-beta.8.

View Full Changelog