Update dependency @vitest/coverage-c8 to v0.24.3 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vitest/coverage-c8 | devDependencies | minor | 0.23.2 -> 0.24.3 |
Release Notes
vitest-dev/vitest
v0.24.3
🐞 Bug Fixes
- build: Build packages before publishing - by @sheremet-va (3c4a2)
View changes on GitHub
v0.24.2
🚀 Features
- ui: Add tests summary in the dashboard - by @webfansplz and @userquin in https://github.com/vitest-dev/vitest/issues/2133
🐞 Bug Fixes
- bench: Throw root cause - by @azaleta and @nickmccurdy in https://github.com/vitest-dev/vitest/issues/2137
- browser: Working again - by @userquin in https://github.com/vitest-dev/vitest/issues/2143
- coverage: Reduce size of leftover v8 reports - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2144
- vite-node: Init the debugger ahead of time to ensure that load dumped code work as expected (fix #2126) - by @await-ovo in https://github.com/vitest-dev/vitest/issues/2127
View changes on GitHub
v0.24.1
🐞 Bug Fixes
- Remove work-around from
istanbul-lib-instrument
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2121 - Don't show extra properties for test context - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2116
- Parse env options from comments (fix #1962) - by @nickmccurdy in https://github.com/vitest-dev/vitest/issues/1984
- coverage: Fix sourcemaps of uncovered lines - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2122
View changes on GitHub
v0.24.0
🚨 Breaking Changes
- Use type module (revert #1411) - by @bluwy and @sheremet-va in https://github.com/vitest-dev/vitest/issues/1465
- Drop support for Vite 2 - by @antfu and @sheremet-va in https://github.com/vitest-dev/vitest/issues/1928
🚀 Features
- benchmark: Todo mode - by @Aslemammad in https://github.com/vitest-dev/vitest/issues/2057
- inline-snapshot: Support comment - by @azaleta in https://github.com/vitest-dev/vitest/issues/2077
🐞 Bug Fixes
- Run related test, even if test doesn't have dependencies - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2043
- Check for asymmetricMatch before accessing - by @sheremet-va (75719)
- Check hook teardown return type, closes #2092 - by @sheremet-va (cba3f)
- Don't stop watch mode, if non-object error is thrown, close #2106 - by @sheremet-va (bd677)
- Use correct source maps in stacktrace - by @haikyuu in https://github.com/vitest-dev/vitest/issues/2027
- Import CustomEventMap from vite for vite-node - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2124
- jsdom: Use jsdom Blob instead of Node, if jsdom is enabled - by @ChpShy in https://github.com/vitest-dev/vitest/issues/2086
View changes on GitHub
v0.23.4
🚀 Features
- Give helpful message, when using vi.mock - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2047
- benchmark: Only mode - by @Aslemammad in https://github.com/vitest-dev/vitest/issues/2039
🐞 Bug Fixes
- Move outputFile to benchmark, allow --reporter for benchmark - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2037
- cli: Forward node wasm flags - by @Peeterush in https://github.com/vitest-dev/vitest/issues/2041
-
coverage:
istanbul-reports
to supportprojectRoot
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2051
View changes on GitHub
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.