Skip to content

Commit 9dff8cd

Browse files
chore(deps-dev): bump @vitest/browser from 3.2.4 to 3.2.5 in /crates/wasm (#1059)
Bumps [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) from 3.2.4 to 3.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">@​vitest/browser's releases</a>.</em></p> <blockquote> <h2>v3.2.5</h2> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: Add <code>allowWrite</code> and <code>allowExec</code> options to <code>api</code> [backport to v3]  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10445">vitest-dev/vitest#10445</a> <a href="https://github.com/vitest-dev/vitest/commit/af88b1f5d"><!-- raw HTML omitted -->(af88b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Disable client <code>cdp</code> API when <code>allowWrite/allowExec: false</code> [backport to v3]  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10456">vitest-dev/vitest#10456</a> <a href="https://github.com/vitest-dev/vitest/commit/385a1aefd"><!-- raw HTML omitted -->(385a1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.4...v3.2.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/2cbad0a923c48c6144266df3cd25f93547cb5221"><code>2cbad0a</code></a> chore: release v3.2.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/385a1aefd4c2bfa5e7d58bf7c6834c929969f2c7"><code>385a1ae</code></a> fix(browser): disable client <code>cdp</code> API when <code>allowWrite/allowExec: false</code> [ba...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/af88b1f5d82844a4761ea9a977156c98e2b14ca8"><code>af88b1f</code></a> feat(api): add <code>allowWrite</code> and <code>allowExec</code> options to <code>api</code> [backport to v3]...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.2.5/packages/browser">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​vitest/browser</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/browser&package-manager=npm_and_yarn&previous-version=3.2.4&new-version=3.2.5)](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 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/stac-utils/rustac/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0f06f4 commit 9dff8cd

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

crates/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"stac-wasm": "file:./pkg"
1313
},
1414
"devDependencies": {
15-
"@vitest/browser": "^3.0.0",
15+
"@vitest/browser": "^3.2.5",
1616
"playwright": "^1.50.0",
1717
"vite-plugin-wasm": "^3.4.0",
1818
"vitest": "^3.2.6"

crates/wasm/yarn.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -529,21 +529,21 @@ __metadata:
529529
languageName: node
530530
linkType: hard
531531

532-
"@vitest/browser@npm:^3.0.0":
533-
version: 3.2.4
534-
resolution: "@vitest/browser@npm:3.2.4"
535-
dependencies:
536-
"@testing-library/dom": "npm:^10.4.0"
537-
"@testing-library/user-event": "npm:^14.6.1"
538-
"@vitest/mocker": "npm:3.2.4"
539-
"@vitest/utils": "npm:3.2.4"
540-
magic-string: "npm:^0.30.17"
541-
sirv: "npm:^3.0.1"
542-
tinyrainbow: "npm:^2.0.0"
543-
ws: "npm:^8.18.2"
532+
"@vitest/browser@npm:^3.2.5":
533+
version: 3.2.5
534+
resolution: "@vitest/browser@npm:3.2.5"
535+
dependencies:
536+
"@testing-library/dom": ^10.4.0
537+
"@testing-library/user-event": ^14.6.1
538+
"@vitest/mocker": 3.2.5
539+
"@vitest/utils": 3.2.5
540+
magic-string: ^0.30.17
541+
sirv: ^3.0.1
542+
tinyrainbow: ^2.0.0
543+
ws: ^8.18.2
544544
peerDependencies:
545545
playwright: "*"
546-
vitest: 3.2.4
546+
vitest: 3.2.5
547547
webdriverio: ^7.0.0 || ^8.0.0 || ^9.0.0
548548
peerDependenciesMeta:
549549
playwright:
@@ -552,7 +552,7 @@ __metadata:
552552
optional: true
553553
webdriverio:
554554
optional: true
555-
checksum: 0db39daad675aad187eff27d5a7f17a9f533d7abc7476ee1a0b83a9c62a7227b24395f4814e034ecb2ebe39f1a2dec0a8c6a7f79b8d5680c3ac79e408727d742
555+
checksum: 8/993cce3e7729427e7ba69aad3bb6316e2043200d98f1cd33750949be901655786f96b5321570f921a56d94e902ace354c0300014dca7b1ff315e6ec9608d9526
556556
languageName: node
557557
linkType: hard
558558

@@ -569,13 +569,13 @@ __metadata:
569569
languageName: node
570570
linkType: hard
571571

572-
"@vitest/mocker@npm:3.2.4":
573-
version: 3.2.4
574-
resolution: "@vitest/mocker@npm:3.2.4"
572+
"@vitest/mocker@npm:3.2.5":
573+
version: 3.2.5
574+
resolution: "@vitest/mocker@npm:3.2.5"
575575
dependencies:
576-
"@vitest/spy": "npm:3.2.4"
577-
estree-walker: "npm:^3.0.3"
578-
magic-string: "npm:^0.30.17"
576+
"@vitest/spy": 3.2.5
577+
estree-walker: ^3.0.3
578+
magic-string: ^0.30.17
579579
peerDependencies:
580580
msw: ^2.4.9
581581
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
@@ -584,7 +584,7 @@ __metadata:
584584
optional: true
585585
vite:
586586
optional: true
587-
checksum: f7a4aea19bbbf8f15905847ee9143b6298b2c110f8b64789224cb0ffdc2e96f9802876aa2ca83f1ec1b6e1ff45e822abb34f0054c24d57b29ab18add06536ccd
587+
checksum: 8/fd042d113e8f2b8dab4a1b240b39e1bc2f57281ffaf6debe2a64363d3051fff3f4ff83946039cd4ec7a96279f0e78e80657e609d9826e085f624bd7c255a4783
588588
languageName: node
589589
linkType: hard
590590

@@ -607,12 +607,12 @@ __metadata:
607607
languageName: node
608608
linkType: hard
609609

610-
"@vitest/pretty-format@npm:3.2.4":
611-
version: 3.2.4
612-
resolution: "@vitest/pretty-format@npm:3.2.4"
610+
"@vitest/pretty-format@npm:3.2.5":
611+
version: 3.2.5
612+
resolution: "@vitest/pretty-format@npm:3.2.5"
613613
dependencies:
614-
tinyrainbow: "npm:^2.0.0"
615-
checksum: 5ad7d4278e067390d7d633e307fee8103958806a419ca380aec0e33fae71b44a64415f7a9b4bc11635d3c13d4a9186111c581d3cef9c65cc317e68f077456887
614+
tinyrainbow: ^2.0.0
615+
checksum: 8/70cd21acce3b50d5686f6ed5ef82427a29ce11f26a9b877c095a9eed12effea562780c5824e20c2b7f1b5b376eafcd60b55f611518ce34cafe87e3477f28b1a8
616616
languageName: node
617617
linkType: hard
618618

@@ -647,12 +647,12 @@ __metadata:
647647
languageName: node
648648
linkType: hard
649649

650-
"@vitest/spy@npm:3.2.4":
651-
version: 3.2.4
652-
resolution: "@vitest/spy@npm:3.2.4"
650+
"@vitest/spy@npm:3.2.5":
651+
version: 3.2.5
652+
resolution: "@vitest/spy@npm:3.2.5"
653653
dependencies:
654-
tinyspy: "npm:^4.0.3"
655-
checksum: 6ebf0b4697dc238476d6b6a60c76ba9eb1dd8167a307e30f08f64149612fd50227682b876420e4c2e09a76334e73f72e3ebf0e350714dc22474258292e202024
654+
tinyspy: ^4.0.3
655+
checksum: 8/c5d4c756d283f7d2360a514c7d1dff6b1da607a92aeeb8e44e409b8277949b369e8411d977b626f26edfd77de0b65d95a60d97748cc54a3837721a10005c4b71
656656
languageName: node
657657
linkType: hard
658658

@@ -665,14 +665,14 @@ __metadata:
665665
languageName: node
666666
linkType: hard
667667

668-
"@vitest/utils@npm:3.2.4":
669-
version: 3.2.4
670-
resolution: "@vitest/utils@npm:3.2.4"
668+
"@vitest/utils@npm:3.2.5":
669+
version: 3.2.5
670+
resolution: "@vitest/utils@npm:3.2.5"
671671
dependencies:
672-
"@vitest/pretty-format": "npm:3.2.4"
673-
loupe: "npm:^3.1.4"
674-
tinyrainbow: "npm:^2.0.0"
675-
checksum: 024a9b8c8bcc12cf40183c246c244b52ecff861c6deb3477cbf487ac8781ad44c68a9c5fd69f8c1361878e55b97c10d99d511f2597f1f7244b5e5101d028ba64
672+
"@vitest/pretty-format": 3.2.5
673+
loupe: ^3.1.4
674+
tinyrainbow: ^2.0.0
675+
checksum: 8/517c5cde0a7c4bacb556ba427db5c8c44c47c92759101f174a3700160cd1bbf838758834dea126c0ce205123b92f750ed6972858ad693a03b6b6222552320e43
676676
languageName: node
677677
linkType: hard
678678

@@ -1772,7 +1772,7 @@ __metadata:
17721772
resolution: "stac-wasm-tests@workspace:."
17731773
dependencies:
17741774
"@duckdb/duckdb-wasm": ^1.28.0
1775-
"@vitest/browser": ^3.0.0
1775+
"@vitest/browser": ^3.2.5
17761776
apache-arrow: ^18.0.0
17771777
playwright: ^1.50.0
17781778
stac-wasm: "file:./pkg"

0 commit comments

Comments
 (0)