4.0.10
🐞 Bug Fixes
- Remove
onCancelwhen worker is terminated - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9033 (6d7f0) - browser:
- Don't scale the iframe if UI is disabled - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9018 (5406e)
- Handle dependency stack traces with external source maps. Resolves: #9003 - by @iclectic in https://github.com/vitest-dev/vitest/issues/9016 and https://github.com/vitest-dev/vitest/issues/9003 (57ae5)
- bun:
- Parsing of stack trace for bun runtime - by @nazarhussain in https://github.com/vitest-dev/vitest/issues/9032 (f3ec6)
- core:
- Prevent starting new run when cancelling - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8991 (eb98d)
- pool:
- Prevent writing to closed worker - by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9023 (042c6)
- reporters:
- Report correct test run duration at the end - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8969 (bc3a6)
- ui:
- Use execution time from ws reporter (
onFinished) - by @userquin in https://github.com/vitest-dev/vitest/issues/8975 (f56dc)
- Use execution time from ws reporter (