what stackpulse tracks
Vitest releases from GitHub
StackPulse watches Vitest release notes and keeps the original source link close to every summary.
Next generation testing framework powered by Vite StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Vitest release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release introduces several breaking changes, including changes to config file lookup, package inline, and browser session handling. New features include enhanced browser UI and CLI options, while bug fixes address issues with logging, imports, and test execution.
Users relying on config file lookup from ancestor directories or using the `@vitest/runner` package will be affected.
Review breaking changes and update configurations accordingly.
This release introduces several breaking changes, including stricter behavior for hoistable methods and `toHaveTextContent`, along with a rewritten benchmark API. New features include enhanced browser trace view steps and HTML reporter single file output.
Developers using hoistable methods, `toHaveTextContent`, or the benchmark API are affected by breaking changes.
Review breaking changes and update code accordingly.
This release introduces significant breaking changes, including requiring Node.js 22 and Vite 6.4, and adds new features like TypeScript build mode and improved browser testing capabilities. Several bug fixes and performance improvements are also included.
Users must upgrade to Node.js 22 and Vite 6.4 to use this version.
Upgrade Node.js to version 22 and Vite to version 6.4.