Update dependency vitest to ^3.2.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vitest (source) | devDependencies | patch | ^3.2.1 -> ^3.2.2 |
Release Notes
vitest-dev/vitest (vitest)
v3.2.2
🚀 Features
- Support rolldown-vite - by @sheremet-va and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7509 (c8d62)
🐞 Bug Fixes
-
browser:
- Calculate prepare time from
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7) - Optimize build output and always prebundle vitest - by @sheremet-va (00a39)
- Make custom locators available in
vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)
- Calculate prepare time from
-
expect:
- Ensure we can always self
toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)
- Ensure we can always self
-
reporter:
- Allow
dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)
- Allow
View changes on GitHub
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.