Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump vitest from 3.0.7 to 3.0.8 in /src/Bicep.Cli.E2eTests (#16608)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.7 to 3.0.8. <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>v3.0.8</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Fix fetch cache multiple writes - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7546">vitest-dev/vitest#7546</a> <a href="https://github.com/vitest-dev/vitest/commit/1a8b4337"><!-- raw HTML omitted -->(1a8b4)<!-- raw HTML omitted --></a></li> <li>Use browser.isolate instead of config.isolate - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7560">vitest-dev/vitest#7560</a> <a href="https://github.com/vitest-dev/vitest/commit/4b5ed902"><!-- raw HTML omitted -->(4b5ed)<!-- raw HTML omitted --></a></li> <li>Remove vestigial spy stub, import directly from <code>@vitest/spy</code> - by <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7575">vitest-dev/vitest#7575</a> <a href="https://github.com/vitest-dev/vitest/commit/7f7ff11c"><!-- raw HTML omitted -->(7f7ff)<!-- raw HTML omitted --></a></li> <li>Correctly split the argv string - by <a href="https://github.com/btea"><code>@btea</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7533">vitest-dev/vitest#7533</a> <a href="https://github.com/vitest-dev/vitest/commit/4325ac67"><!-- raw HTML omitted -->(4325a)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Remove <code>@testing-library/dom</code> from dependencies - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7555">vitest-dev/vitest#7555</a> <a href="https://github.com/vitest-dev/vitest/commit/5387a5b3"><!-- raw HTML omitted -->(5387a)<!-- raw HTML omitted --></a></li> <li>Improve source map handling for bundled files - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7534">vitest-dev/vitest#7534</a> <a href="https://github.com/vitest-dev/vitest/commit/e2c570b6"><!-- raw HTML omitted -->(e2c57)<!-- raw HTML omitted --></a></li> <li>Print related test file and potential test in unhandled errors - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7564">vitest-dev/vitest#7564</a> <a href="https://github.com/vitest-dev/vitest/commit/fee90d85"><!-- raw HTML omitted -->(fee90)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Fix <code>beforeEach/All</code> cleanup callback timeout - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7500">vitest-dev/vitest#7500</a> <a href="https://github.com/vitest-dev/vitest/commit/0c2924b7"><!-- raw HTML omitted -->(0c292)<!-- raw HTML omitted --></a></li> <li>Fix and simplify <code>Task.suite</code> initialization - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7414">vitest-dev/vitest#7414</a> <a href="https://github.com/vitest-dev/vitest/commit/ca9ffac5"><!-- raw HTML omitted -->(ca9ff)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>snapshot</strong>: <ul> <li>Allow inline snapshot calls on same location with same snapshot - by <a href="https://github.com/jycouet"><code>@jycouet</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/7464">vitest-dev/vitest#7464</a> <a href="https://github.com/vitest-dev/vitest/commit/d5cb8212"><!-- raw HTML omitted -->(d5cb8)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Fix <code>buildStart</code> on Vite 6 - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7480">vitest-dev/vitest#7480</a> <a href="https://github.com/vitest-dev/vitest/commit/c0f47e03"><!-- raw HTML omitted -->(c0f47)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/814d5df54e29cf882701b2a8a85187974cf940a7"><code>814d5df</code></a> chore: release v3.0.8</li> <li><a href="https://github.com/vitest-dev/vitest/commit/57c3234c63b2df0f15f60239d5f609e9858c9a41"><code>57c3234</code></a> chore: remove hijackVitePluginInject (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7613">#7613</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1a88b1bb305f3625b8e626c77ca82262400d1281"><code>1a88b1b</code></a> chore(deps): update dependency strip-literal to v3 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7601">#7601</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4325ac67937603a13302d0ac672a5a2ac52e4c72"><code>4325ac6</code></a> fix: correctly split the argv string (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7533">#7533</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7f7ff11c6c40a4c6793c3597f4a5a79d9795f4a4"><code>7f7ff11</code></a> fix: remove vestigial spy stub, import directly from <code>@vitest/spy</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7575">#7575</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/fee90d855b046786418c666354425d8649bc8b76"><code>fee90d8</code></a> fix(browser): print related test file and potential test in unhandled errors ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1a8b4337e3e6981f358b119dddca2108ae08e180"><code>1a8b433</code></a> fix: fix fetch cache multiple writes (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7546">#7546</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.0.8/packages/vitest">compare view</a></li> </ul> </details> <br /> [](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 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) </details> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16608) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information