Skip to content

Commit

Permalink
build(deps-dev): Bump vitest from 1.5.3 to 1.6.0 (#1170)
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.5.3 to 1.6.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.6.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support standalone 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/5565">vitest-dev/vitest#5565</a>
<a href="https://github.com/vitest-dev/vitest/commit/bdce0a29"><!-- raw
HTML omitted -->(bdce0)<!-- raw HTML omitted --></a></li>
<li>Custom &quot;snapshotEnvironment&quot; option  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5449">vitest-dev/vitest#5449</a>
<a href="https://github.com/vitest-dev/vitest/commit/30f728bc"><!-- raw
HTML omitted -->(30f72)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>: Support comparing benchmark result  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</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/5398">vitest-dev/vitest#5398</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8d3d22e"><!-- raw
HTML omitted -->(f8d3d)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Allow injecting scripts  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5656">vitest-dev/vitest#5656</a>
<a href="https://github.com/vitest-dev/vitest/commit/21e58bd8"><!-- raw
HTML omitted -->(21e58)<!-- raw HTML omitted --></a></li>
<li><strong>reporter</strong>: Support <code>includeConsoleOutput</code>
and <code>addFileAttribute</code> in junit  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5659">vitest-dev/vitest#5659</a>
<a href="https://github.com/vitest-dev/vitest/commit/2f913222"><!-- raw
HTML omitted -->(2f913)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Sort items by file name  -  by <a
href="https://github.com/btea"><code>@​btea</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5652">vitest-dev/vitest#5652</a>
<a href="https://github.com/vitest-dev/vitest/commit/1f7268fa"><!-- raw
HTML omitted -->(1f726)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Keep order of arguments for .each in custom task collectors  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5640">vitest-dev/vitest#5640</a>
<a href="https://github.com/vitest-dev/vitest/commit/7d57c116"><!-- raw
HTML omitted -->(7d57c)<!-- raw HTML omitted --></a></li>
<li>Call <code>resolveId('vitest')</code> after <code>buildStart</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/5646">vitest-dev/vitest#5646</a>
<a href="https://github.com/vitest-dev/vitest/commit/f5faf423"><!-- raw
HTML omitted -->(f5faf)<!-- raw HTML omitted --></a></li>
<li>Hash the name of the file when caching  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5654">vitest-dev/vitest#5654</a>
<a href="https://github.com/vitest-dev/vitest/commit/c9e68ced"><!-- raw
HTML omitted -->(c9e68)<!-- raw HTML omitted --></a></li>
<li>Don't panic on empty files in node_modules  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/40c299fe"><!-- raw
HTML omitted -->(40c29)<!-- raw HTML omitted --></a></li>
<li>Use <code>toJSON</code> for error serialization  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5526">vitest-dev/vitest#5526</a>
<a href="https://github.com/vitest-dev/vitest/commit/19a21e49"><!-- raw
HTML omitted -->(19a21)<!-- raw HTML omitted --></a></li>
<li><strong>coverage</strong>:
<ul>
<li>Exclude <code>*.test-d.*</code> by default  -  by <a
href="https://github.com/MindfulPol"><code>@​MindfulPol</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5634">vitest-dev/vitest#5634</a>
<a href="https://github.com/vitest-dev/vitest/commit/bfe8ad9d"><!-- raw
HTML omitted -->(bfe8a)<!-- raw HTML omitted --></a></li>
<li>Apply <code>vite-node</code>'s wrapper only to executed files  -  by
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5642">vitest-dev/vitest#5642</a>
<a href="https://github.com/vitest-dev/vitest/commit/c9883f3e"><!-- raw
HTML omitted -->(c9883)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vm</strong>:
<ul>
<li>Support network imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5610">vitest-dev/vitest#5610</a>
<a href="https://github.com/vitest-dev/vitest/commit/103a6002"><!-- raw
HTML omitted -->(103a6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Improve performance of forks pool  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5592">vitest-dev/vitest#5592</a>
<a href="https://github.com/vitest-dev/vitest/commit/d8304bb4"><!-- raw
HTML omitted -->(d8304)<!-- raw HTML omitted --></a></li>
<li>Unnecessary rpc call when coverage is disabled  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5658">vitest-dev/vitest#5658</a>
<a href="https://github.com/vitest-dev/vitest/commit/c571276a"><!-- raw
HTML omitted -->(c5712)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6b29f3ddc86060cf3265959d4ae32e90b186cb92"><code>6b29f3d</code></a>
chore: release v1.6.0</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/f8d3d22e3b1f527475181d06d01f8d985462f83f"><code>f8d3d22</code></a>
feat(benchmark): support comparing benchmark result (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5398">#5398</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/21e58bd890c4b770d8b015b25e598ae8455dbea8"><code>21e58bd</code></a>
feat(browser): allow injecting scripts (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5656">#5656</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/30f728bc1a6c4cf794b184ff3ed0ee27888b924c"><code>30f728b</code></a>
feat: custom &quot;snapshotEnvironment&quot; option (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5449">#5449</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/2f9132223870cee12ea84fe125e788a54207ccef"><code>2f91322</code></a>
feat(reporter): support <code>includeConsoleOutput</code> and
<code>addFileAttribute</code> in juni...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c571276a8cac01202e8960fa75d18c9d5c3c662a"><code>c571276</code></a>
perf: unnecessary rpc call when coverage is disabled (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5658">#5658</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/bdce0a29db1b5a2766d583cef40277a2b3857659"><code>bdce0a2</code></a>
feat: support standalone mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5565">#5565</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/40c299fe611b12a59f69745547b5d449aa83812b"><code>40c299f</code></a>
fix: don't panic on empty files in node_modules</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c9e68ced74e18e887466edcc6d5f2a608ef0d901"><code>c9e68ce</code></a>
fix: hash the name of the file when caching (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5654">#5654</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/f5faf4236f6af146647a81179ccbef73bdb5c965"><code>f5faf42</code></a>
fix: call <code>resolveId('vitest')</code> after <code>buildStart</code>
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5646">#5646</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.6.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=1.5.3&new-version=1.6.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent e76c781 commit 005c6fb
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
126 changes: 63 additions & 63 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 @@ -68,6 +68,6 @@
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
}
}

0 comments on commit 005c6fb

Please sign in to comment.