Skip to content

Commit d790d79

Browse files
authored
chore(deps-dev): Bump vitest from 4.0.10 to 4.0.13 in the npm-minor-and-patch group across 1 directory (#74)
Bumps the npm-minor-and-patch group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 4.0.10 to 4.0.13 <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.0.13</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>types</strong>: <ul> <li>Don't use type from Vite 7.1  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9071">vitest-dev/vitest#9071</a> <a href="https://github.com/vitest-dev/vitest/commit/6356b1d38"><!-- raw HTML omitted -->(6356b)<!-- raw HTML omitted --></a></li> <li>Don't import node.js dependent types in vitest/browser  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9068">vitest-dev/vitest#9068</a> <a href="https://github.com/vitest-dev/vitest/commit/332afa0de"><!-- raw HTML omitted -->(332af)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Avoid fetchModule roundtrip if the module is cached  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9075">vitest-dev/vitest#9075</a> <a href="https://github.com/vitest-dev/vitest/commit/b27e002e5"><!-- raw HTML omitted -->(b27e0)<!-- raw HTML omitted --></a></li> <li><strong>experimental</strong>: If <code>fsCacheModule</code> is enabled, read from the memory when possible  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9076">vitest-dev/vitest#9076</a> <a href="https://github.com/vitest-dev/vitest/commit/6b9a1b5b1"><!-- raw HTML omitted -->(6b9a1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.12...v4.0.13">View changes on GitHub</a></h5> <h2>v4.0.12</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Inherit <code>fsModuleCachePath</code> by default  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9063">vitest-dev/vitest#9063</a> <a href="https://github.com/vitest-dev/vitest/commit/9a8bc78c5"><!-- raw HTML omitted -->(9a8bc)<!-- raw HTML omitted --></a></li> <li>Don't import from <code>@opentelemetry/api</code> in public types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9066">vitest-dev/vitest#9066</a> <a href="https://github.com/vitest-dev/vitest/commit/e944a37b7"><!-- raw HTML omitted -->(e944a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.11...v4.0.12">View changes on GitHub</a></h5> <h2>v4.0.11</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>api</strong>: Add extensible test artifact API  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8987">vitest-dev/vitest#8987</a> <a href="https://github.com/vitest-dev/vitest/commit/772923645"><!-- raw HTML omitted -->(77292)<!-- raw HTML omitted --></a> <ul> <li>See more at <a href="https://vitest.dev/api/advanced/artifacts">https://vitest.dev/api/advanced/artifacts</a></li> </ul> </li> <li><strong>expect</strong>: Provide <code>task</code> in <code>MatchState</code>  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9022">vitest-dev/vitest#9022</a> <a href="https://github.com/vitest-dev/vitest/commit/afd1f3e52"><!-- raw HTML omitted -->(afd1f)<!-- raw HTML omitted --></a></li> <li><strong>experimental</strong>: Support OpenTelemetry traces  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8994">vitest-dev/vitest#8994</a> <a href="https://github.com/vitest-dev/vitest/commit/d6d3359dd"><!-- raw HTML omitted -->(d6d33)<!-- raw HTML omitted --></a> <ul> <li>See more at <a href="https://vitest.dev/guide/open-telemetry">https://vitest.dev/guide/open-telemetry</a></li> </ul> </li> </ul> <h3>   🏎 Performance</h3> <ul> <li><strong>experimental</strong>: Add file system cache  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9026">vitest-dev/vitest#9026</a> <a href="https://github.com/vitest-dev/vitest/commit/1b1473712"><!-- raw HTML omitted -->(1b147)<!-- raw HTML omitted --></a> <ul> <li>See more at <a href="https://vitest.dev/config/experimental#experimental-fsmodulecache">https://vitest.dev/config/experimental#experimental-fsmodulecache</a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.10...v4.0.11">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/73b54ce2859d34f3847de465efb3f6affda0f8c1"><code>73b54ce</code></a> chore: release v4.0.13</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b27e002e578e7b6cf182c3c173ac5d8fd390598d"><code>b27e002</code></a> perf: avoid fetchModule roundtrip if the module is cached (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9075">#9075</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6b9a1b5b1c4e7486ecf9e3090c3aa92f6915f6e0"><code>6b9a1b5</code></a> perf(experimental): if <code>fsCacheModule</code> is enabled, read from the memory when ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/332afa0de8cf07426e491606bfaa3799dcd8057c"><code>332afa0</code></a> fix(types): don't import node.js dependent types in vitest/browser (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9068">#9068</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6356b1d38de2b1098ed64774d665fe542888d93d"><code>6356b1d</code></a> fix(types): don't use type from Vite 7.1 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9071">#9071</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5aa84d56a609422b09a39b231b6c15e4d68cf3fb"><code>5aa84d5</code></a> chore: release v4.0.12</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e944a37b715f73009932f8f499624d3f71edd0e7"><code>e944a37</code></a> fix: don't import from <code>@opentelemetry/api</code> in public types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9066">#9066</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9a8bc78c519cceec0719c5f55cc4fbd822fa824c"><code>9a8bc78</code></a> fix: inherit <code>fsModuleCachePath</code> by default (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9063">#9063</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c3befb049fb4550d1b421d8e5990c6945e906a04"><code>c3befb0</code></a> chore: release v4.0.11</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1b147371243b36625086f151394622b90c770ac7"><code>1b14737</code></a> perf(experimental): add file system cache (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9026">#9026</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.13/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.0.10&new-version=4.0.13)](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 <dependency name> major version` will 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 version` will 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 </details>
2 parents 45c105f + 7e6b214 commit d790d79

File tree

2 files changed

+141
-137
lines changed

2 files changed

+141
-137
lines changed

0 commit comments

Comments
 (0)