Update dependency vitest to v0.25.0 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vitest | devDependencies | minor | 0.24.5 -> 0.25.0 |
Release Notes
vitest-dev/vitest
v0.25.0
🚨 Breaking Changes
- Return context in
startVitest()
- by @antfu in https://github.com/vitest-dev/vitest/issues/2072
🚀 Features
-
onTestFailed
hook - by @antfu in https://github.com/vitest-dev/vitest/issues/2210 - Display error frame if present (like Vite) - by @haikyuu and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2257
- Benchmark table report - by @poyoho in https://github.com/vitest-dev/vitest/issues/2179
- Add typechecking functionality - by @sheremet-va and @antfu in https://github.com/vitest-dev/vitest/issues/2107
🐞 Bug Fixes
- Clear full screen only in watch mode - by @sheremet-va (c3d89)
- Don't serialize symbols and immutables - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2266
- Use --conditions instead of -C - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2267
- Show correct stack trace in errors and console - by @sheremet-va and @antfu in https://github.com/vitest-dev/vitest/issues/2248
- Align
.each
behavior with jest - by @bartoszgolebiowski and @antfu in https://github.com/vitest-dev/vitest/issues/2064 - Remove undefined values in options - by @g4rry420 and @antfu in https://github.com/vitest-dev/vitest/issues/2281
- coverage: Istanbul provider to preserve implicit else - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2275
View changes on GitHub
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.