-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 170b91b
authored
chore(deps-dev): Bump vitest from 1.5.0 to 1.6.1 in /dev-packages/e2e-tests/test-applications/cloudflare-workers (#15327)
Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 1.5.0 to 1.6.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.6.1</h2>
<p>This release includes security patches for:</p>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-9crc-q9x8-hgqq">Remote
Code Execution when accessing a malicious website while Vitest API
server is listening | CVE-2025-24964</a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>backport <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7317">vitest-dev/vitest#7317</a>
to v1 - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/pull/7319">vitest-dev/vitest#7319</a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v1.6.0...v1.6.1">View
changes on GitHub</a></h5>
<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 "snapshotEnvironment" 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>
<h2>v1.5.3</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use package.json name for a workspace project if not provided - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5608">vitest-dev/vitest#5608</a>
<a href="https://github.com/vitest-dev/vitest/commit/48fba190"><!-- raw
HTML omitted -->(48fba)<!-- raw HTML omitted --></a></li>
<li>Backport jest iterable equality within object - by <a
href="https://github.com/sukovanej"><code>@sukovanej</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5621">vitest-dev/vitest#5621</a>
<a href="https://github.com/vitest-dev/vitest/commit/30e5dc1b"><!-- raw
HTML omitted -->(30e5d)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Support benchmark - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5622">vitest-dev/vitest#5622</a>
<a href="https://github.com/vitest-dev/vitest/commit/becabb5e"><!-- raw
HTML omitted -->(becab)<!-- raw HTML omitted --></a></li>
<li><strong>reporter</strong>: Use default error formatter for 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/5629">vitest-dev/vitest#5629</a>
<a href="https://github.com/vitest-dev/vitest/commit/200609cc"><!-- raw
HTML omitted -->(20060)<!-- 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/017e1ee6c66179568b758b4d1e1796f551dc1366"><code>017e1ee</code></a>
chore: release v1.6.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7ce9fbb4972d45c6fd34c843645ef6f549bbb241"><code>7ce9fbb</code></a>
fix: backport <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7317">#7317</a>
to v1 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7319">#7319</a>)</li>
<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 "snapshotEnvironment" 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>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0db01f8 commit 170b91bCopy full SHA for 170b91b
File tree
1 file changed
+1
-1
lines changedFilter options
- dev-packages/e2e-tests/test-applications/cloudflare-workers
1 file changed
+1
-1
lines changeddev-packages/e2e-tests/test-applications/cloudflare-workers/package.json
Copy file name to clipboardExpand all lines: dev-packages/e2e-tests/test-applications/cloudflare-workers/package.json+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments