iot-application
iot-application copied to clipboard
chore(deps-dev): bump @vitest/ui from 1.1.1 to 1.6.0
Bumps @vitest/ui from 1.1.1 to 1.6.0.
Release notes
Sourced from @vitest/ui
'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
v1.5.2
🐞 Bug Fixes
- Check for null before storing in weakmap - by
@sheremet-va
(ce368)View changes on GitHub
v1.5.1
🚀 Features
... (truncated)
Commits
6b29f3d
chore: release v1.6.01f7268f
feat(ui): sort items by file name (#5652)bdce0a2
feat: support standalone mode (#5565)a52964b
chore: release v1.5.381f57f4
chore: release v1.5.21be4510
chore: release v1.5.19e7a01c
chore: release v1.5.0a8da192
chore: release v1.4.0ab60bf8
fix(ui): escape html in error diff (#5325)e5114ab
chore: release v1.3.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vitestbot, a new releaser for @vitest/ui
since your current version.
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.