Commit 63f2c42
authored
chore(lambda): bump vitest from 3.2.3 to 3.2.4 in /lambdas in the vite group (#4634)
Bumps the vite group in /lambdas with 1 update:
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Updates `vitest` from 3.2.3 to 3.2.4
<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>v3.2.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use correct path for optimisation of strip-literal - by <a
href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a>
<a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw
HTML omitted -->(44940)<!-- raw HTML omitted --></a></li>
<li>Print uint and buffer as a simple string - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a>
<a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw
HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Show a helpful error when spying on an export - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a>
<a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw
HTML omitted -->(56007)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>cli</strong>:
<ul>
<li><code>vitest run --watch</code> should be watch-mode - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a>
<a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw
HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li>
<li>Use absolute path environment on Windows - by <a
href="https://github.com/colinaaa"><code>@colinaaa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a>
<a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw
HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li>
<li>Throw error when <code>--shard x/<count></code> exceeds count
of test files - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw
HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Ignore SCSS in browser 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/8161">vitest-dev/vitest#8161</a>
<a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw
HTML omitted -->(0c3be)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update all non-major dependencies - in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8123">vitest-dev/vitest#8123</a>
<a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw
HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Handle async errors in expect.soft - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a>
<a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw
HTML omitted -->(68699)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a>
<a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw
HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li><code>task.meta</code> should be available in custom reporter's
errors - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a>
<a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw
HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Preserve handler wrapping on extend - by <a
href="https://github.com/pengooseDev"><code>@pengooseDev</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a>
<a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw
HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Ensure ui config option works correctly - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a>
<a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw
HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a>
chore: release v3.2.4</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8a18c8e20a19f2c8d9f402e426886999f378c389"><code>8a18c8e</code></a>
fix(cli): throw error when <code>--shard x/\<count></code> exceeds
count of test files (#...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8abd7cc6fff5fa47d899b5f5383f526d2fdef784"><code>8abd7cc</code></a>
chore(deps): update <code>tinypool</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8174">#8174</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/93f3200e452874ed4e2d018718bbbde7ebd28590"><code>93f3200</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8123">#8123</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0c3be6f637d65ef47f2fcf2ccd637f1ecc9d1786"><code>0c3be6f</code></a>
fix(coverage): ignore SCSS in browser mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8161">#8161</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/790bc310c55ce81306baf5d8954e7cc849ec4ca0"><code>790bc31</code></a>
chore: update deprecation notice for globs (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8148">#8148</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c0eae7df8447602d20b39f3769edbc91fafebf7b"><code>c0eae7d</code></a>
chore: update deprecated workspace file log (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8118">#8118</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/14dc0724f9bfbf71c598156597ac12494ebce2f4"><code>14dc072</code></a>
fix(pool): auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8110">#8110</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/85dc0195f53f140d7c1de2f62fec15ad990b1e5c"><code>85dc019</code></a>
fix(cli): use absolute path environment on Windows (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8105">#8105</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/27df68a0e978776ddf51fe4188f1c8036a89c04d"><code>27df68a</code></a>
fix(reporter): <code>task.meta</code> should be available in custom
reporter's errors (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v3.2.4/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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent bf91646 commit 63f2c42
2 files changed
+64
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5600 | 5600 | | |
5601 | 5601 | | |
5602 | 5602 | | |
5603 | | - | |
5604 | | - | |
5605 | | - | |
| 5603 | + | |
| 5604 | + | |
| 5605 | + | |
5606 | 5606 | | |
5607 | 5607 | | |
5608 | | - | |
5609 | | - | |
| 5608 | + | |
| 5609 | + | |
5610 | 5610 | | |
5611 | 5611 | | |
5612 | | - | |
| 5612 | + | |
5613 | 5613 | | |
5614 | 5614 | | |
5615 | 5615 | | |
| |||
5637 | 5637 | | |
5638 | 5638 | | |
5639 | 5639 | | |
5640 | | - | |
5641 | | - | |
5642 | | - | |
| 5640 | + | |
| 5641 | + | |
| 5642 | + | |
5643 | 5643 | | |
5644 | | - | |
| 5644 | + | |
5645 | 5645 | | |
5646 | 5646 | | |
5647 | 5647 | | |
| |||
5652 | 5652 | | |
5653 | 5653 | | |
5654 | 5654 | | |
5655 | | - | |
| 5655 | + | |
5656 | 5656 | | |
5657 | 5657 | | |
5658 | 5658 | | |
| |||
5674 | 5674 | | |
5675 | 5675 | | |
5676 | 5676 | | |
5677 | | - | |
5678 | | - | |
5679 | | - | |
| 5677 | + | |
| 5678 | + | |
| 5679 | + | |
5680 | 5680 | | |
5681 | 5681 | | |
5682 | | - | |
| 5682 | + | |
5683 | 5683 | | |
5684 | 5684 | | |
5685 | 5685 | | |
5686 | | - | |
5687 | | - | |
5688 | | - | |
| 5686 | + | |
| 5687 | + | |
| 5688 | + | |
5689 | 5689 | | |
5690 | | - | |
| 5690 | + | |
5691 | 5691 | | |
5692 | 5692 | | |
5693 | | - | |
| 5693 | + | |
5694 | 5694 | | |
5695 | 5695 | | |
5696 | 5696 | | |
5697 | | - | |
5698 | | - | |
5699 | | - | |
| 5697 | + | |
| 5698 | + | |
| 5699 | + | |
5700 | 5700 | | |
5701 | | - | |
| 5701 | + | |
5702 | 5702 | | |
5703 | 5703 | | |
5704 | | - | |
| 5704 | + | |
5705 | 5705 | | |
5706 | 5706 | | |
5707 | 5707 | | |
| |||
5723 | 5723 | | |
5724 | 5724 | | |
5725 | 5725 | | |
5726 | | - | |
5727 | | - | |
5728 | | - | |
| 5726 | + | |
| 5727 | + | |
| 5728 | + | |
5729 | 5729 | | |
5730 | 5730 | | |
5731 | | - | |
| 5731 | + | |
5732 | 5732 | | |
5733 | 5733 | | |
5734 | 5734 | | |
| |||
5754 | 5754 | | |
5755 | 5755 | | |
5756 | 5756 | | |
5757 | | - | |
5758 | | - | |
5759 | | - | |
| 5757 | + | |
| 5758 | + | |
| 5759 | + | |
5760 | 5760 | | |
5761 | | - | |
5762 | | - | |
| 5761 | + | |
| 5762 | + | |
5763 | 5763 | | |
5764 | | - | |
| 5764 | + | |
5765 | 5765 | | |
5766 | 5766 | | |
5767 | 5767 | | |
| |||
8775 | 8775 | | |
8776 | 8776 | | |
8777 | 8777 | | |
8778 | | - | |
| 8778 | + | |
8779 | 8779 | | |
8780 | 8780 | | |
8781 | 8781 | | |
| |||
8864 | 8864 | | |
8865 | 8865 | | |
8866 | 8866 | | |
| 8867 | + | |
| 8868 | + | |
| 8869 | + | |
| 8870 | + | |
| 8871 | + | |
| 8872 | + | |
| 8873 | + | |
8867 | 8874 | | |
8868 | 8875 | | |
8869 | 8876 | | |
| |||
10939 | 10946 | | |
10940 | 10947 | | |
10941 | 10948 | | |
10942 | | - | |
| 10949 | + | |
10943 | 10950 | | |
10944 | 10951 | | |
10945 | 10952 | | |
| |||
11407 | 11414 | | |
11408 | 11415 | | |
11409 | 11416 | | |
11410 | | - | |
11411 | | - | |
11412 | | - | |
| 11417 | + | |
| 11418 | + | |
| 11419 | + | |
11413 | 11420 | | |
11414 | 11421 | | |
11415 | 11422 | | |
| |||
11418 | 11425 | | |
11419 | 11426 | | |
11420 | 11427 | | |
11421 | | - | |
| 11428 | + | |
11422 | 11429 | | |
11423 | 11430 | | |
11424 | 11431 | | |
| |||
11532 | 11539 | | |
11533 | 11540 | | |
11534 | 11541 | | |
11535 | | - | |
11536 | | - | |
11537 | | - | |
| 11542 | + | |
| 11543 | + | |
| 11544 | + | |
11538 | 11545 | | |
11539 | 11546 | | |
11540 | | - | |
11541 | | - | |
11542 | | - | |
11543 | | - | |
11544 | | - | |
11545 | | - | |
11546 | | - | |
| 11547 | + | |
| 11548 | + | |
| 11549 | + | |
| 11550 | + | |
| 11551 | + | |
| 11552 | + | |
| 11553 | + | |
11547 | 11554 | | |
11548 | 11555 | | |
11549 | 11556 | | |
| |||
11554 | 11561 | | |
11555 | 11562 | | |
11556 | 11563 | | |
11557 | | - | |
| 11564 | + | |
11558 | 11565 | | |
11559 | 11566 | | |
11560 | | - | |
| 11567 | + | |
11561 | 11568 | | |
11562 | 11569 | | |
11563 | 11570 | | |
11564 | 11571 | | |
11565 | 11572 | | |
11566 | | - | |
11567 | | - | |
| 11573 | + | |
| 11574 | + | |
11568 | 11575 | | |
11569 | 11576 | | |
11570 | 11577 | | |
| |||
11584 | 11591 | | |
11585 | 11592 | | |
11586 | 11593 | | |
11587 | | - | |
| 11594 | + | |
11588 | 11595 | | |
11589 | 11596 | | |
11590 | 11597 | | |
| |||
0 commit comments