Skip to content

Commit f0ce55a

Browse files
chore(lambda): bump vitest from 3.0.8 to 3.0.9 in /lambdas (#4485)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.8 to 3.0.9. <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.0.9</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Typings of <code>ctx.skip()</code> as <code>never</code>  -  by <a href="https://github.com/sirlancelot"><code>@​sirlancelot</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7608">vitest-dev/vitest#7608</a> <a href="https://github.com/vitest-dev/vitest/commit/09f35301"><!-- raw HTML omitted -->(09f35)<!-- raw HTML omitted --></a></li> <li>Cleanup vitest in public <code>resolveConfig</code> API  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7623">vitest-dev/vitest#7623</a> <a href="https://github.com/vitest-dev/vitest/commit/db14ab71"><!-- raw HTML omitted -->(db14a)<!-- raw HTML omitted --></a></li> <li>Fix <code>toHaveBeenCalledWith(asymmetricMatcher)</code> with <code>undefined</code> arguments  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7624">vitest-dev/vitest#7624</a> <a href="https://github.com/vitest-dev/vitest/commit/0fb21faa"><!-- raw HTML omitted -->(0fb21)<!-- raw HTML omitted --></a></li> <li>Race condition in RPC filesystem cache.  -  by <a href="https://github.com/dts"><code>@​dts</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7531">vitest-dev/vitest#7531</a> <a href="https://github.com/vitest-dev/vitest/commit/b7f55261"><!-- raw HTML omitted -->(b7f55)<!-- raw HTML omitted --></a></li> <li>Fix <code>getState().testPath</code> during collection with no isolation  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7640">vitest-dev/vitest#7640</a> <a href="https://github.com/vitest-dev/vitest/commit/3fb3fbf8"><!-- raw HTML omitted -->(3fb3f)<!-- raw HTML omitted --></a></li> <li>Support custom toString method in %s format  -  by <a href="https://github.com/pengooseDev"><code>@​pengooseDev</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7637">vitest-dev/vitest#7637</a> <a href="https://github.com/vitest-dev/vitest/commit/46d93a2e"><!-- raw HTML omitted -->(46d93)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Fail playwright timeouts earlier than a test timeout  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7565">vitest-dev/vitest#7565</a> <a href="https://github.com/vitest-dev/vitest/commit/5eb4cd1f"><!-- raw HTML omitted -->(5eb4c)<!-- raw HTML omitted --></a></li> <li>Remove <code>@​testing-library/dom</code> from dependencies <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7555">#7555</a>)&quot;  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7628">vitest-dev/vitest#7628</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/7555">vitest-dev/vitest#7555</a> <a href="https://github.com/vitest-dev/vitest/commit/94b27af5"><!-- raw HTML omitted -->(94b27)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Browser mode + <code>coverage.all</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7597">vitest-dev/vitest#7597</a> <a href="https://github.com/vitest-dev/vitest/commit/422ba66b"><!-- raw HTML omitted -->(422ba)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Show stacktrace on hook timeout 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/7502">vitest-dev/vitest#7502</a> <a href="https://github.com/vitest-dev/vitest/commit/268a19e1"><!-- raw HTML omitted -->(268a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Fix source map of inlined node_modules  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7557">vitest-dev/vitest#7557</a> <a href="https://github.com/vitest-dev/vitest/commit/34aa322b"><!-- raw HTML omitted -->(34aa3)<!-- raw HTML omitted --></a></li> <li>Fix missing <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/7652">vitest-dev/vitest#7652</a> <a href="https://github.com/vitest-dev/vitest/commit/29f5a848"><!-- raw HTML omitted -->(29f5a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Ensure <code>removeEventListener</code> is bound to worker  -  by <a href="https://github.com/joelgallant"><code>@​joelgallant</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7631">vitest-dev/vitest#7631</a> <a href="https://github.com/vitest-dev/vitest/commit/ff42bcb3"><!-- raw HTML omitted -->(ff42b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.0.8...v3.0.9">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/8ea9e147e1db2fa0e1671b9c1d453e3693a240ae"><code>8ea9e14</code></a> chore: release v3.0.9</li> <li><a href="https://github.com/vitest-dev/vitest/commit/422ba66bfa018f3ef727ab7fe7d467e32954c044"><code>422ba66</code></a> fix(coverage): browser mode + <code>coverage.all</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7597">#7597</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3fdee3da8b281da7404ab78f11b4984ec493cd54"><code>3fdee3d</code></a> chore: fix various typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7663">#7663</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4b0451d9e5e669a7f7d33a07b40fd056b1071097"><code>4b0451d</code></a> chore(deps): update dependency <code>@​antfu/eslint-config</code> to v4 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7407">#7407</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/fcf3cf5d0af7005f5250b53511fa941fe41c4aa4"><code>fcf3cf5</code></a> refactor: coverage types to avoid mixing node and runtime types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7627">#7627</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3fb3fbf858757445396c5dc00751437d4d14e5ff"><code>3fb3fbf</code></a> fix: fix <code>getState().testPath</code> during collection with no isolation (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7640">#7640</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7155aefa363994f31923b32c5b53567164625737"><code>7155aef</code></a> chore: use pnpm catalog (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7590">#7590</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c0cf65f94ffb6c7a3c2759027f061cb643647f37"><code>c0cf65f</code></a> chore: use <code>unplugin-isolated-decl</code> with <code>oxc-transform</code> for dts build (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7609">#7609</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5eb4cd1fa5ff089a99ddd0fd08e8e3de1c919432"><code>5eb4cd1</code></a> fix(browser): fail playwright timeouts earlier than a test timeout (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7565">#7565</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b7f552616381d0ae3258d47a5e8b6b19285712f0"><code>b7f5526</code></a> fix: race condition in RPC filesystem cache. (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7531">#7531</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v3.0.9/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.0.8&new-version=3.0.9)](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>
1 parent ab52df3 commit f0ce55a

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ts-node-dev": "^2.0.0",
4141
"typescript": "^5.8.2",
4242
"vite": "^6.2.2",
43-
"vitest": "^3.0.8"
43+
"vitest": "^3.0.9"
4444
},
4545
"packageManager": "[email protected]"
4646
}

lambdas/yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -5481,15 +5481,15 @@ __metadata:
54815481
languageName: node
54825482
linkType: hard
54835483

5484-
"@vitest/expect@npm:3.0.8":
5485-
version: 3.0.8
5486-
resolution: "@vitest/expect@npm:3.0.8"
5484+
"@vitest/expect@npm:3.0.9":
5485+
version: 3.0.9
5486+
resolution: "@vitest/expect@npm:3.0.9"
54875487
dependencies:
5488-
"@vitest/spy": "npm:3.0.8"
5489-
"@vitest/utils": "npm:3.0.8"
5488+
"@vitest/spy": "npm:3.0.9"
5489+
"@vitest/utils": "npm:3.0.9"
54905490
chai: "npm:^5.2.0"
54915491
tinyrainbow: "npm:^2.0.0"
5492-
checksum: 10c0/48aebec816f5a1b1f64f82b474ccfba537801a654f9547c581ed1c2d30b5de72207b643d3db2ac2869809a63a585425df30f65481f86d2bbbf979d8f235661bd
5492+
checksum: 10c0/4e5eef8fbc9c3e47f3fb69dbbd5b51aabdf1b6de2f781556d37d79731678fc83cf4a01d146226b12a27df051a4110153a6172506c9c74ae08e5b924a9c947f08
54935493
languageName: node
54945494
linkType: hard
54955495

@@ -5517,11 +5517,11 @@ __metadata:
55175517
languageName: node
55185518
linkType: hard
55195519

5520-
"@vitest/mocker@npm:3.0.8":
5521-
version: 3.0.8
5522-
resolution: "@vitest/mocker@npm:3.0.8"
5520+
"@vitest/mocker@npm:3.0.9":
5521+
version: 3.0.9
5522+
resolution: "@vitest/mocker@npm:3.0.9"
55235523
dependencies:
5524-
"@vitest/spy": "npm:3.0.8"
5524+
"@vitest/spy": "npm:3.0.9"
55255525
estree-walker: "npm:^3.0.3"
55265526
magic-string: "npm:^0.30.17"
55275527
peerDependencies:
@@ -5532,7 +5532,7 @@ __metadata:
55325532
optional: true
55335533
vite:
55345534
optional: true
5535-
checksum: 10c0/bc89a31a5ebba900bb965b05d1fab581ae2872b6ddc17734f2a8433b9a3c7ae1fa0efd5f13bf03cf8075864b47954e8fcf609cf3a8258f0451375d68b81f135b
5535+
checksum: 10c0/9083a83902ca550cf004413b9fc87c8367a789e18a3c5a61e63c72810f9153e7d1c100c66f0b0656ea1035a700a373d5b78b49de0963ab62333c720aeec9f1b3
55365536
languageName: node
55375537
linkType: hard
55385538

@@ -5554,33 +5554,33 @@ __metadata:
55545554
languageName: node
55555555
linkType: hard
55565556

5557-
"@vitest/pretty-format@npm:3.0.8, @vitest/pretty-format@npm:^3.0.8":
5558-
version: 3.0.8
5559-
resolution: "@vitest/pretty-format@npm:3.0.8"
5557+
"@vitest/pretty-format@npm:3.0.9, @vitest/pretty-format@npm:^3.0.9":
5558+
version: 3.0.9
5559+
resolution: "@vitest/pretty-format@npm:3.0.9"
55605560
dependencies:
55615561
tinyrainbow: "npm:^2.0.0"
5562-
checksum: 10c0/9133052605f16966db91d5e495afb5e32c3eb9215602248710bc3fd9034b1b511d1a7f1093571afee8664beb2a83303d42f1d5896fdba2a39adbb5ca9af788f7
5562+
checksum: 10c0/56ae7b1f14df2905b3205d4e121727631c4938ec44f76c1e9fa49923919010378f0dad70b1d277672f3ef45ddf6372140c8d1da95e45df8282f70b74328fce47
55635563
languageName: node
55645564
linkType: hard
55655565

5566-
"@vitest/runner@npm:3.0.8":
5567-
version: 3.0.8
5568-
resolution: "@vitest/runner@npm:3.0.8"
5566+
"@vitest/runner@npm:3.0.9":
5567+
version: 3.0.9
5568+
resolution: "@vitest/runner@npm:3.0.9"
55695569
dependencies:
5570-
"@vitest/utils": "npm:3.0.8"
5570+
"@vitest/utils": "npm:3.0.9"
55715571
pathe: "npm:^2.0.3"
5572-
checksum: 10c0/9a9d48dc82ca7101209b21309e18a4720e77d6015bf00a60ace6130e362320158d110f48cf9aa221e5e744729fe8a198811dd69e598688ffbb78c2fce2a842a1
5572+
checksum: 10c0/b276f238a16a6d02bb244f655d9cd8db8cce4708a6267cc48476a785ca8887741c440ae27b379a5bbbb6fe4f9f12675f13da0270253043195defd7a36bf15114
55735573
languageName: node
55745574
linkType: hard
55755575

5576-
"@vitest/snapshot@npm:3.0.8":
5577-
version: 3.0.8
5578-
resolution: "@vitest/snapshot@npm:3.0.8"
5576+
"@vitest/snapshot@npm:3.0.9":
5577+
version: 3.0.9
5578+
resolution: "@vitest/snapshot@npm:3.0.9"
55795579
dependencies:
5580-
"@vitest/pretty-format": "npm:3.0.8"
5580+
"@vitest/pretty-format": "npm:3.0.9"
55815581
magic-string: "npm:^0.30.17"
55825582
pathe: "npm:^2.0.3"
5583-
checksum: 10c0/40564f60f7d166d10a03e9d1f8780daef164c76b2d85c1c8f5800168f907929c815395ac5c1f5c824da5ff29286f874e22dd8874b52044a53e0d858be67ceeb7
5583+
checksum: 10c0/8298caa334d357cb22b1946cbebedb22f04d38fe080d6da7445873221fe6f89c2b82fe4f368d9eb8a62a77bd76d1b4234595bb085279d48130f09ba6b2e18637
55845584
languageName: node
55855585
linkType: hard
55865586

@@ -5602,12 +5602,12 @@ __metadata:
56025602
languageName: node
56035603
linkType: hard
56045604

5605-
"@vitest/spy@npm:3.0.8":
5606-
version: 3.0.8
5607-
resolution: "@vitest/spy@npm:3.0.8"
5605+
"@vitest/spy@npm:3.0.9":
5606+
version: 3.0.9
5607+
resolution: "@vitest/spy@npm:3.0.9"
56085608
dependencies:
56095609
tinyspy: "npm:^3.0.2"
5610-
checksum: 10c0/7a940e6fbf5e6903758dfd904dedc9223df72ffa2a3d8c988706c2626c0fd3f9b129452bcd7af40bda014831f15ddb23ad7c1a7e42900acf4f3432b0c2bc8fb5
5610+
checksum: 10c0/993085dbaf9e651ca9516f88e440424d29279def998186628a1ebcab5558a3045fee8562630608f58303507135f6f3bf9970f65639f3b9baa8bf86cab3eb4742
56115611
languageName: node
56125612
linkType: hard
56135613

@@ -5633,14 +5633,14 @@ __metadata:
56335633
languageName: node
56345634
linkType: hard
56355635

5636-
"@vitest/utils@npm:3.0.8":
5637-
version: 3.0.8
5638-
resolution: "@vitest/utils@npm:3.0.8"
5636+
"@vitest/utils@npm:3.0.9":
5637+
version: 3.0.9
5638+
resolution: "@vitest/utils@npm:3.0.9"
56395639
dependencies:
5640-
"@vitest/pretty-format": "npm:3.0.8"
5640+
"@vitest/pretty-format": "npm:3.0.9"
56415641
loupe: "npm:^3.1.3"
56425642
tinyrainbow: "npm:^2.0.0"
5643-
checksum: 10c0/929e71582d27f5ec2fe422d72112471b36517620beb2c4398c116598ca55b36340b0fa97958d8584bc05153d92dbd60324664d5b623ec6eed8c72e50e226633c
5643+
checksum: 10c0/b966dfb3b926ee9bea59c1fb297abc67adaa23a8a582453ee81167b238446394693617a5e0523eb2791d6983173ef1c07bf28a76bd5a63b49a100610ed6b6a6c
56445644
languageName: node
56455645
linkType: hard
56465646

@@ -8402,7 +8402,7 @@ __metadata:
84028402
ts-node-dev: "npm:^2.0.0"
84038403
typescript: "npm:^5.8.2"
84048404
vite: "npm:^6.2.2"
8405-
vitest: "npm:^3.0.8"
8405+
vitest: "npm:^3.0.9"
84068406
languageName: unknown
84078407
linkType: soft
84088408

@@ -10830,9 +10830,9 @@ __metadata:
1083010830
languageName: node
1083110831
linkType: hard
1083210832

10833-
"vite-node@npm:3.0.8":
10834-
version: 3.0.8
10835-
resolution: "vite-node@npm:3.0.8"
10833+
"vite-node@npm:3.0.9":
10834+
version: 3.0.9
10835+
resolution: "vite-node@npm:3.0.9"
1083610836
dependencies:
1083710837
cac: "npm:^6.7.14"
1083810838
debug: "npm:^4.4.0"
@@ -10841,7 +10841,7 @@ __metadata:
1084110841
vite: "npm:^5.0.0 || ^6.0.0"
1084210842
bin:
1084310843
vite-node: vite-node.mjs
10844-
checksum: 10c0/1e7243ad04edc71ccff67b1a686cc85b59ad803645b83c524eab6cde92d6c8f06d595cc99cd3236b4017de27d6760808c419711cd728471eb36ec9a6734ef651
10844+
checksum: 10c0/97768a64182832c1ae1797667920fec002d283506b628b684df707fc453c6bf58719029c52c7a4cdf98f5a5a44769036126efdb8192d4040ba3d39f271aa338b
1084510845
languageName: node
1084610846
linkType: hard
1084710847

@@ -10949,17 +10949,17 @@ __metadata:
1094910949
languageName: node
1095010950
linkType: hard
1095110951

10952-
"vitest@npm:^3.0.8":
10953-
version: 3.0.8
10954-
resolution: "vitest@npm:3.0.8"
10955-
dependencies:
10956-
"@vitest/expect": "npm:3.0.8"
10957-
"@vitest/mocker": "npm:3.0.8"
10958-
"@vitest/pretty-format": "npm:^3.0.8"
10959-
"@vitest/runner": "npm:3.0.8"
10960-
"@vitest/snapshot": "npm:3.0.8"
10961-
"@vitest/spy": "npm:3.0.8"
10962-
"@vitest/utils": "npm:3.0.8"
10952+
"vitest@npm:^3.0.9":
10953+
version: 3.0.9
10954+
resolution: "vitest@npm:3.0.9"
10955+
dependencies:
10956+
"@vitest/expect": "npm:3.0.9"
10957+
"@vitest/mocker": "npm:3.0.9"
10958+
"@vitest/pretty-format": "npm:^3.0.9"
10959+
"@vitest/runner": "npm:3.0.9"
10960+
"@vitest/snapshot": "npm:3.0.9"
10961+
"@vitest/spy": "npm:3.0.9"
10962+
"@vitest/utils": "npm:3.0.9"
1096310963
chai: "npm:^5.2.0"
1096410964
debug: "npm:^4.4.0"
1096510965
expect-type: "npm:^1.1.0"
@@ -10971,14 +10971,14 @@ __metadata:
1097110971
tinypool: "npm:^1.0.2"
1097210972
tinyrainbow: "npm:^2.0.0"
1097310973
vite: "npm:^5.0.0 || ^6.0.0"
10974-
vite-node: "npm:3.0.8"
10974+
vite-node: "npm:3.0.9"
1097510975
why-is-node-running: "npm:^2.3.0"
1097610976
peerDependencies:
1097710977
"@edge-runtime/vm": "*"
1097810978
"@types/debug": ^4.1.12
1097910979
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
10980-
"@vitest/browser": 3.0.8
10981-
"@vitest/ui": 3.0.8
10980+
"@vitest/browser": 3.0.9
10981+
"@vitest/ui": 3.0.9
1098210982
happy-dom: "*"
1098310983
jsdom: "*"
1098410984
peerDependenciesMeta:
@@ -10998,7 +10998,7 @@ __metadata:
1099810998
optional: true
1099910999
bin:
1100011000
vitest: vitest.mjs
11001-
checksum: 10c0/007a951c4e10ceda1eecad38e5bcc7aa25ed90269614e1394eb2c5fa5f51bbe05d915bcec27fc2e18da8bdea27cea80d428095ef818b97857c51422fddda34ff
11001+
checksum: 10c0/5bcd25cab1681f3a968a6483cd5fe115791bc02769bd73bc680bf40153474391a03a6329781b0fb0b8c2f95c82eb342a972bd5132d9bd0d4be92977af19574d0
1100211002
languageName: node
1100311003
linkType: hard
1100411004

0 commit comments

Comments
 (0)