Bump vitest from 1.2.1 to 1.3.1 #462

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vitest-1.3.1 into main
dependabot[bot] commented 2024-02-21 00:29:35 +00:00 (Migrated from github.com)

Bumps vitest from 1.2.1 to 1.3.1.

Release notes

Sourced from vitest's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
  • e5114ab chore: release v1.3.1
  • c793a13 feat(vitest): expose parseCLI method (#5248)
  • 2f755f0 docs: fix defaults in JSDocs to be more accurate (#5196)
  • 5376d5b fix(ui): auto reload coverage iframe after test run (#5242)
  • 671cbcd chore: update license
  • c692f76 refactor(coverage): move common parts to vitest package (#5236)
  • bb2af3b chore: release v1.3.0
  • bc5b2d0 fix: Prevent merging of poolOptions (#5221)
  • 1aecd65 fix(vitest): fix optimizeDeps.disabled warnings on Vite 5.1 (#5215)
  • b3182e0 chore: pass down --update flag to the project config
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.


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)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.1 to 1.3.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>v1.3.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>vitest</strong>: Expose parseCLI method  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5248">vitest-dev/vitest#5248</a> <a href="https://github.com/vitest-dev/vitest/commit/c793a136"><!-- raw HTML omitted -->(c793a)<!-- raw HTML omitted --></a> <ul> <li>This feature is not affected by SemVer because it is part of an <a href="https://vitest.dev/advanced/api.html">experimental API</a>.</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Add task tests iteratively  -  by <a href="https://github.com/DerYeger"><code>@​DerYeger</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5235">vitest-dev/vitest#5235</a> <a href="https://github.com/vitest-dev/vitest/commit/38155548"><!-- raw HTML omitted -->(38155)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Ignore generated TS decorators  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</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/5206">vitest-dev/vitest#5206</a> <a href="https://github.com/vitest-dev/vitest/commit/a280451b"><!-- raw HTML omitted -->(a2804)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Auto reload coverage iframe after test run  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5242">vitest-dev/vitest#5242</a> <a href="https://github.com/vitest-dev/vitest/commit/5376d5be"><!-- raw HTML omitted -->(5376d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1">View changes on GitHub</a></h5> <h2>v1.3.0</h2> <h3>🚀 Features</h3> <ul> <li>Deprecate watchExclude - by <a href="https://github.com/patak-dev"><code>@​patak-dev</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5171">vitest-dev/vitest#5171</a> <a href="https://github.com/vitest-dev/vitest/commit/828858f8"><!-- raw HTML omitted -->(82885)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Run test files in isolated iframes - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5036">vitest-dev/vitest#5036</a> <a href="https://github.com/vitest-dev/vitest/commit/4f40177e"><!-- raw HTML omitted -->(4f401)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>config</strong>: <ul> <li>Add <code>snapshotSerializers</code> option - by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5092">vitest-dev/vitest#5092</a> <a href="https://github.com/vitest-dev/vitest/commit/5b1021da"><!-- raw HTML omitted -->(5b102)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporters</strong>: <ul> <li>Support custom options - by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5111">vitest-dev/vitest#5111</a> <a href="https://github.com/vitest-dev/vitest/commit/fec9ca0b"><!-- raw HTML omitted -->(fec9c)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Support automatic fixtures - by <a href="https://github.com/fenghan34"><code>@​fenghan34</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/5102">vitest-dev/vitest#5102</a> <a href="https://github.com/vitest-dev/vitest/commit/0441f761"><!-- raw HTML omitted -->(0441f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Save splitpanes size to local storage - by <a href="https://github.com/posva"><code>@​posva</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5166">vitest-dev/vitest#5166</a> <a href="https://github.com/vitest-dev/vitest/commit/c28b4c26"><!-- raw HTML omitted -->(c28b4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Add onTestFinished hook - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5128">vitest-dev/vitest#5128</a> <a href="https://github.com/vitest-dev/vitest/commit/6f5b42b7"><!-- raw HTML omitted -->(6f5b4)<!-- raw HTML omitted --></a></li> <li>Add github actions reporter - by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5093">vitest-dev/vitest#5093</a> <a href="https://github.com/vitest-dev/vitest/commit/40afbe3a"><!-- raw HTML omitted -->(40afb)<!-- raw HTML omitted --></a></li> <li>Expose jsdom global if jsdom environment is enabled - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5155">vitest-dev/vitest#5155</a> <a href="https://github.com/vitest-dev/vitest/commit/567d20b9"><!-- raw HTML omitted -->(567d2)<!-- raw HTML omitted --></a></li> <li>Add new CLI options - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5163">vitest-dev/vitest#5163</a> <a href="https://github.com/vitest-dev/vitest/commit/4e179426"><!-- raw HTML omitted -->(4e179)<!-- raw HTML omitted --></a></li> <li>&quot;test&quot; accepts options object as the second parameter - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5142">vitest-dev/vitest#5142</a> <a href="https://github.com/vitest-dev/vitest/commit/7d9b1fb0"><!-- raw HTML omitted -->(7d9b1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm</strong>: <ul> <li>Support wasm module - by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5131">vitest-dev/vitest#5131</a> <a href="https://github.com/vitest-dev/vitest/commit/5ed537f0"><!-- raw HTML omitted -->(5ed53)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>🐞 Bug Fixes</h3> <ul> <li>Fix sourcemap in vm pools - by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5063">vitest-dev/vitest#5063</a> <a href="https://github.com/vitest-dev/vitest/commit/8110540a"><!-- raw HTML omitted -->(81105)<!-- raw HTML omitted --></a></li> <li>Don't optimize react/jsx-runtime by default when running in Node - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5079">vitest-dev/vitest#5079</a> <a href="https://github.com/vitest-dev/vitest/commit/0d2bfeac"><!-- raw HTML omitted -->(0d2bf)<!-- raw HTML omitted --></a></li> <li>Rpc timeout error messages to include caller - by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5103">vitest-dev/vitest#5103</a> <a href="https://github.com/vitest-dev/vitest/commit/a6e04bd8"><!-- raw HTML omitted -->(a6e04)<!-- raw HTML omitted --></a></li> <li>Requires fixed version across the monorepo - by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5208">vitest-dev/vitest#5208</a> <a href="https://github.com/vitest-dev/vitest/commit/68f51961"><!-- raw HTML omitted -->(68f51)<!-- raw HTML omitted --></a></li> <li>Prevent merging of <code>poolOptions</code> - by <a href="https://github.com/penalosa"><code>@​penalosa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5221">vitest-dev/vitest#5221</a> <a href="https://github.com/vitest-dev/vitest/commit/bc5b2d04"><!-- raw HTML omitted -->(bc5b2)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't exclude node builtins from optimization - by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5082">vitest-dev/vitest#5082</a> <a href="https://github.com/vitest-dev/vitest/commit/714c911f"><!-- raw HTML omitted -->(714c9)<!-- raw HTML omitted --></a></li> <li>Support <code>coverage.reportsDirectory</code> with multiple directories - by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5056">vitest-dev/vitest#5056</a> <a href="https://github.com/vitest-dev/vitest/commit/ae73f273"><!-- raw HTML omitted -->(ae73f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>cli</strong>: <ul> <li>Parse <code>--browser=&lt;name&gt;</code> correctly - by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5179">vitest-dev/vitest#5179</a> <a href="https://github.com/vitest-dev/vitest/commit/656e210b"><!-- raw HTML omitted -->(656e2)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li><code>.tmp</code> directory conflicts with <code>--shard</code> option - by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5184">vitest-dev/vitest#5184</a> <a href="https://github.com/vitest-dev/vitest/commit/5749d2c2"><!-- raw HTML omitted -->(5749d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>deps</strong>: <ul> <li>Update dependency strip-literal to v2 - by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5136">vitest-dev/vitest#5136</a> <a href="https://github.com/vitest-dev/vitest/commit/ef557243"><!-- raw HTML omitted -->(ef557)<!-- raw HTML omitted --></a></li> </ul> </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/e5114abd03f8c762a1ea50b96ef42fe50f5b2885"><code>e5114ab</code></a> chore: release v1.3.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c793a13684b5c73fb2fa4992056dcf17a0d55b71"><code>c793a13</code></a> feat(vitest): expose parseCLI method (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5248">#5248</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2f755f0b128bbf1593855630667c59df08dd5662"><code>2f755f0</code></a> docs: fix defaults in JSDocs to be more accurate (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5196">#5196</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5376d5be3e43f281c3700d716ef4a8846fef357e"><code>5376d5b</code></a> fix(ui): auto reload coverage iframe after test run (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5242">#5242</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/671cbcde2a8e2892fabbcd11717778d931deb419"><code>671cbcd</code></a> chore: update license</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c692f76e58ae11fcc13631adcb4b80055843d447"><code>c692f76</code></a> refactor(coverage): move common parts to <code>vitest</code> package (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5236">#5236</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bb2af3b03b9b0f03b79644826f807083c6d45f5b"><code>bb2af3b</code></a> chore: release v1.3.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bc5b2d0455d74ac336f3ef05805c03031d8efa44"><code>bc5b2d0</code></a> fix: Prevent merging of <code>poolOptions</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5221">#5221</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1aecd650e221e83c0df9a13a1e3ac6687c0bf932"><code>1aecd65</code></a> fix(vitest): fix <code>optimizeDeps.disabled</code> warnings on Vite 5.1 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5215">#5215</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b3182e01f2bb015b66086266d108fcdf3cf9be80"><code>b3182e0</code></a> chore: pass down <code>--update</code> flag to the project config</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vitestbot">vitestbot</a>, a new releaser for vitest since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=1.2.1&new-version=1.3.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>
dependabot[bot] commented 2024-03-18 01:09:43 +00:00 (Migrated from github.com)

Superseded by #481.

Superseded by #481.

Pull request closed

Sign in to join this conversation.