Skip to content

Commit

Permalink
build(deps-dev): Bump vitest from 1.0.4 to 1.1.1 (#881)
Browse files Browse the repository at this point in the history
Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 1.0.4 to 1.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>v1.1.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Don't crash when using happy-dom or jsdom environment on Yarn PnP
workspaces  -  by <a
href="https://github.com/wojtekmaj"><code>@​wojtekmaj</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/4698">vitest-dev/vitest#4698</a>
<a href="https://github.com/vitest-dev/vitest/commit/ee8b46db"><!-- raw
HTML omitted -->(ee8b4)<!-- raw HTML omitted --></a></li>
<li>Don't fail if <code>inline: true</code> is set  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4815">vitest-dev/vitest#4815</a>
<a href="https://github.com/vitest-dev/vitest/commit/8f6225b8"><!-- raw
HTML omitted -->(8f622)<!-- raw HTML omitted --></a></li>
<li>Correct option name <code>--no-parallelism</code>  -  by <a
href="https://github.com/bonyuta0204"><code>@​bonyuta0204</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4831">vitest-dev/vitest#4831</a>
<a href="https://github.com/vitest-dev/vitest/commit/5053a5dd"><!-- raw
HTML omitted -->(5053a)<!-- raw HTML omitted --></a></li>
<li>Match jest json output by making json reporter output
ndjson-compatible  -  by <a
href="https://github.com/bard"><code>@​bard</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4824">vitest-dev/vitest#4824</a>
<a href="https://github.com/vitest-dev/vitest/commit/7e6a62af"><!-- raw
HTML omitted -->(7e6a6)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>:
<ul>
<li>Reset &quot;current test&quot; state on dynamic <code>skip</code>
 -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4814">vitest-dev/vitest#4814</a>
<a href="https://github.com/vitest-dev/vitest/commit/19faf00e"><!-- raw
HTML omitted -->(19faf)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Don't hang when mocking files with cyclic 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/4811">vitest-dev/vitest#4811</a>
<a href="https://github.com/vitest-dev/vitest/commit/e8ca6437"><!-- raw
HTML omitted -->(e8ca6)<!-- raw HTML omitted --></a></li>
<li>Initialize snapshot state only once for each file suite  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4796">vitest-dev/vitest#4796</a>
<a href="https://github.com/vitest-dev/vitest/commit/957daa32"><!-- raw
HTML omitted -->(957da)<!-- raw HTML omitted --></a></li>
<li>Fix file snapshots in skipped suites considered obsolete  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4795">vitest-dev/vitest#4795</a>
<a href="https://github.com/vitest-dev/vitest/commit/06c14f7d"><!-- raw
HTML omitted -->(06c14)<!-- raw HTML omitted --></a></li>
<li>Show <code>beforeAll/afterAll</code> errors in junit 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/4819">vitest-dev/vitest#4819</a>
<a href="https://github.com/vitest-dev/vitest/commit/2baea35e"><!-- raw
HTML omitted -->(2baea)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vm-threads</strong>:
<ul>
<li>Tests not cancelled on key press, cancelled tests shown twice  -  by
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4781">vitest-dev/vitest#4781</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf53d4be"><!-- raw
HTML omitted -->(cf53d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.1.0...v1.1.1">View
changes on GitHub</a></h5>
<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 <code>--workspace</code> 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 <code>--no-file-parallelism</code>, <code>--maxWorkers</code>,
<code>--minWorkers</code> 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 <code>--no-isolate</code> 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c8abbc18e19ee36d3b6f981012ee561cc7aa7fc6"><code>c8abbc1</code></a>
chore: release v1.1.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/2baea35e2e7f38d9c1fad8d348b856d604ca10df"><code>2baea35</code></a>
fix(vitest): show <code>beforeAll/afterAll</code> errors in junit
reporter (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4819">#4819</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7e6a62af0a625255574f28466531f55136921cdf"><code>7e6a62a</code></a>
fix: match jest json output by making json reporter output
ndjson-compatible ...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/5053a5dd7ed9887d7684fba2156394c4e9ea89e7"><code>5053a5d</code></a>
fix: correct option name <code>--no-parallelism</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4831">#4831</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/06c14f7d9fee9edd2119d3dbcbd6b796e33c40af"><code>06c14f7</code></a>
fix(vitest): fix file snapshots in skipped suites considered obsolete
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4795">#4795</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8ddb49451b5096f6a630ad56c0f9ed9bb6bf68b4"><code>8ddb494</code></a>
chore: always externalize vitest (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4816">#4816</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8f6225b8828b0f0441c2990b2ea76ee4a2a8c3d2"><code>8f6225b</code></a>
fix: don't fail if <code>inline: true</code> is set (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4815">#4815</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/ee8b46dbbc90ec3a77eb89b25c826d28cbf843b9"><code>ee8b46d</code></a>
fix: don't crash when using happy-dom or jsdom environment on Yarn PnP
worksp...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/957daa328624c7d5ae6ced6dc51ff6f9115977c2"><code>957daa3</code></a>
fix(vitest): initialize snapshot state only once for each file suite (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4796">#4796</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/cf53d4beef093acceb9a05b6e0cd1a243a024566"><code>cf53d4b</code></a>
fix(vm-threads): tests not cancelled on key press, cancelled tests shown
twic...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.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=1.0.4&new-version=1.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>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent ff6c8ea commit 9c693f3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.1"
}
}

0 comments on commit 9c693f3

Please sign in to comment.