Skip to content

Commit 144c5ce

Browse files
chore(deps-dev): bump vitest from 3.2.4 to 3.2.6 in /packages/node-sdk/examples/cloudflare-worker (#653)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 3.2.6. <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.6</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Pin last supported vite-node version  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/16f120d05"><!-- raw HTML omitted -->(16f12)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.5...v3.2.6">View changes on GitHub</a></h5> <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/b6d56f8171ae814ee7571df63a35a0da5203dbaa"><code>b6d56f8</code></a> chore: release v3.2.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16f120d0585677f6a32bcb3dd01fa61c140e2588"><code>16f120d</code></a> fix: pin last supported vite-node version</li> <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.6/packages/vitest">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 vitest since your current version.</p> </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.4&new-version=3.2.6)](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/reflagcom/javascript/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 206679a commit 144c5ce

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

‎packages/node-sdk/examples/cloudflare-worker/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@cloudflare/vitest-pool-workers": "^0.8.19",
1414
"typescript": "^5.5.2",
15-
"vitest": "~3.2.0",
15+
"vitest": "~3.2.6",
1616
"wrangler": "^4.20.5"
1717
}
1818
}

‎packages/node-sdk/examples/cloudflare-worker/yarn.lock‎

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -912,24 +912,24 @@ __metadata:
912912
languageName: node
913913
linkType: hard
914914

915-
"@vitest/expect@npm:3.2.4":
916-
version: 3.2.4
917-
resolution: "@vitest/expect@npm:3.2.4"
915+
"@vitest/expect@npm:3.2.6":
916+
version: 3.2.6
917+
resolution: "@vitest/expect@npm:3.2.6"
918918
dependencies:
919919
"@types/chai": "npm:^5.2.2"
920-
"@vitest/spy": "npm:3.2.4"
921-
"@vitest/utils": "npm:3.2.4"
920+
"@vitest/spy": "npm:3.2.6"
921+
"@vitest/utils": "npm:3.2.6"
922922
chai: "npm:^5.2.0"
923923
tinyrainbow: "npm:^2.0.0"
924-
checksum: 10c0/7586104e3fd31dbe1e6ecaafb9a70131e4197dce2940f727b6a84131eee3decac7b10f9c7c72fa5edbdb68b6f854353bd4c0fa84779e274207fb7379563b10db
924+
checksum: 10c0/bb51fa6a1f0740b3ee994347bc5067c8a17c2f3dea56b76a8c2c328885cdbfbafbb99b0b94b8166dc605eedbb9f467d37a6a0e0c81855eb18e232417cca4ccbd
925925
languageName: node
926926
linkType: hard
927927

928-
"@vitest/mocker@npm:3.2.4":
929-
version: 3.2.4
930-
resolution: "@vitest/mocker@npm:3.2.4"
928+
"@vitest/mocker@npm:3.2.6":
929+
version: 3.2.6
930+
resolution: "@vitest/mocker@npm:3.2.6"
931931
dependencies:
932-
"@vitest/spy": "npm:3.2.4"
932+
"@vitest/spy": "npm:3.2.6"
933933
estree-walker: "npm:^3.0.3"
934934
magic-string: "npm:^0.30.17"
935935
peerDependencies:
@@ -940,58 +940,58 @@ __metadata:
940940
optional: true
941941
vite:
942942
optional: true
943-
checksum: 10c0/f7a4aea19bbbf8f15905847ee9143b6298b2c110f8b64789224cb0ffdc2e96f9802876aa2ca83f1ec1b6e1ff45e822abb34f0054c24d57b29ab18add06536ccd
943+
checksum: 10c0/0429d72e52ca1cc25d7ac44fbc251d0486974d8e0e59860c605d72456c0a17fa1d464b2a5e34690c17afcc7be562d7c22595f53503244a858f1f5903998da100
944944
languageName: node
945945
linkType: hard
946946

947-
"@vitest/pretty-format@npm:3.2.4, @vitest/pretty-format@npm:^3.2.4":
948-
version: 3.2.4
949-
resolution: "@vitest/pretty-format@npm:3.2.4"
947+
"@vitest/pretty-format@npm:3.2.6, @vitest/pretty-format@npm:^3.2.6":
948+
version: 3.2.6
949+
resolution: "@vitest/pretty-format@npm:3.2.6"
950950
dependencies:
951951
tinyrainbow: "npm:^2.0.0"
952-
checksum: 10c0/5ad7d4278e067390d7d633e307fee8103958806a419ca380aec0e33fae71b44a64415f7a9b4bc11635d3c13d4a9186111c581d3cef9c65cc317e68f077456887
952+
checksum: 10c0/9fc2887ef4206c90392de4e205d0109add35382446914d0124c53d1da327f49b9e9535fb336cb260394c176e4bb14b1b3aba0a42ab12b0f8b95034ccd4fed4eb
953953
languageName: node
954954
linkType: hard
955955

956-
"@vitest/runner@npm:3.2.4":
957-
version: 3.2.4
958-
resolution: "@vitest/runner@npm:3.2.4"
956+
"@vitest/runner@npm:3.2.6":
957+
version: 3.2.6
958+
resolution: "@vitest/runner@npm:3.2.6"
959959
dependencies:
960-
"@vitest/utils": "npm:3.2.4"
960+
"@vitest/utils": "npm:3.2.6"
961961
pathe: "npm:^2.0.3"
962962
strip-literal: "npm:^3.0.0"
963-
checksum: 10c0/e8be51666c72b3668ae3ea348b0196656a4a5adb836cb5e270720885d9517421815b0d6c98bfdf1795ed02b994b7bfb2b21566ee356a40021f5bf4f6ed4e418a
963+
checksum: 10c0/bfc552ee2424ec62e4d6c075d000348a8187eb1be7ce9ae4673139c2f4a71e271ac15bef4d6af27cb5a29f4776dd437bea9d5819f62f0b5ece3c6dd857fa300d
964964
languageName: node
965965
linkType: hard
966966

967-
"@vitest/snapshot@npm:3.2.4":
968-
version: 3.2.4
969-
resolution: "@vitest/snapshot@npm:3.2.4"
967+
"@vitest/snapshot@npm:3.2.6":
968+
version: 3.2.6
969+
resolution: "@vitest/snapshot@npm:3.2.6"
970970
dependencies:
971-
"@vitest/pretty-format": "npm:3.2.4"
971+
"@vitest/pretty-format": "npm:3.2.6"
972972
magic-string: "npm:^0.30.17"
973973
pathe: "npm:^2.0.3"
974-
checksum: 10c0/f8301a3d7d1559fd3d59ed51176dd52e1ed5c2d23aa6d8d6aa18787ef46e295056bc726a021698d8454c16ed825ecba163362f42fa90258bb4a98cfd2c9424fc
974+
checksum: 10c0/b8f73cc2bc50ca6cd013e2dae1f531aa2132d053e52d2055da8544290e6e8a92dd06f8cf07e8fce15137f27e8156f2936eb6bd9fa63c76e6f6a9813cf0820022
975975
languageName: node
976976
linkType: hard
977977

978-
"@vitest/spy@npm:3.2.4":
979-
version: 3.2.4
980-
resolution: "@vitest/spy@npm:3.2.4"
978+
"@vitest/spy@npm:3.2.6":
979+
version: 3.2.6
980+
resolution: "@vitest/spy@npm:3.2.6"
981981
dependencies:
982982
tinyspy: "npm:^4.0.3"
983-
checksum: 10c0/6ebf0b4697dc238476d6b6a60c76ba9eb1dd8167a307e30f08f64149612fd50227682b876420e4c2e09a76334e73f72e3ebf0e350714dc22474258292e202024
983+
checksum: 10c0/b4b022546523168f361cd640dff68feb9709b259aacc05e12055a4f278d07e58fbb280ae70454425199f91e62729b03f0a16bdfe880c5a0b1b10c02bc334fc30
984984
languageName: node
985985
linkType: hard
986986

987-
"@vitest/utils@npm:3.2.4":
988-
version: 3.2.4
989-
resolution: "@vitest/utils@npm:3.2.4"
987+
"@vitest/utils@npm:3.2.6":
988+
version: 3.2.6
989+
resolution: "@vitest/utils@npm:3.2.6"
990990
dependencies:
991-
"@vitest/pretty-format": "npm:3.2.4"
991+
"@vitest/pretty-format": "npm:3.2.6"
992992
loupe: "npm:^3.1.4"
993993
tinyrainbow: "npm:^2.0.0"
994-
checksum: 10c0/024a9b8c8bcc12cf40183c246c244b52ecff861c6deb3477cbf487ac8781ad44c68a9c5fd69f8c1361878e55b97c10d99d511f2597f1f7244b5e5101d028ba64
994+
checksum: 10c0/452da757082ebcadf43ce697bf4077d546ea06e094763969440c3cb0d7bb950be0f69d6dbdab297cd0307bdf956294e20b0184d0218a4ef942d3d253995d44ed
995995
languageName: node
996996
linkType: hard
997997

@@ -1168,7 +1168,7 @@ __metadata:
11681168
dependencies:
11691169
"@cloudflare/vitest-pool-workers": "npm:^0.8.19"
11701170
typescript: "npm:^5.5.2"
1171-
vitest: "npm:~3.2.0"
1171+
vitest: "npm:~3.2.6"
11721172
wrangler: "npm:^4.20.5"
11731173
languageName: unknown
11741174
linkType: soft
@@ -2656,18 +2656,18 @@ __metadata:
26562656
languageName: node
26572657
linkType: hard
26582658

2659-
"vitest@npm:~3.2.0":
2660-
version: 3.2.4
2661-
resolution: "vitest@npm:3.2.4"
2659+
"vitest@npm:~3.2.6":
2660+
version: 3.2.6
2661+
resolution: "vitest@npm:3.2.6"
26622662
dependencies:
26632663
"@types/chai": "npm:^5.2.2"
2664-
"@vitest/expect": "npm:3.2.4"
2665-
"@vitest/mocker": "npm:3.2.4"
2666-
"@vitest/pretty-format": "npm:^3.2.4"
2667-
"@vitest/runner": "npm:3.2.4"
2668-
"@vitest/snapshot": "npm:3.2.4"
2669-
"@vitest/spy": "npm:3.2.4"
2670-
"@vitest/utils": "npm:3.2.4"
2664+
"@vitest/expect": "npm:3.2.6"
2665+
"@vitest/mocker": "npm:3.2.6"
2666+
"@vitest/pretty-format": "npm:^3.2.6"
2667+
"@vitest/runner": "npm:3.2.6"
2668+
"@vitest/snapshot": "npm:3.2.6"
2669+
"@vitest/spy": "npm:3.2.6"
2670+
"@vitest/utils": "npm:3.2.6"
26712671
chai: "npm:^5.2.0"
26722672
debug: "npm:^4.4.1"
26732673
expect-type: "npm:^1.2.1"
@@ -2687,8 +2687,8 @@ __metadata:
26872687
"@edge-runtime/vm": "*"
26882688
"@types/debug": ^4.1.12
26892689
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
2690-
"@vitest/browser": 3.2.4
2691-
"@vitest/ui": 3.2.4
2690+
"@vitest/browser": 3.2.6
2691+
"@vitest/ui": 3.2.6
26922692
happy-dom: "*"
26932693
jsdom: "*"
26942694
peerDependenciesMeta:
@@ -2708,7 +2708,7 @@ __metadata:
27082708
optional: true
27092709
bin:
27102710
vitest: vitest.mjs
2711-
checksum: 10c0/5bf53ede3ae6a0e08956d72dab279ae90503f6b5a05298a6a5e6ef47d2fd1ab386aaf48fafa61ed07a0ebfe9e371772f1ccbe5c258dd765206a8218bf2eb79eb
2711+
checksum: 10c0/ea222dcd7310188479e37dbea4fbcbdcdb8db97f952b4813e7e7b370b329485c2de4622551e61076ffd75d4d811a6800a0da1e31520067614c51528f26704758
27122712
languageName: node
27132713
linkType: hard
27142714

0 commit comments

Comments
 (0)