5.0.2
🐞 Bug Fixes
- Bind
processin case global is overwritten - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/11343 (0b792) - detect-async-leaks:
- Ignore
process.stdiohandles - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/11333 (0fd6b)
- Ignore
- expect:
- Fix
toMatchObjectwith asymmetric matchers - by @ShreeBohara, Claude Opus 5, @hi-ogawa, Hiroshi Ogawa and Codex (GPT-5) in https://github.com/vitest-dev/vitest/issues/11100 (42523)
- Fix
- jsdom:
- Fix
RequestwithBlobbody on jsdom 28+ - by @harshit-d3v in https://github.com/vitest-dev/vitest/issues/11295 (d1c3e)
- Fix
- reporter:
agentto respect--silent- by @Raj4478 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/11271 (5b95e)
- reporters:
- Handle concurrent
createReportcalls - by @7rulnik in https://github.com/vitest-dev/vitest/issues/11278 (e8e55) hanging-processto use ESM entrypoint - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/11316 (4e91e)
- Handle concurrent
- spy:
- Fix stack overflow when spying
Set.prototype.add- by @fengmk2 in https://github.com/vitest-dev/vitest/issues/11299 (a0a93)
- Fix stack overflow when spying
- ui:
- Persist authentication cookie beyond current browser session - by @hi-ogawa, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in https://github.com/vitest-dev/vitest/issues/11066 (f8819)