v5.0.0-rc.4Pre-release
Added 2
- Promote clearCache out of experimental
- Add link to open playwright trace in UI
Changed 2
- Parse files statically in vitest list by default
- Lazily format spy matcher failures in expect
Fixed 5
- Don't duplicate oxc.target if user provides a custom array
- Propagate --maxWorkers to projects
- Report the action error when a task times out in browser
- Add suite level report view in UI
- Link module graphs one at a time in VM
From Vitest
🚨 Breaking Changes
- Parse files statically in vitest list by default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/11088 (51e94)
🚀 Features
- Promote clearCache out of experimental - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/11086 (d4fe1)
- ui: Add link to open playwright trace - by @hi-ogawa, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in https://github.com/vitest-dev/vitest/issues/11059 (58f02)
🐞 Bug Fixes
- Don't duplicte
oxc.targetif user provides a custom array - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/11095 (848d7) - Propagate --maxWorkers to projects - by @Gaurav1112 in https://github.com/vitest-dev/vitest/issues/11102 (2122f)
- browser: Report the action error when a task times out - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/11101 (dc10f)
- ui: Add suite level report view - by @dvmhmdsd, Hiroshi Ogawa, OpenCode (gpt-5.6-sol) and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/11038 (602d2)
- vm: Link module graphs one at a time - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/11096 (3f2dd)
🏎 Performance
- expect: Lazily format spy matcher failures - by @scttcper and Codex in https://github.com/vitest-dev/vitest/issues/11090 (e08c4)