Skip to content

Commit 63f2c42

Browse files
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/&lt;count&gt;</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/\&lt;count&gt;</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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=3.2.3&new-version=3.2.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf91646 commit 63f2c42

File tree

2 files changed

+64
-57
lines changed

2 files changed

+64
-57
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ts-node-dev": "^2.0.0",
4242
"typescript": "^5.8.3",
4343
"vite": "^6.3.5",
44-
"vitest": "^3.2.3"
44+
"vitest": "^3.2.4"
4545
},
4646
"packageManager": "[email protected]"
4747
}

lambdas/yarn.lock

Lines changed: 63 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -5600,16 +5600,16 @@ __metadata:
56005600
languageName: node
56015601
linkType: hard
56025602

5603-
"@vitest/expect@npm:3.2.3":
5604-
version: 3.2.3
5605-
resolution: "@vitest/expect@npm:3.2.3"
5603+
"@vitest/expect@npm:3.2.4":
5604+
version: 3.2.4
5605+
resolution: "@vitest/expect@npm:3.2.4"
56065606
dependencies:
56075607
"@types/chai": "npm:^5.2.2"
5608-
"@vitest/spy": "npm:3.2.3"
5609-
"@vitest/utils": "npm:3.2.3"
5608+
"@vitest/spy": "npm:3.2.4"
5609+
"@vitest/utils": "npm:3.2.4"
56105610
chai: "npm:^5.2.0"
56115611
tinyrainbow: "npm:^2.0.0"
5612-
checksum: 10c0/5eb6278be8f5294779472d1276e150a1b573274441a68c2681c447179abd22af451813fdfbe87e04f5909ca7a0926700f9b79022f227c9816e5d0fa8e0229e15
5612+
checksum: 10c0/7586104e3fd31dbe1e6ecaafb9a70131e4197dce2940f727b6a84131eee3decac7b10f9c7c72fa5edbdb68b6f854353bd4c0fa84779e274207fb7379563b10db
56135613
languageName: node
56145614
linkType: hard
56155615

@@ -5637,11 +5637,11 @@ __metadata:
56375637
languageName: node
56385638
linkType: hard
56395639

5640-
"@vitest/mocker@npm:3.2.3":
5641-
version: 3.2.3
5642-
resolution: "@vitest/mocker@npm:3.2.3"
5640+
"@vitest/mocker@npm:3.2.4":
5641+
version: 3.2.4
5642+
resolution: "@vitest/mocker@npm:3.2.4"
56435643
dependencies:
5644-
"@vitest/spy": "npm:3.2.3"
5644+
"@vitest/spy": "npm:3.2.4"
56455645
estree-walker: "npm:^3.0.3"
56465646
magic-string: "npm:^0.30.17"
56475647
peerDependencies:
@@ -5652,7 +5652,7 @@ __metadata:
56525652
optional: true
56535653
vite:
56545654
optional: true
5655-
checksum: 10c0/b670f229c3b1de5561de3cbbecb18f964d4888355d7f1cb8bbff4350b2cfbe477bef834cc2f66af7727ca7dc567540018885eb652f46e0be1cda4015491dc0a9
5655+
checksum: 10c0/f7a4aea19bbbf8f15905847ee9143b6298b2c110f8b64789224cb0ffdc2e96f9802876aa2ca83f1ec1b6e1ff45e822abb34f0054c24d57b29ab18add06536ccd
56565656
languageName: node
56575657
linkType: hard
56585658

@@ -5674,34 +5674,34 @@ __metadata:
56745674
languageName: node
56755675
linkType: hard
56765676

5677-
"@vitest/pretty-format@npm:3.2.3, @vitest/pretty-format@npm:^3.2.3":
5678-
version: 3.2.3
5679-
resolution: "@vitest/pretty-format@npm:3.2.3"
5677+
"@vitest/pretty-format@npm:3.2.4, @vitest/pretty-format@npm:^3.2.4":
5678+
version: 3.2.4
5679+
resolution: "@vitest/pretty-format@npm:3.2.4"
56805680
dependencies:
56815681
tinyrainbow: "npm:^2.0.0"
5682-
checksum: 10c0/e8fa7b97822c58404bef07d19fa9a49d5b7edb6797dd355584ad7246585bbbe9c55dd1fb05d0c3939b9c15fba05c3e134e2b96ea0cb64ca79a2b9dab60087a6a
5682+
checksum: 10c0/5ad7d4278e067390d7d633e307fee8103958806a419ca380aec0e33fae71b44a64415f7a9b4bc11635d3c13d4a9186111c581d3cef9c65cc317e68f077456887
56835683
languageName: node
56845684
linkType: hard
56855685

5686-
"@vitest/runner@npm:3.2.3":
5687-
version: 3.2.3
5688-
resolution: "@vitest/runner@npm:3.2.3"
5686+
"@vitest/runner@npm:3.2.4":
5687+
version: 3.2.4
5688+
resolution: "@vitest/runner@npm:3.2.4"
56895689
dependencies:
5690-
"@vitest/utils": "npm:3.2.3"
5690+
"@vitest/utils": "npm:3.2.4"
56915691
pathe: "npm:^2.0.3"
56925692
strip-literal: "npm:^3.0.0"
5693-
checksum: 10c0/c20cb6e2ac4fdfb3d4f5136714ea65f9063562d3afaa1574dc82f53d061444bc01583f9915346768ca75f5ea0658f02fb594752e21abbca5ab50290f58732147
5693+
checksum: 10c0/e8be51666c72b3668ae3ea348b0196656a4a5adb836cb5e270720885d9517421815b0d6c98bfdf1795ed02b994b7bfb2b21566ee356a40021f5bf4f6ed4e418a
56945694
languageName: node
56955695
linkType: hard
56965696

5697-
"@vitest/snapshot@npm:3.2.3":
5698-
version: 3.2.3
5699-
resolution: "@vitest/snapshot@npm:3.2.3"
5697+
"@vitest/snapshot@npm:3.2.4":
5698+
version: 3.2.4
5699+
resolution: "@vitest/snapshot@npm:3.2.4"
57005700
dependencies:
5701-
"@vitest/pretty-format": "npm:3.2.3"
5701+
"@vitest/pretty-format": "npm:3.2.4"
57025702
magic-string: "npm:^0.30.17"
57035703
pathe: "npm:^2.0.3"
5704-
checksum: 10c0/f6dd0248afb3f3cbcbbb9fd39c2c8273c4ec92176f65e6ba9d36a0c33552d3658013e3a02944e14c7637f51d6702a5c07963b59707ca459bd1ac31f39c81160c
5704+
checksum: 10c0/f8301a3d7d1559fd3d59ed51176dd52e1ed5c2d23aa6d8d6aa18787ef46e295056bc726a021698d8454c16ed825ecba163362f42fa90258bb4a98cfd2c9424fc
57055705
languageName: node
57065706
linkType: hard
57075707

@@ -5723,12 +5723,12 @@ __metadata:
57235723
languageName: node
57245724
linkType: hard
57255725

5726-
"@vitest/spy@npm:3.2.3":
5727-
version: 3.2.3
5728-
resolution: "@vitest/spy@npm:3.2.3"
5726+
"@vitest/spy@npm:3.2.4":
5727+
version: 3.2.4
5728+
resolution: "@vitest/spy@npm:3.2.4"
57295729
dependencies:
57305730
tinyspy: "npm:^4.0.3"
5731-
checksum: 10c0/ce77d5934ac4741513993aad9d8ff44ff03ff5cf5a177e010c7ffcd8d3060087e56df1938c1100d49de712daf952cd2c72dd83e1684d043e698bd2afe0025f5e
5731+
checksum: 10c0/6ebf0b4697dc238476d6b6a60c76ba9eb1dd8167a307e30f08f64149612fd50227682b876420e4c2e09a76334e73f72e3ebf0e350714dc22474258292e202024
57325732
languageName: node
57335733
linkType: hard
57345734

@@ -5754,14 +5754,14 @@ __metadata:
57545754
languageName: node
57555755
linkType: hard
57565756

5757-
"@vitest/utils@npm:3.2.3":
5758-
version: 3.2.3
5759-
resolution: "@vitest/utils@npm:3.2.3"
5757+
"@vitest/utils@npm:3.2.4":
5758+
version: 3.2.4
5759+
resolution: "@vitest/utils@npm:3.2.4"
57605760
dependencies:
5761-
"@vitest/pretty-format": "npm:3.2.3"
5762-
loupe: "npm:^3.1.3"
5761+
"@vitest/pretty-format": "npm:3.2.4"
5762+
loupe: "npm:^3.1.4"
57635763
tinyrainbow: "npm:^2.0.0"
5764-
checksum: 10c0/c7a785a73bc0d7c0202ced0d9912639b9deb6f05dd6c25700a13d97e13320ccec57660f11ad1f9225419ac485339fdf7af28c8d77456bcb9558e6c7d73ad538a
5764+
checksum: 10c0/024a9b8c8bcc12cf40183c246c244b52ecff861c6deb3477cbf487ac8781ad44c68a9c5fd69f8c1361878e55b97c10d99d511f2597f1f7244b5e5101d028ba64
57655765
languageName: node
57665766
linkType: hard
57675767

@@ -8775,7 +8775,7 @@ __metadata:
87758775
ts-node-dev: "npm:^2.0.0"
87768776
typescript: "npm:^5.8.3"
87778777
vite: "npm:^6.3.5"
8778-
vitest: "npm:^3.2.3"
8778+
vitest: "npm:^3.2.4"
87798779
languageName: unknown
87808780
linkType: soft
87818781

@@ -8864,6 +8864,13 @@ __metadata:
88648864
languageName: node
88658865
linkType: hard
88668866

8867+
"loupe@npm:^3.1.4":
8868+
version: 3.1.4
8869+
resolution: "loupe@npm:3.1.4"
8870+
checksum: 10c0/5c2e6aefaad25f812d361c750b8cf4ff91d68de289f141d7c85c2ce9bb79eeefa06a93c85f7b87cba940531ed8f15e492f32681d47eed23842ad1963eb3a154d
8871+
languageName: node
8872+
linkType: hard
8873+
88678874
"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0, lru-cache@npm:^10.4.3":
88688875
version: 10.4.3
88698876
resolution: "lru-cache@npm:10.4.3"
@@ -10939,7 +10946,7 @@ __metadata:
1093910946
languageName: node
1094010947
linkType: hard
1094110948

10942-
"tinypool@npm:^1.1.0":
10949+
"tinypool@npm:^1.1.1":
1094310950
version: 1.1.1
1094410951
resolution: "tinypool@npm:1.1.1"
1094510952
checksum: 10c0/bf26727d01443061b04fa863f571016950888ea994ba0cd8cba3a1c51e2458d84574341ab8dbc3664f1c3ab20885c8cf9ff1cc4b18201f04c2cde7d317fff69b
@@ -11407,9 +11414,9 @@ __metadata:
1140711414
languageName: node
1140811415
linkType: hard
1140911416

11410-
"vite-node@npm:3.2.3":
11411-
version: 3.2.3
11412-
resolution: "vite-node@npm:3.2.3"
11417+
"vite-node@npm:3.2.4":
11418+
version: 3.2.4
11419+
resolution: "vite-node@npm:3.2.4"
1141311420
dependencies:
1141411421
cac: "npm:^6.7.14"
1141511422
debug: "npm:^4.4.1"
@@ -11418,7 +11425,7 @@ __metadata:
1141811425
vite: "npm:^5.0.0 || ^6.0.0 || ^7.0.0-0"
1141911426
bin:
1142011427
vite-node: vite-node.mjs
11421-
checksum: 10c0/b952b0d9e45662506ea7303ac87d08e02f1e3355777cf7d426f211292c4f87e8837aef589e552bb11404d1bc0a9bd18871ce6ba874b5f0bb171f8e010de20a11
11428+
checksum: 10c0/6ceca67c002f8ef6397d58b9539f80f2b5d79e103a18367288b3f00a8ab55affa3d711d86d9112fce5a7fa658a212a087a005a045eb8f4758947dd99af2a6c6b
1142211429
languageName: node
1142311430
linkType: hard
1142411431

@@ -11532,18 +11539,18 @@ __metadata:
1153211539
languageName: node
1153311540
linkType: hard
1153411541

11535-
"vitest@npm:^3.2.3":
11536-
version: 3.2.3
11537-
resolution: "vitest@npm:3.2.3"
11542+
"vitest@npm:^3.2.4":
11543+
version: 3.2.4
11544+
resolution: "vitest@npm:3.2.4"
1153811545
dependencies:
1153911546
"@types/chai": "npm:^5.2.2"
11540-
"@vitest/expect": "npm:3.2.3"
11541-
"@vitest/mocker": "npm:3.2.3"
11542-
"@vitest/pretty-format": "npm:^3.2.3"
11543-
"@vitest/runner": "npm:3.2.3"
11544-
"@vitest/snapshot": "npm:3.2.3"
11545-
"@vitest/spy": "npm:3.2.3"
11546-
"@vitest/utils": "npm:3.2.3"
11547+
"@vitest/expect": "npm:3.2.4"
11548+
"@vitest/mocker": "npm:3.2.4"
11549+
"@vitest/pretty-format": "npm:^3.2.4"
11550+
"@vitest/runner": "npm:3.2.4"
11551+
"@vitest/snapshot": "npm:3.2.4"
11552+
"@vitest/spy": "npm:3.2.4"
11553+
"@vitest/utils": "npm:3.2.4"
1154711554
chai: "npm:^5.2.0"
1154811555
debug: "npm:^4.4.1"
1154911556
expect-type: "npm:^1.2.1"
@@ -11554,17 +11561,17 @@ __metadata:
1155411561
tinybench: "npm:^2.9.0"
1155511562
tinyexec: "npm:^0.3.2"
1155611563
tinyglobby: "npm:^0.2.14"
11557-
tinypool: "npm:^1.1.0"
11564+
tinypool: "npm:^1.1.1"
1155811565
tinyrainbow: "npm:^2.0.0"
1155911566
vite: "npm:^5.0.0 || ^6.0.0 || ^7.0.0-0"
11560-
vite-node: "npm:3.2.3"
11567+
vite-node: "npm:3.2.4"
1156111568
why-is-node-running: "npm:^2.3.0"
1156211569
peerDependencies:
1156311570
"@edge-runtime/vm": "*"
1156411571
"@types/debug": ^4.1.12
1156511572
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
11566-
"@vitest/browser": 3.2.3
11567-
"@vitest/ui": 3.2.3
11573+
"@vitest/browser": 3.2.4
11574+
"@vitest/ui": 3.2.4
1156811575
happy-dom: "*"
1156911576
jsdom: "*"
1157011577
peerDependenciesMeta:
@@ -11584,7 +11591,7 @@ __metadata:
1158411591
optional: true
1158511592
bin:
1158611593
vitest: vitest.mjs
11587-
checksum: 10c0/1d853016622f32020e91cc72348d0dc642bde2ddcbd648655a9d33d420375c7cbd6f1a6f5c4398a5d4f59b8c2b120e62eba49fb37f8042e5d4c688b7e60148ef
11594+
checksum: 10c0/5bf53ede3ae6a0e08956d72dab279ae90503f6b5a05298a6a5e6ef47d2fd1ab386aaf48fafa61ed07a0ebfe9e371772f1ccbe5c258dd765206a8218bf2eb79eb
1158811595
languageName: node
1158911596
linkType: hard
1159011597

0 commit comments

Comments
 (0)