Sourced from @vitest/coverage-v8's releases.
v5.0.1
🚀 Features
- ui:
- Move trace attempts selector to viewer header - by
@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11189 (5dc4b)- Add focused trace view layout mode - by
@hi-ogawa, Hiroshi Ogawa, OpenCode (gpt-5.6-sol) and Codex in vitest-dev/vitest#11190 (376dc)🐞 Bug Fixes
- Exit 1 when vitest list fails collection - by
@hamed-bavarin vitest-dev/vitest#11145 and vitest-dev/vitest#11146 (6108b)- Keep parse error details in static collection - by
@hamed-bavarin vitest-dev/vitest#11150 and vitest-dev/vitest#11151 (7c818)- Avoid recursive prototype in automocking - by
@sheremet-vain vitest-dev/vitest#11195 (99fc5)- Prevent false Vitest import resolution - by
@sheremet-vain vitest-dev/vitest#11196 (b426c)- Keep metadata file when clearing the cache - by
@sheremet-vain vitest-dev/vitest#11199 (73614)- Correct typos in error message and comments - by
@shinji00222and Shinji in vitest-dev/vitest#11187 (115c3)- Resolve ResolvedConfig exactOptionalPropertyTypes errors - by
@LukeAbbyin vitest-dev/vitest#11175 (498fb)- Share the server on self-referencing
extends- by@sheremet-vain vitest-dev/vitest#11034 (23dda)- Warn when deprecated
deps.optimizer.webis used - by@im10furryin vitest-dev/vitest#11214 (2ce29)- browser:
- Avoid double quotes in
config.define- by@sheremet-vain vitest-dev/vitest#11198 (972e2)- doctor:
- Measure vm pools for custom environments - by
@sheremet-vain vitest-dev/vitest#11212 (91ab1)- expect:
- Correct return value in
toMatchAriaSnapshot- by@sheremet-vain vitest-dev/vitest#11208 (c119b)- fakeTimers:
- Force
queueMicrotaskandnextTickintoNotFake- by@kingmakeruix, kingmakeruix, Hiroshi Ogawa, Codex and@hi-ogawain vitest-dev/vitest#11261 (a47d7)- snapshot:
- Report obsolete keys next to skipped tests - by
@hamed-bavar, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in vitest-dev/vitest#11157 and vitest-dev/vitest#11158 (17e2b)- types:
- Make public declarations self-contained - by
@ZoeySigelin vitest-dev/vitest#11141 (45546)- ui:
- Fix collapse/expand suite with file name search - by
@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11260 (0a712)- Fix explorer file summary count - by
@hi-ogawa, Hiroshi Ogawa, OpenCode (gpt-5.6-sol) and Codex in vitest-dev/vitest#11125 (05982)- utils:
- Fix
deepMergeto handle prototype - by@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11215 (4944c)View changes on GitHub
03630a5
chore: release v5.0.1 (#11275)Sourced from vitest's releases.
v5.0.1
🚀 Features
- ui:
- Move trace attempts selector to viewer header - by
@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11189 (5dc4b)- Add focused trace view layout mode - by
@hi-ogawa, Hiroshi Ogawa, OpenCode (gpt-5.6-sol) and Codex in vitest-dev/vitest#11190 (376dc)🐞 Bug Fixes
- Exit 1 when vitest list fails collection - by
@hamed-bavarin vitest-dev/vitest#11145 and vitest-dev/vitest#11146 (6108b)- Keep parse error details in static collection - by
@hamed-bavarin vitest-dev/vitest#11150 and vitest-dev/vitest#11151 (7c818)- Avoid recursive prototype in automocking - by
@sheremet-vain vitest-dev/vitest#11195 (99fc5)- Prevent false Vitest import resolution - by
@sheremet-vain vitest-dev/vitest#11196 (b426c)- Keep metadata file when clearing the cache - by
@sheremet-vain vitest-dev/vitest#11199 (73614)- Correct typos in error message and comments - by
@shinji00222and Shinji in vitest-dev/vitest#11187 (115c3)- Resolve ResolvedConfig exactOptionalPropertyTypes errors - by
@LukeAbbyin vitest-dev/vitest#11175 (498fb)- Share the server on self-referencing
extends- by@sheremet-vain vitest-dev/vitest#11034 (23dda)- Warn when deprecated
deps.optimizer.webis used - by@im10furryin vitest-dev/vitest#11214 (2ce29)- browser:
- Avoid double quotes in
config.define- by@sheremet-vain vitest-dev/vitest#11198 (972e2)- doctor:
- Measure vm pools for custom environments - by
@sheremet-vain vitest-dev/vitest#11212 (91ab1)- expect:
- Correct return value in
toMatchAriaSnapshot- by@sheremet-vain vitest-dev/vitest#11208 (c119b)- fakeTimers:
- Force
queueMicrotaskandnextTickintoNotFake- by@kingmakeruix, kingmakeruix, Hiroshi Ogawa, Codex and@hi-ogawain vitest-dev/vitest#11261 (a47d7)- snapshot:
- Report obsolete keys next to skipped tests - by
@hamed-bavar, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in vitest-dev/vitest#11157 and vitest-dev/vitest#11158 (17e2b)- types:
- Make public declarations self-contained - by
@ZoeySigelin vitest-dev/vitest#11141 (45546)- ui:
- Fix collapse/expand suite with file name search - by
@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11260 (0a712)- Fix explorer file summary count - by
@hi-ogawa, Hiroshi Ogawa, OpenCode (gpt-5.6-sol) and Codex in vitest-dev/vitest#11125 (05982)- utils:
- Fix
deepMergeto handle prototype - by@hi-ogawa, Hiroshi Ogawa and Codex in vitest-dev/vitest#11215 (4944c)View changes on GitHub
03630a5
chore: release v5.0.1 (#11275)a47d790
fix(fakeTimers): force queueMicrotask and
nextTick in toNotFake (#11261)2ce29d5
fix: warn when deprecated deps.optimizer.web is used (#11214)ccd6d05
docs: fix typecheck exclude default in documentation (#11223)91ab158
fix(doctor): measure vm pools for custom environments (#11212)23dda73
fix: share the server on self-referencing extends (#11034)498fbe9
fix: resolve ResolvedConfig exactOptionalPropertyTypes errors (#11175)115c3f6
fix: correct typos in error message and comments (#11187)7361465
fix: keep metadata file when clearing the cache (#11199)972e24b
fix(browser): avoid double quotes in config.define (#11198)