build(npm): bump the testing group with 3 updates
Bumps the testing group with 3 updates: @vitest/coverage-v8, @vitest/ui and vitest.
Updates @vitest/coverage-v8 from 3.1.2 to 3.1.3
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by@sheremet-vain vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawain vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-vain vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-vain vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgadsin vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-vain vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reportsto show each total run times - by@AriPerkkioin vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
6e8d937chore: release v3.1.3- See full diff in compare view
Updates @vitest/ui from 3.1.2 to 3.1.3
Release notes
Sourced from @vitest/ui's releases.
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by@sheremet-vain vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawain vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-vain vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-vain vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgadsin vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-vain vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reportsto show each total run times - by@AriPerkkioin vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
6e8d937chore: release v3.1.3- See full diff in compare view
Updates vitest from 3.1.2 to 3.1.3
Release notes
Sourced from vitest's releases.
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by@sheremet-vain vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawain vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-vain vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-vain vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgadsin vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-vain vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reportsto show each total run times - by@AriPerkkioin vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
6e8d937chore: release v3.1.38c7f75afix: ignore failures on writeToCache (#7893)d613b81fix(reporters):--merge-reportsto show each total run times (#7877)2fa763afix: reset mocks on test retry/repeat (#7897)573cb16ci: fix flaky browser tests (#7887)03660f9fix(browser): correctly inherit CLI options (#7858)a83f3bffix: correctly resolve vitest import ifinline: trueis set (#7856)- 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.
@dependabot rebase