vue-gtm
vue-gtm copied to clipboard
Bump vitest from 0.34.5 to 1.1.0
Bumps vitest from 0.34.5 to 1.1.0.
Release notes
Sourced from vitest's releases.
v1.1.0
🚀 Features
- Add es-main compatibility to vite-node - by
@zookatronin vitest-dev/vitest#4751 (486a3)- Add
--workspaceoption, fix root resolution in workspaces - by@sheremet-vaand@AriPerkkioin vitest-dev/vitest#4773 (67d93)- Add
--no-file-parallelism,--maxWorkers,--minWorkersflags - by@sheremet-vaand@AriPerkkioin vitest-dev/vitest#4705 (fd5d7)- Add
--no-isolateflag to improve performance, add documentation about performance - by@sheremet-va,@AriPerkkioand Pascal Jufer in vitest-dev/vitest#4777 (4d55a)- Add
--excludeCLI flag - by@Namcheeand@sheremet-vain vitest-dev/vitest#4279 (f859e)🐞 Bug Fixes
- Correctly reset provided values - by
@sheremet-vain vitest-dev/vitest#4775 (5a71e)- expect:
- Fix
toHavePropertyassertion error diff - by@hi-ogawain vitest-dev/vitest#4734 (f8f70)- runner:
- Handle fixture teardown error - by
@hi-ogawain vitest-dev/vitest#4683 (c6f5f)- types:
defineWorkspacefix intellisense and report type errors - by@AriPerkkioin vitest-dev/vitest#4743 (9cc36)- ui:
- Escape html for console log view - by
@hi-ogawain vitest-dev/vitest#4724 (e0dde)- Fix coverage iframe url for html report preview - by
@hi-ogawain vitest-dev/vitest#4717 (71911)- Show file item when search filter matches only test cases - by
@hi-ogawain vitest-dev/vitest#4736 (f43fd)- vitest:
- Pass down CLI options to override workspace configs - by
@sheremet-vain vitest-dev/vitest#4774 (8dabe)View changes on GitHub
v1.0.4
The previous release was built incorrectly and didn't include the performance fix. This release fixes that.
🐞 Bug Fixes
- cli:
--coverage.all=falseresolved incorrectly - by@AriPerkkioin vitest-dev/vitest#4697 (a7931)🏎 Performance
- reporters: Downgrade
log-updateto v5 - by@AriPerkkioin vitest-dev/vitest#4711 (13ff9)View changes on GitHub
v1.0.3
🐞 Bug Fixes
- Correct package exports - by
@userquinin vitest-dev/vitest#4707 (37388)- runner: Fix async fixture teardown - by
@hi-ogawain vitest-dev/vitest#4700 (92afd)- vitest: Correctly filter changed files when Vitest workspace is used - by
@sheremet-vain vitest-dev/vitest#4693 (34135)🏎 Performance
- reporters: Downgrade
log-updateto v5 - by@AriPerkkioin vitest-dev/vitest#4711 (13ff9)
... (truncated)
Commits
9497f48chore: release v1.1.0e975b57types: use satisfies for defaults (#4738)f859efcfeat: add--excludeCLI flag (#4279)4d55a02feat: add --no-isolate flag to improve performance, add documentation about p...fd5d7e6feat: add --no-file-parallelism, --maxWorkers, --minWorkers flags (#4705)67d93edfeat: add --workspace option, fix root resolution in workspaces (#4773)8dabef8fix(vitest): pass down CLI options to override workspace configs (#4774)5a71eb3fix: correctly reset provided values (#4775)9cc3668fix(types):defineWorkspacefix intellisense and report type errors (#4743)9c552b6chore(deps): update dependency@types/promptsto ^2.4.9 (#4720)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)