Skip to content

Commit dca1782

Browse files
build(deps-dev): bump vitest from 4.1.0 to 4.1.1 in /frontend (#237)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.0 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Expose <code>matchesTags</code> to test if the current filter matches tags  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9913">vitest-dev/vitest#9913</a> <a href="https://github.com/vitest-dev/vitest/commit/eec53d9f5"><!-- raw HTML omitted -->(eec53)<!-- raw HTML omitted --></a></li> <li>Introduce <code>experimental.vcsProvider</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9928">vitest-dev/vitest#9928</a> <a href="https://github.com/vitest-dev/vitest/commit/561150036"><!-- raw HTML omitted -->(56115)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Mark <code>TestProject.testFilesList</code> internal properly  -  by <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9867">vitest-dev/vitest#9867</a> <a href="https://github.com/vitest-dev/vitest/commit/54f2660f5"><!-- raw HTML omitted -->(54f26)<!-- raw HTML omitted --></a></li> <li>Detect fixture that returns without calling <code>use</code>  -  by <a href="https://github.com/oilater"><code>@​oilater</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9831">vitest-dev/vitest#9831</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9861">vitest-dev/vitest#9861</a> <a href="https://github.com/vitest-dev/vitest/commit/633ae2303"><!-- raw HTML omitted -->(633ae)<!-- raw HTML omitted --></a></li> <li>Drop vite 8.beta support  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9862">vitest-dev/vitest#9862</a> <a href="https://github.com/vitest-dev/vitest/commit/b78f5389d"><!-- raw HTML omitted -->(b78f5)<!-- raw HTML omitted --></a></li> <li>Type regression in vi.mocked() static class methods  -  by <a href="https://github.com/purepear"><code>@​purepear</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9857">vitest-dev/vitest#9857</a> <a href="https://github.com/vitest-dev/vitest/commit/90926641b"><!-- raw HTML omitted -->(90926)<!-- raw HTML omitted --></a></li> <li>Properly re-evaluate actual modules of mocked external  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9898">vitest-dev/vitest#9898</a> <a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef"><!-- raw HTML omitted -->(ae5ec)<!-- raw HTML omitted --></a></li> <li>Preserve coverage report when html reporter overlaps  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9889">vitest-dev/vitest#9889</a> <a href="https://github.com/vitest-dev/vitest/commit/2d81ad897"><!-- raw HTML omitted -->(2d81a)<!-- raw HTML omitted --></a></li> <li>Provide <code>vi.advanceTimers</code> to the preview provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9891">vitest-dev/vitest#9891</a> <a href="https://github.com/vitest-dev/vitest/commit/1bc3e63be"><!-- raw HTML omitted -->(1bc3e)<!-- raw HTML omitted --></a></li> <li>Don't leak event listener in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9910">vitest-dev/vitest#9910</a> <a href="https://github.com/vitest-dev/vitest/commit/d93550ff7"><!-- raw HTML omitted -->(d9355)<!-- raw HTML omitted --></a></li> <li>Open browser in <code>--standalone</code> mode without running tests  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9911">vitest-dev/vitest#9911</a> <a href="https://github.com/vitest-dev/vitest/commit/e78adcf97"><!-- raw HTML omitted -->(e78ad)<!-- raw HTML omitted --></a></li> <li>Guard disposable and optional <code>body</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9912">vitest-dev/vitest#9912</a> <a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba61"><!-- raw HTML omitted -->(6fdb2)<!-- raw HTML omitted --></a></li> <li>Resolve <code>retry.condition</code> RegExp serialization issue  -  by <a href="https://github.com/nstepien"><code>@​nstepien</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9942">vitest-dev/vitest#9942</a> <a href="https://github.com/vitest-dev/vitest/commit/7b6054328"><!-- raw HTML omitted -->(7b605)<!-- raw HTML omitted --></a></li> <li><strong>collect</strong>: <ul> <li>Don't treat extra props on <code>test</code> return as tests  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9871">vitest-dev/vitest#9871</a> <a href="https://github.com/vitest-dev/vitest/commit/141e72aa1"><!-- raw HTML omitted -->(141e7)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Simplify provider types  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9931">vitest-dev/vitest#9931</a> <a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae"><!-- raw HTML omitted -->(aaf9f)<!-- raw HTML omitted --></a></li> <li>Load built-in provider without module runner  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9939">vitest-dev/vitest#9939</a> <a href="https://github.com/vitest-dev/vitest/commit/bf8920817"><!-- raw HTML omitted -->(bf892)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Soft assertions continue after .resolves/.rejects promise errors  -  by <a href="https://github.com/mixelburg"><code>@​mixelburg</code></a>, <strong>Maks Pikov</strong>, <strong>Claude Opus 4.6 (1M context)</strong> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9843">vitest-dev/vitest#9843</a> <a href="https://github.com/vitest-dev/vitest/commit/6d74b4948"><!-- raw HTML omitted -->(6d74b)<!-- raw HTML omitted --></a></li> <li>Fix sinon-chai style API  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9943">vitest-dev/vitest#9943</a> <a href="https://github.com/vitest-dev/vitest/commit/0f08dda2c"><!-- raw HTML omitted -->(0f08d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pretty-format</strong>: <ul> <li>Limit output for large object  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9949">vitest-dev/vitest#9949</a> <a href="https://github.com/vitest-dev/vitest/commit/0d5f9d6ef"><!-- raw HTML omitted -->(0d5f9)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/1f2d318493363855b66a22caaf7c1c10579029d5"><code>1f2d318</code></a> chore: release v4.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ebfde798fbaeeb1fc7542d734dff216f39272201"><code>ebfde79</code></a> refactor: rename <code>matchesTagsFilter</code> to <code>matchesTags</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9956">#9956</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/561150036f5784039020b1c1e767e78e1088e16c"><code>5611500</code></a> feat(experimental): introduce <code>experimental.vcsProvider</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9928">#9928</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/eec53d9f592717ebb6febec517bbc1d1f2af250a"><code>eec53d9</code></a> feat(experimental): expose <code>matchesTagsFilter</code> to test if the current filter ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bf89208177e65af72cdc1e4db85c8200cf6c2721"><code>bf89208</code></a> fix(coverage): load built-in provider without module runner (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9939">#9939</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5a6086856e76d908dee8aa0b6a702e242db3ef62"><code>5a60868</code></a> refactor: fix typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9950">#9950</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae70e52b6e67aaf85f7f784d9dabd0acc"><code>aaf9f18</code></a> fix(coverage): simplify provider types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9931">#9931</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba614bc654d0b48f49bc153778b5d12f4b3"><code>6fdb2ba</code></a> fix: guard disposable and optional <code>body</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9912">#9912</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e78adcf9761bb2d1634f77b007fca43b34637ac9"><code>e78adcf</code></a> fix: open browser in <code>--standalone</code> mode without running tests (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9911">#9911</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef98097aed2851f287a76d595582fe578"><code>ae5ec03</code></a> fix: properly re-evaluate actual modules of mocked external (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9898">#9898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/vitest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32e7f3a commit dca1782

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

frontend/package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"svelte-check": "4.4.5",
3030
"typescript": "5.9.3",
3131
"vite": "8.0.3",
32-
"vitest": "4.1.1"
32+
"vitest": "4.1.2"
3333
}
3434
}

0 commit comments

Comments
 (0)