posthtml-content
posthtml-content copied to clipboard
build(deps-dev): bump @vitest/coverage-v8 from 1.5.2 to 1.6.0
Bumps @vitest/coverage-v8 from 1.5.2 to 1.6.0.
Release notes
Sourced from @vitest/coverage-v8
's releases.
v1.6.0
🚀 Features
- Support standalone mode - by
@sheremet-va
in vitest-dev/vitest#5565 (bdce0)- Custom "snapshotEnvironment" option - by
@sheremet-va
in vitest-dev/vitest#5449 (30f72)- benchmark: Support comparing benchmark result - by
@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#5398 (f8d3d)- browser: Allow injecting scripts - by
@sheremet-va
in vitest-dev/vitest#5656 (21e58)- reporter: Support
includeConsoleOutput
andaddFileAttribute
in junit - by@hi-ogawa
in vitest-dev/vitest#5659 (2f913)- ui: Sort items by file name - by
@btea
in vitest-dev/vitest#5652 (1f726)🐞 Bug Fixes
- Keep order of arguments for .each in custom task collectors - by
@sheremet-va
in vitest-dev/vitest#5640 (7d57c)- Call
resolveId('vitest')
afterbuildStart
- by@hi-ogawa
in vitest-dev/vitest#5646 (f5faf)- Hash the name of the file when caching - by
@sheremet-va
in vitest-dev/vitest#5654 (c9e68)- Don't panic on empty files in node_modules - by
@sheremet-va
(40c29)- Use
toJSON
for error serialization - by@hi-ogawa
in vitest-dev/vitest#5526 (19a21)- coverage:
- Exclude
*.test-d.*
by default - by@MindfulPol
in vitest-dev/vitest#5634 (bfe8a)- Apply
vite-node
's wrapper only to executed files - by@AriPerkkio
in vitest-dev/vitest#5642 (c9883)- vm:
- Support network imports - by
@sheremet-va
in vitest-dev/vitest#5610 (103a6)🏎 Performance
- Improve performance of forks pool - by
@sheremet-va
in vitest-dev/vitest#5592 (d8304)- Unnecessary rpc call when coverage is disabled - by
@AriPerkkio
in vitest-dev/vitest#5658 (c5712)View changes on GitHub
v1.5.3
🐞 Bug Fixes
- Use package.json name for a workspace project if not provided - by
@sheremet-va
in vitest-dev/vitest#5608 (48fba)- Backport jest iterable equality within object - by
@sukovanej
in vitest-dev/vitest#5621 (30e5d)- browser: Support benchmark - by
@hi-ogawa
in vitest-dev/vitest#5622 (becab)- reporter: Use default error formatter for JUnit - by
@hi-ogawa
in vitest-dev/vitest#5629 (20060)View changes on GitHub
Commits
6b29f3d
chore: release v1.6.0c9883f3
fix(coverage): applyvite-node
's wrapper only to executed files (#5642)a52964b
chore: release v1.5.3- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)