Update dependency vitest to ^3.2.4
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| vitest (source) | ^3.1.3 -> ^3.2.4 |
Release Notes
vitest-dev/vitest (vitest)
v3.2.4
🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by @mrginglymus in https://github.com/vitest-dev/vitest/issues/8139 (44940)
- Print uint and buffer as a simple string - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8141 (b86bf)
-
browser:
- Show a helpful error when spying on an export - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8178 (56007)
-
cli:
-
vitest run --watchshould be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8) - Use absolute path environment on Windows - by @colinaaa in https://github.com/vitest-dev/vitest/issues/8105 (85dc0)
- Throw error when
--shard x/<count>exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)
-
-
coverage:
- Ignore SCSS in browser mode - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8161 (0c3be)
-
deps:
- Update all non-major dependencies - in https://github.com/vitest-dev/vitest/issues/8123 (93f32)
-
expect:
- Handle async errors in expect.soft - by @lzl0304 in https://github.com/vitest-dev/vitest/issues/8145 (68699)
-
pool:
- Auto-adjust
minWorkerswhen onlymaxWorkersspecified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)
- Auto-adjust
-
reporter:
-
task.metashould be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)
-
-
runner:
- Preserve handler wrapping on extend - by @pengooseDev in https://github.com/vitest-dev/vitest/issues/8153 (a9281)
-
ui:
- Ensure ui config option works correctly - by @lzl0304 in https://github.com/vitest-dev/vitest/issues/8147 (42eeb)
View changes on GitHub
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8126 (1d8eb)
- ui: Show test annotations and metadata in the test report tab - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8093 (c69be)
🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8097 (0f335)
- Revert
expect.anyreturn type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514) - Run only the name plugin last, not all config plugins - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8130 (83862)
-
pool:
- Throw if user's tests use
process.send()- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)
- Throw if user's tests use
-
runner:
- Fast sequential task updates missing - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8121 (7bd11)
- Comments between fixture destructures - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8127 (dc469)
-
vite-node:
- Unable to handle errors where sourcemap mapping empty - by @blake-newman and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8071 (8aa25)
View changes on GitHub
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.