3.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)