core
core copied to clipboard
chore(deps-dev): bump vitest from 0.21.1 to 0.22.1
Bumps vitest from 0.21.1 to 0.22.1.
Release notes
Sourced from vitest's releases.
v0.22.1
🚀 Features
- Restart vitest on config change - by
@antfu
(c663f)- Show transform time - by
@antfu
(b54a1)- vite-node:
moduleCache.invalidateDepTree
utiltity - by@antfu
in vitest-dev/vitest#1872🐞 Bug Fixes
- Convert string coverage reporters to array - by
@AriPerkkio
in vitest-dev/vitest#1860- Explicitly import performance - by
@antfu
(870d1)View changes on GitHub
v0.22.0
🚨 Breaking Changes
c8
coverage support now require peer dependency@vitest/coverage-c8
to be installed. Alternatively, you can install@vitest/coverage-istanbul
to useistanbul
for coverage instead ofc8
.🚀 Features
- Add --no-color to cli - by
@jereklas
in vitest-dev/vitest#1849- Support auto retry on Node segfault
--segfault-retry
- by@tony19
@antfu
in vitest-dev/vitest#1854- Support
istanbul
coverage provider - by@AriPerkkio
and@antfu
in vitest-dev/vitest#1676- cli: Support passing
--inspect
and--inspect-brk
- by@antfu
(ea80f)🐞 Bug Fixes
- Handle undefined returns of module mocks, and update migration docs - by
@jereklas
in vitest-dev/vitest#1763 and vitest-dev/vitest#1830- Clear pattern when rerun all tests - by
@ChpShy
in vitest-dev/vitest#1834- reporter-junit: Remove trailing zeros in duration - by
@nieyuyao
in vitest-dev/vitest#1842View changes on GitHub
Commits
637e2b3
chore: release v0.22.1a8183af
chore(deps): update tinyspy to 1.0.2 (#1869)b8922aa
feat(vite-node):moduleCache.invalidateDepTree
utiltity (#1872)02089af
docs: reorder sponsors [ci-skip]7ba6b20
refactor(vite-node): clear method and vars name870d16e
fix: explicitly import performancee21c78c
fix: convert string coverage reporters to array (#1860)b54a13e
feat: show transform timec663f39
feat: restart vitest on config change14279d5
chore(deps): update all non-major dependencies (#1852)- Additional commits viewable 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 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)