Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps vitest from 3.0.9 to 3.1.1.

Release notes

Sourced from vitest's releases.

v3.1.1

   🐞 Bug Fixes

    View changes on GitHub

v3.1.0

🚀 Features

🐞 Bug Fixes

🏎 Performance

... (truncated)

Commits
  • a9d36c7 chore: release v3.1.1
  • 69ca425 fix(reporter): print test only once in the verbose mode (#7738)
  • b166efa fix(reporter): report tests in correct order (#7752)
  • b8eda4b chore: release v3.1.0
  • 938da77 fix (ui): rerun individually tests with special chars in name (#7707)
  • 7883acd feat: use providers request interception for module mocking (#7576)
  • a7ecd0f refactor: remove direct imports from rollup (#7751)
  • 5659a0e feat: Added vitest-browser-lit to vitest init browser and docs (#7705)
  • 2702cf4 fix: fix vm tests flakiness (#7741)
  • 12762ea perf(browser): fork jest-dom instead of bundling it (#7605)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 31, 2025 19:55
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.9 to 3.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/vitest-3.1.1 branch from 4c6d265 to dca2e26 Compare March 31, 2025 21:13
@npalm npalm merged commit 22c3689 into main Mar 31, 2025
7 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/vitest-3.1.1 branch March 31, 2025 21:15
npalm pushed a commit that referenced this pull request Apr 1, 2025
Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 3.0.9 to 3.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>v3.1.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>reporter</strong>:
<ul>
<li>Report tests in correct order  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7752">vitest-dev/vitest#7752</a>
<a href="https://github.com/vitest-dev/vitest/commit/b166efa2"><!-- raw
HTML omitted -->(b166e)<!-- raw HTML omitted --></a></li>
<li>Print test only once in the verbose mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7738">vitest-dev/vitest#7738</a>
<a href="https://github.com/vitest-dev/vitest/commit/69ca425c"><!-- raw
HTML omitted -->(69ca4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v3.1.0...v3.1.1">View
changes on GitHub</a></h5>
<h2>v3.1.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>Introduce <code>%$</code> option to add number of the test to its
title - by <a
href="https://github.com/kemuridama"><code>@​kemuridama</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7412">vitest-dev/vitest#7412</a>
<a href="https://github.com/vitest-dev/vitest/commit/df3477076"><!-- raw
HTML omitted -->(df347)<!-- raw HTML omitted --></a></li>
<li>Add <code>diff.maxDepth</code> option and set
non-<code>Infinity</code> value as a default to reduce crash - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7481">vitest-dev/vitest#7481</a>
<a href="https://github.com/vitest-dev/vitest/commit/eacab25e7"><!-- raw
HTML omitted -->(eacab)<!-- raw HTML omitted --></a></li>
<li>Allow array element for <code>test.each/for</code> title formatting
- by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7522">vitest-dev/vitest#7522</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea3d67b03"><!-- raw
HTML omitted -->(ea3d6)<!-- raw HTML omitted --></a></li>
<li>Add &quot;configureVitest&quot; plugin hook - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7349">vitest-dev/vitest#7349</a>
<a href="https://github.com/vitest-dev/vitest/commit/20a5d4bfc"><!-- raw
HTML omitted -->(20a5d)<!-- raw HTML omitted --></a></li>
<li>Support <code>--configLoader</code> CLI option - by <a
href="https://github.com/Carnageous"><code>@​Carnageous</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/7574">vitest-dev/vitest#7574</a>
<a href="https://github.com/vitest-dev/vitest/commit/2a8520a83"><!-- raw
HTML omitted -->(2a852)<!-- raw HTML omitted --></a></li>
<li>Added <code>vitest-browser-lit</code> to <code>vitest init
browser</code> and docs - by <a
href="https://github.com/EskiMojo14"><code>@​EskiMojo14</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/7705">vitest-dev/vitest#7705</a>
<a href="https://github.com/vitest-dev/vitest/commit/5659a0e0c"><!-- raw
HTML omitted -->(5659a)<!-- raw HTML omitted --></a></li>
<li>Use providers request interception for module mocking - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7576">vitest-dev/vitest#7576</a>
<a href="https://github.com/vitest-dev/vitest/commit/7883acd63"><!-- raw
HTML omitted -->(7883a)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Introduce <code>and</code>, <code>or</code> and <code>filter</code>
locators - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7463">vitest-dev/vitest#7463</a>
<a href="https://github.com/vitest-dev/vitest/commit/63949b1d7"><!-- raw
HTML omitted -->(63949)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li>Always render test time - by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and
<a href="https://github.com/spamshaker"><code>@​spamshaker</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7529">vitest-dev/vitest#7529</a>
<a href="https://github.com/vitest-dev/vitest/commit/5eba60ae1"><!-- raw
HTML omitted -->(5eba6)<!-- raw HTML omitted --></a></li>
<li><code>--silent=passed-only</code> to log failed tasks only - by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7530">vitest-dev/vitest#7530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f9e1cb494"><!-- raw
HTML omitted -->(f9e1c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Add <code>test.scoped</code> to override <code>test.extend</code>
fixtures per-suite - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7233">vitest-dev/vitest#7233</a>
<a href="https://github.com/vitest-dev/vitest/commit/e5851e4b8"><!-- raw
HTML omitted -->(e5851)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Allow conditional <code>context.skip(boolean)</code> - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7659">vitest-dev/vitest#7659</a>
<a href="https://github.com/vitest-dev/vitest/commit/6adecb903"><!-- raw
HTML omitted -->(6adec)<!-- raw HTML omitted --></a></li>
<li>Support rolldown-vite in NormalizeUrlPlugin - by <a
href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a> and
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7739">vitest-dev/vitest#7739</a>
<a href="https://github.com/vitest-dev/vitest/commit/1ef31a7bb"><!-- raw
HTML omitted -->(1ef31)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Update test stats regularly - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7700">vitest-dev/vitest#7700</a>
<a href="https://github.com/vitest-dev/vitest/commit/b7953487b"><!-- raw
HTML omitted -->(b7953)<!-- raw HTML omitted --></a></li>
<li>Fix vm tests flakiness - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7741">vitest-dev/vitest#7741</a>
<a href="https://github.com/vitest-dev/vitest/commit/2702cf424"><!-- raw
HTML omitted -->(2702c)<!-- raw HTML omitted --></a></li>
<li>Set <code>diff.expand: false</code> as default - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7697">vitest-dev/vitest#7697</a>
<a href="https://github.com/vitest-dev/vitest/commit/f34206536"><!-- raw
HTML omitted -->(f3420)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Correctly calculate timeout in hooks when actions are performed - by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7747">vitest-dev/vitest#7747</a>
<a href="https://github.com/vitest-dev/vitest/commit/a55055180"><!-- raw
HTML omitted -->(a5505)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update all non-major dependencies - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7600">vitest-dev/vitest#7600</a>
<a href="https://github.com/vitest-dev/vitest/commit/7fc5a2908"><!-- raw
HTML omitted -->(7fc5a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li><code>--hideSkippedTests</code> should hide suites too - by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7695">vitest-dev/vitest#7695</a>
<a href="https://github.com/vitest-dev/vitest/commit/ba9b51ccc"><!-- raw
HTML omitted -->(ba9b5)<!-- raw HTML omitted --></a></li>
<li>Report tests in correct order - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7752">vitest-dev/vitest#7752</a>
<a href="https://github.com/vitest-dev/vitest/commit/b166efa28"><!-- raw
HTML omitted -->(b166e)<!-- raw HTML omitted --></a></li>
<li>Print test only once in the verbose mode - by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7738">vitest-dev/vitest#7738</a>
<a href="https://github.com/vitest-dev/vitest/commit/69ca425c6"><!-- raw
HTML omitted -->(69ca4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>snapshot</strong>:
<ul>
<li>Fix indent normalization - by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7400">vitest-dev/vitest#7400</a>
<a href="https://github.com/vitest-dev/vitest/commit/8299709d2"><!-- raw
HTML omitted -->(82997)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>🏎 Performance</h3>
<ul>
<li><strong>browser</strong>: Fork jest-dom instead of bundling it - by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7605">vitest-dev/vitest#7605</a>
<a href="https://github.com/vitest-dev/vitest/commit/12762ea6c"><!-- raw
HTML omitted -->(12762)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a9d36c719f8ce5551f61da20181490d3673bdf99"><code>a9d36c7</code></a>
chore: release v3.1.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/69ca425c695805ee19e5d14840df9c9ef6d8e7a4"><code>69ca425</code></a>
fix(reporter): print test only once in the verbose mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7738">#7738</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b166efa285f4f678914008edf4a1b96e9d936dab"><code>b166efa</code></a>
fix(reporter): report tests in correct order (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7752">#7752</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b8eda4bb1c7a586fb4c8622e3989513e7d57c6a5"><code>b8eda4b</code></a>
chore: release v3.1.0</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/938da77ee063748cfb12a7f302d2efcef249cf1f"><code>938da77</code></a>
fix (ui): rerun individually tests with special chars in name (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7707">#7707</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7883acd636192e541860bba436dfb00bb5eaf0e2"><code>7883acd</code></a>
feat: use providers request interception for module mocking (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7576">#7576</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a7ecd0f495de081ea4819b243da8c48b0b35f1c9"><code>a7ecd0f</code></a>
refactor: remove direct imports from rollup (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7751">#7751</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/5659a0e0ce748f9574c74c2cf90f65bfcf8c0ab8"><code>5659a0e</code></a>
feat: Added <code>vitest-browser-lit</code> to <code>vitest init
browser</code> and docs (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7705">#7705</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/2702cf4245ffa543f5b5b2335ab299453870a4e3"><code>2702cf4</code></a>
fix: fix vm tests flakiness (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/12762ea6cc1a295cbf6c4cac53b3710fd766fd32"><code>12762ea</code></a>
perf(browser): fork jest-dom instead of bundling it (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7605">#7605</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v3.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=3.0.9&new-version=3.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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant