svelte-chess
svelte-chess copied to clipboard
Bump @vitest/coverage-v8 from 0.34.1 to 0.34.6
Bumps @vitest/coverage-v8 from 0.34.1 to 0.34.6.
Release notes
Sourced from @vitest/coverage-v8
's releases.
v0.34.6
🐞 Bug Fixes
- Overwrite global URL with environment's - by
@sheremet-va
in vitest-dev/vitest#4164 (cbe13)- Correctly resolve external dependencies loaded by custom environments - by
@sheremet-va
in vitest-dev/vitest#4196 (e3408)- runner: The fixture of
test.extend
should be init once time in all test - by@Dunqing
in vitest-dev/vitest#4168 (730b2)View changes on GitHub
v0.34.5
🚀 Features
- config:
- Add
diff
option - by@fenghan34
and@sheremet-va
in vitest-dev/vitest#4063 (b50cf)- coverage:
- Add
coverage['100']
to istanbul provider - by@marcelobotega
in vitest-dev/vitest#4109 (a7e09)- vitest:
- Support
vi.waitFor
method - by@Dunqing
and@sheremet-va
in vitest-dev/vitest#4113 (d79cb)- Allow using unprocessed environment files - by
@sheremet-va
in vitest-dev/vitest#4098 (1aee1)- Support
vi.waitUntil
method - by@Dunqing
and@sheremet-va
in vitest-dev/vitest#4129 (e0ac9)🐞 Bug Fixes
- Update HappyDOMOptions to be compatible with v12 - by
@anthonyblond
in vitest-dev/vitest#4135 (e8797)- Print value shape when .resolves and .rejects fails - by
@sheremet-va
in vitest-dev/vitest#4137 (e649d)- docs:
- Fix lint errors on onConsoleLog example - by
@marcelobotega
in vitest-dev/vitest#4116 (ba1e7)- expect:
- Improve the error message when nothing is thrown when testing
toThrow
- by@Dunqing
in vitest-dev/vitest#3979 (725a0)- happy-dom:
- Catch errors in happy-dom - by
@capricorn86
in vitest-dev/vitest#4140 (c21c0)- runner:
- Restore leading space in
testNamePattern
- by@segrey
in vitest-dev/vitest#4103 and vitest-dev/vitest#4104 (3c305)test.extend
doesn't work in hooks without test - by@Dunqing
in vitest-dev/vitest#4065 (175c7)- snapshot:
- Support mix of normal/with placeholders snapshots - by
@RobertPechaCZ
in vitest-dev/vitest#4118 (01e01)- ui:
- Correctly render ansi diff - by
@so1ve
and@sheremet-va
in vitest-dev/vitest#3810 (8c315)- vite-node:
- Export
SourceMapInput
to fix CYCLIC_CROSS_CHUNK_REEXPORT - by@Dunqing
in vitest-dev/vitest#4128 (ca70a)- Align vite dependency version with vitest - by
@sheremet-va
(90ff8)- vitest:
- Rerun tests if a file loaded with query changes - by
@sheremet-va
in vitest-dev/vitest#4130 (a084c)- Inject "define" in workspaces - by
@sheremet-va
in vitest-dev/vitest#4096 (b4d5a)🏎 Performance
- Use lazy require in vm pool - by
@sheremet-va
in vitest-dev/vitest#4136 (21ba4)View changes on GitHub
... (truncated)
Commits
23c9db9
chore: release v0.34.6859d236
chore: release v0.34.591853bb
chore: release v0.34.49f04386
fix(coverage): log info only when terminal reporter is used (#4027)bf83936
chore: release v0.34.3c03faa2
feat(coverage): addallowExternal
option (#3894)41e828f
chore: release v0.34.2- 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)