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 0.34.6 to 1.1.0 (#20)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.1.0. <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.1.0</h2> <h3> 🚀 Features</h3> <ul> <li>Add es-main compatibility to vite-node - by <a href="https://github.com/zookatron"><code>@zookatron</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4751">vitest-dev/vitest#4751</a> <a href="https://github.com/vitest-dev/vitest/commit/486a3e61"><!-- raw HTML omitted -->(486a3)<!-- raw HTML omitted --></a></li> <li>Add --workspace option, fix root resolution in workspaces - 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/4773">vitest-dev/vitest#4773</a> <a href="https://github.com/vitest-dev/vitest/commit/67d93eda"><!-- raw HTML omitted -->(67d93)<!-- raw HTML omitted --></a></li> <li>Add --no-file-parallelism, --maxWorkers, --minWorkers flags - 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/4705">vitest-dev/vitest#4705</a> <a href="https://github.com/vitest-dev/vitest/commit/fd5d7e66"><!-- raw HTML omitted -->(fd5d7)<!-- raw HTML omitted --></a></li> <li>Add --no-isolate flag to improve performance, add documentation about performance - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>, <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> and <strong>Pascal Jufer</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4777">vitest-dev/vitest#4777</a> <a href="https://github.com/vitest-dev/vitest/commit/4d55a026"><!-- raw HTML omitted -->(4d55a)<!-- raw HTML omitted --></a></li> <li>Add <code>--exclude</code> CLI flag - by <a href="https://github.com/Namchee"><code>@Namchee</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/4279">vitest-dev/vitest#4279</a> <a href="https://github.com/vitest-dev/vitest/commit/f859efc0"><!-- raw HTML omitted -->(f859e)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Correctly reset provided values - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4775">vitest-dev/vitest#4775</a> <a href="https://github.com/vitest-dev/vitest/commit/5a71eb30"><!-- raw HTML omitted -->(5a71e)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Fix <code>toHaveProperty</code> assertion error diff - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4734">vitest-dev/vitest#4734</a> <a href="https://github.com/vitest-dev/vitest/commit/f8f70f7c"><!-- raw HTML omitted -->(f8f70)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Handle fixture teardown error - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4683">vitest-dev/vitest#4683</a> <a href="https://github.com/vitest-dev/vitest/commit/c6f5f7f9"><!-- raw HTML omitted -->(c6f5f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li><code>defineWorkspace</code> fix intellisense and report type errors - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4743">vitest-dev/vitest#4743</a> <a href="https://github.com/vitest-dev/vitest/commit/9cc36689"><!-- raw HTML omitted -->(9cc36)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html for console log view - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4724">vitest-dev/vitest#4724</a> <a href="https://github.com/vitest-dev/vitest/commit/e0dde6ab"><!-- raw HTML omitted -->(e0dde)<!-- raw HTML omitted --></a></li> <li>Fix coverage iframe url for html report preview - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4717">vitest-dev/vitest#4717</a> <a href="https://github.com/vitest-dev/vitest/commit/71911039"><!-- raw HTML omitted -->(71911)<!-- raw HTML omitted --></a></li> <li>Show file item when search filter matches only test cases - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4736">vitest-dev/vitest#4736</a> <a href="https://github.com/vitest-dev/vitest/commit/f43fdd87"><!-- raw HTML omitted -->(f43fd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Pass down CLI options to override workspace configs - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4774">vitest-dev/vitest#4774</a> <a href="https://github.com/vitest-dev/vitest/commit/8dabef86"><!-- raw HTML omitted -->(8dabe)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v1.0.4...v1.1.0">View changes on GitHub</a></h5> <h2>v1.0.4</h2> <p>The previous release was built incorrectly and didn't include the performance fix. This release fixes that.</p> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: <code>--coverage.all=false</code> resolved incorrectly - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4697">vitest-dev/vitest#4697</a> <a href="https://github.com/vitest-dev/vitest/commit/a7931bbf"><!-- raw HTML omitted -->(a7931)<!-- raw HTML omitted --></a></li> </ul> <h3> 🏎 Performance</h3> <ul> <li><strong>reporters</strong>: Downgrade <code>log-update</code> to v5 - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4711">vitest-dev/vitest#4711</a> <a href="https://github.com/vitest-dev/vitest/commit/13ff97a3"><!-- raw HTML omitted -->(13ff9)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v1.0.3...v1.0.4">View changes on GitHub</a></h5> <h2>v1.0.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Correct package exports - by <a href="https://github.com/userquin"><code>@userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4707">vitest-dev/vitest#4707</a> <a href="https://github.com/vitest-dev/vitest/commit/37388d69"><!-- raw HTML omitted -->(37388)<!-- raw HTML omitted --></a></li> <li><strong>runner</strong>: Fix async fixture teardown - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4700">vitest-dev/vitest#4700</a> <a href="https://github.com/vitest-dev/vitest/commit/92afd54c"><!-- raw HTML omitted -->(92afd)<!-- raw HTML omitted --></a></li> <li><strong>vitest</strong>: Correctly filter changed files when Vitest workspace is used - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4693">vitest-dev/vitest#4693</a> <a href="https://github.com/vitest-dev/vitest/commit/3413518b"><!-- raw HTML omitted -->(34135)<!-- raw HTML omitted --></a></li> </ul> <h3> 🏎 Performance</h3> <ul> <li><strong>reporters</strong>: Downgrade <code>log-update</code> to v5 - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4711">vitest-dev/vitest#4711</a> <a href="https://github.com/vitest-dev/vitest/commit/13ff97a3"><!-- raw HTML omitted -->(13ff9)<!-- 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/9497f484cf55392cac224fe0d049d8d5242f9564"><code>9497f48</code></a> chore: release v1.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e975b5729fbd519fe1dec2c8f9e40f75bdba2251"><code>e975b57</code></a> types: use satisfies for defaults (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4738">#4738</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f859efc0940f6e72766b56f528975f62578f8762"><code>f859efc</code></a> feat: add <code>--exclude</code> CLI flag (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4279">#4279</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4d55a026d2d5d1920018c9b79a6d969b875fa11e"><code>4d55a02</code></a> feat: add --no-isolate flag to improve performance, add documentation about p...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/fd5d7e66e4a90f3048f50b1ef86330522d6c9b2c"><code>fd5d7e6</code></a> feat: add --no-file-parallelism, --maxWorkers, --minWorkers flags (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4705">#4705</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67d93eda66c73b49af210ad8a117ecfceaa81a3d"><code>67d93ed</code></a> feat: add --workspace option, fix root resolution in workspaces (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4773">#4773</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8dabef860a3f51f5a4c4debc10faa1837fdcdd71"><code>8dabef8</code></a> fix(vitest): pass down CLI options to override workspace configs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4774">#4774</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5a71eb303815101e253a0cca9c256d9691dcc508"><code>5a71eb3</code></a> fix: correctly reset provided values (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4775">#4775</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9cc3668960ad8cb44dcb0745047673e0196d038b"><code>9cc3668</code></a> fix(types): <code>defineWorkspace</code> fix intellisense and report type errors (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4743">#4743</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9c552b6f8decb78677b20e870eb430184e0b78ea"><code>9c552b6</code></a> chore(deps): update dependency <code>@types/prompts</code> to ^2.4.9 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4720">#4720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v1.1.0/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=0.34.6&new-version=1.1.0)](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>
- Loading branch information