chore(deps): update dependency vitest to v1.0.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vitest | devDependencies | patch | 1.0.1 -> 1.0.2 |
Release Notes
vitest-dev/vitest (vitest)
v1.0.2
🐞 Bug Fixes
- Don't check if vite is installed - by @wojtekmaj in https://github.com/vitest-dev/vitest/issues/4659 (775e2)
- Fix ensurePackageInstalled on Yarn PnP - by @wojtekmaj in https://github.com/vitest-dev/vitest/issues/4657 (574cc)
- Apply
stripSnapshotIndentation
for thrown snapshot - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4663 (74820) -
cli:
- Prompted packages fail to install - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4593 (a9908)
-
expect:
- Apply
URL
equality check only whenURL
is available - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4670 (43783)
- Apply
-
runner:
- Improve fixture error messages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4673 (1e4aa)
- Fix fixture cleanup when test times out - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4679 (e7c5e)
-
vitest:
- Support new Request('/api') in happy-dom - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4671 (6e6ee)
- Skip processing getter in auto-mocked constructor call - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4677 (cb786)
View changes on GitHub
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.