Skip to content

Commit eca36ee

Browse files
chore(deps): update dependency vitest to v3.0.8 (#9515)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`3.0.7` -> `3.0.8`](https://renovatebot.com/diffs/npm/vitest/3.0.7/3.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/3.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/3.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/3.0.7/3.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/3.0.7/3.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v3.0.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.0.8) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8) #####    🐞 Bug Fixes - Fix fetch cache multiple writes  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/7546](https://redirect.github.com/vitest-dev/vitest/issues/7546) [<samp>(1a8b4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1a8b4337) - Use browser.isolate instead of config.isolate  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/7560](https://redirect.github.com/vitest-dev/vitest/issues/7560) [<samp>(4b5ed)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4b5ed902) - Remove vestigial spy stub, import directly from `@vitest/spy`  -  by [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus) in [https://github.com/vitest-dev/vitest/issues/7575](https://redirect.github.com/vitest-dev/vitest/issues/7575) [<samp>(7f7ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7f7ff11c) - Correctly split the argv string  -  by [@&#8203;btea](https://redirect.github.com/btea) in [https://github.com/vitest-dev/vitest/issues/7533](https://redirect.github.com/vitest-dev/vitest/issues/7533) [<samp>(4325a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4325ac67) - **browser**: - Remove [@&#8203;testing-library/dom](https://redirect.github.com/testing-library/dom) from dependencies  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/7555](https://redirect.github.com/vitest-dev/vitest/issues/7555) [<samp>(5387a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5387a5b3) - Improve source map handling for bundled files  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/7534](https://redirect.github.com/vitest-dev/vitest/issues/7534) [<samp>(e2c57)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e2c570b6) - Print related test file and potential test in unhandled errors  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/7564](https://redirect.github.com/vitest-dev/vitest/issues/7564) [<samp>(fee90)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/fee90d85) - **runner**: - Fix `beforeEach/All` cleanup callback timeout  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/7500](https://redirect.github.com/vitest-dev/vitest/issues/7500) [<samp>(0c292)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c2924b7) - Fix and simplify `Task.suite` initialization  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/7414](https://redirect.github.com/vitest-dev/vitest/issues/7414) [<samp>(ca9ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/ca9ffac5) - **snapshot**: - Allow inline snapshot calls on same location with same snapshot  -  by [@&#8203;jycouet](https://redirect.github.com/jycouet) and [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/7464](https://redirect.github.com/vitest-dev/vitest/issues/7464) [<samp>(d5cb8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/d5cb8212) - **vite-node**: - Fix `buildStart` on Vite 6  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/7480](https://redirect.github.com/vitest-dev/vitest/issues/7480) [<samp>(c0f47)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c0f47e03) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 076006a commit eca36ee

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"vite-plugin-env-compatible": "2.0.1",
125125
"vite-plugin-svgr": "3.3.0",
126126
"vite-tsconfig-paths": "4.3.2",
127-
"vitest": "3.0.7",
127+
"vitest": "3.0.8",
128128
"whatwg-fetch": "3.6.20"
129129
},
130130
"resolutions": {

frontend/yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -3375,23 +3375,23 @@ __metadata:
33753375
languageName: node
33763376
linkType: hard
33773377

3378-
"@vitest/expect@npm:3.0.7":
3379-
version: 3.0.7
3380-
resolution: "@vitest/expect@npm:3.0.7"
3378+
"@vitest/expect@npm:3.0.8":
3379+
version: 3.0.8
3380+
resolution: "@vitest/expect@npm:3.0.8"
33813381
dependencies:
3382-
"@vitest/spy": "npm:3.0.7"
3383-
"@vitest/utils": "npm:3.0.7"
3382+
"@vitest/spy": "npm:3.0.8"
3383+
"@vitest/utils": "npm:3.0.8"
33843384
chai: "npm:^5.2.0"
33853385
tinyrainbow: "npm:^2.0.0"
3386-
checksum: 10c0/70ec7ff758640e12a5335b7455d69a9589a4b5d3a4ce6fc421aa4548a38c5947b1e36ca8d89fcbe979c955dbb9b0941b8c487c466606a9db2ab75b163796daad
3386+
checksum: 10c0/48aebec816f5a1b1f64f82b474ccfba537801a654f9547c581ed1c2d30b5de72207b643d3db2ac2869809a63a585425df30f65481f86d2bbbf979d8f235661bd
33873387
languageName: node
33883388
linkType: hard
33893389

3390-
"@vitest/mocker@npm:3.0.7":
3391-
version: 3.0.7
3392-
resolution: "@vitest/mocker@npm:3.0.7"
3390+
"@vitest/mocker@npm:3.0.8":
3391+
version: 3.0.8
3392+
resolution: "@vitest/mocker@npm:3.0.8"
33933393
dependencies:
3394-
"@vitest/spy": "npm:3.0.7"
3394+
"@vitest/spy": "npm:3.0.8"
33953395
estree-walker: "npm:^3.0.3"
33963396
magic-string: "npm:^0.30.17"
33973397
peerDependencies:
@@ -3402,57 +3402,57 @@ __metadata:
34023402
optional: true
34033403
vite:
34043404
optional: true
3405-
checksum: 10c0/c6809c57a5df1870b53f8edcae921a4953a34edf6032b439ff66dd0a4b80af4350f5690e7ff1fe3774ed86c639431005cd97cb2b9099ef24b6cd3c7388105d67
3405+
checksum: 10c0/bc89a31a5ebba900bb965b05d1fab581ae2872b6ddc17734f2a8433b9a3c7ae1fa0efd5f13bf03cf8075864b47954e8fcf609cf3a8258f0451375d68b81f135b
34063406
languageName: node
34073407
linkType: hard
34083408

3409-
"@vitest/pretty-format@npm:3.0.7, @vitest/pretty-format@npm:^3.0.7":
3410-
version: 3.0.7
3411-
resolution: "@vitest/pretty-format@npm:3.0.7"
3409+
"@vitest/pretty-format@npm:3.0.8, @vitest/pretty-format@npm:^3.0.8":
3410+
version: 3.0.8
3411+
resolution: "@vitest/pretty-format@npm:3.0.8"
34123412
dependencies:
34133413
tinyrainbow: "npm:^2.0.0"
3414-
checksum: 10c0/c67fc7025f4e1bd431aaa5ff3d79430be6ea4f10b360756c711416659105ec14633249f7605fe10f5fbb47dbb1579bd6e77da218fc3f28cfdaacac7c8fadbc6e
3414+
checksum: 10c0/9133052605f16966db91d5e495afb5e32c3eb9215602248710bc3fd9034b1b511d1a7f1093571afee8664beb2a83303d42f1d5896fdba2a39adbb5ca9af788f7
34153415
languageName: node
34163416
linkType: hard
34173417

3418-
"@vitest/runner@npm:3.0.7":
3419-
version: 3.0.7
3420-
resolution: "@vitest/runner@npm:3.0.7"
3418+
"@vitest/runner@npm:3.0.8":
3419+
version: 3.0.8
3420+
resolution: "@vitest/runner@npm:3.0.8"
34213421
dependencies:
3422-
"@vitest/utils": "npm:3.0.7"
3422+
"@vitest/utils": "npm:3.0.8"
34233423
pathe: "npm:^2.0.3"
3424-
checksum: 10c0/68cd7c0291ae7a20c4a5c1dbdf94ef49be7f471fe33d96d6f155ab50d257e01d9fda231a4dd008e8b4909870680e68a0606624fbf03ffa4958fd929ba18a0cd7
3424+
checksum: 10c0/9a9d48dc82ca7101209b21309e18a4720e77d6015bf00a60ace6130e362320158d110f48cf9aa221e5e744729fe8a198811dd69e598688ffbb78c2fce2a842a1
34253425
languageName: node
34263426
linkType: hard
34273427

3428-
"@vitest/snapshot@npm:3.0.7":
3429-
version: 3.0.7
3430-
resolution: "@vitest/snapshot@npm:3.0.7"
3428+
"@vitest/snapshot@npm:3.0.8":
3429+
version: 3.0.8
3430+
resolution: "@vitest/snapshot@npm:3.0.8"
34313431
dependencies:
3432-
"@vitest/pretty-format": "npm:3.0.7"
3432+
"@vitest/pretty-format": "npm:3.0.8"
34333433
magic-string: "npm:^0.30.17"
34343434
pathe: "npm:^2.0.3"
3435-
checksum: 10c0/012f3d2f921094f7580909717f3802872ad48bf735f5076b583031413c84afb9b65be00c392c8dfb5cb506eb5038a11ac62682e43ed84625a815fe420bedf775
3435+
checksum: 10c0/40564f60f7d166d10a03e9d1f8780daef164c76b2d85c1c8f5800168f907929c815395ac5c1f5c824da5ff29286f874e22dd8874b52044a53e0d858be67ceeb7
34363436
languageName: node
34373437
linkType: hard
34383438

3439-
"@vitest/spy@npm:3.0.7":
3440-
version: 3.0.7
3441-
resolution: "@vitest/spy@npm:3.0.7"
3439+
"@vitest/spy@npm:3.0.8":
3440+
version: 3.0.8
3441+
resolution: "@vitest/spy@npm:3.0.8"
34423442
dependencies:
34433443
tinyspy: "npm:^3.0.2"
3444-
checksum: 10c0/eb361a64e7819b2ebc45d6a8f31bed5a65272dfadc27ab8ce7df869817ce26a11f35bab9136690c91630107961423c7187cf4097b77d7422f9b97b96e96ca1d7
3444+
checksum: 10c0/7a940e6fbf5e6903758dfd904dedc9223df72ffa2a3d8c988706c2626c0fd3f9b129452bcd7af40bda014831f15ddb23ad7c1a7e42900acf4f3432b0c2bc8fb5
34453445
languageName: node
34463446
linkType: hard
34473447

3448-
"@vitest/utils@npm:3.0.7":
3449-
version: 3.0.7
3450-
resolution: "@vitest/utils@npm:3.0.7"
3448+
"@vitest/utils@npm:3.0.8":
3449+
version: 3.0.8
3450+
resolution: "@vitest/utils@npm:3.0.8"
34513451
dependencies:
3452-
"@vitest/pretty-format": "npm:3.0.7"
3452+
"@vitest/pretty-format": "npm:3.0.8"
34533453
loupe: "npm:^3.1.3"
34543454
tinyrainbow: "npm:^2.0.0"
3455-
checksum: 10c0/4023a4ebfa675dc3d9298764e1c62395e9fb1b5518d7f0f9d79bf25d98627166db620f8b5cb9bc5acbac2b74b1c635cce91d8ec99f065188a92611e5f7631220
3455+
checksum: 10c0/929e71582d27f5ec2fe422d72112471b36517620beb2c4398c116598ca55b36340b0fa97958d8584bc05153d92dbd60324664d5b623ec6eed8c72e50e226633c
34563456
languageName: node
34573457
linkType: hard
34583458

@@ -10161,7 +10161,7 @@ __metadata:
1016110161
vite-plugin-env-compatible: "npm:2.0.1"
1016210162
vite-plugin-svgr: "npm:3.3.0"
1016310163
vite-tsconfig-paths: "npm:4.3.2"
10164-
vitest: "npm:3.0.7"
10164+
vitest: "npm:3.0.8"
1016510165
whatwg-fetch: "npm:3.6.20"
1016610166
languageName: unknown
1016710167
linkType: soft
@@ -10376,9 +10376,9 @@ __metadata:
1037610376
languageName: node
1037710377
linkType: hard
1037810378

10379-
"vite-node@npm:3.0.7":
10380-
version: 3.0.7
10381-
resolution: "vite-node@npm:3.0.7"
10379+
"vite-node@npm:3.0.8":
10380+
version: 3.0.8
10381+
resolution: "vite-node@npm:3.0.8"
1038210382
dependencies:
1038310383
cac: "npm:^6.7.14"
1038410384
debug: "npm:^4.4.0"
@@ -10387,7 +10387,7 @@ __metadata:
1038710387
vite: "npm:^5.0.0 || ^6.0.0"
1038810388
bin:
1038910389
vite-node: vite-node.mjs
10390-
checksum: 10c0/caaebe014ad1b795c4c1c0adcb36bc78c9d34f1d43966526cd0cb41dc3aae717dc7a746c369006bfe8f30be54e7f3ce562aa86d38201ec79e4fad41f45b1edb2
10390+
checksum: 10c0/1e7243ad04edc71ccff67b1a686cc85b59ad803645b83c524eab6cde92d6c8f06d595cc99cd3236b4017de27d6760808c419711cd728471eb36ec9a6734ef651
1039110391
languageName: node
1039210392
linkType: hard
1039310393

@@ -10473,17 +10473,17 @@ __metadata:
1047310473
languageName: node
1047410474
linkType: hard
1047510475

10476-
"vitest@npm:3.0.7":
10477-
version: 3.0.7
10478-
resolution: "vitest@npm:3.0.7"
10479-
dependencies:
10480-
"@vitest/expect": "npm:3.0.7"
10481-
"@vitest/mocker": "npm:3.0.7"
10482-
"@vitest/pretty-format": "npm:^3.0.7"
10483-
"@vitest/runner": "npm:3.0.7"
10484-
"@vitest/snapshot": "npm:3.0.7"
10485-
"@vitest/spy": "npm:3.0.7"
10486-
"@vitest/utils": "npm:3.0.7"
10476+
"vitest@npm:3.0.8":
10477+
version: 3.0.8
10478+
resolution: "vitest@npm:3.0.8"
10479+
dependencies:
10480+
"@vitest/expect": "npm:3.0.8"
10481+
"@vitest/mocker": "npm:3.0.8"
10482+
"@vitest/pretty-format": "npm:^3.0.8"
10483+
"@vitest/runner": "npm:3.0.8"
10484+
"@vitest/snapshot": "npm:3.0.8"
10485+
"@vitest/spy": "npm:3.0.8"
10486+
"@vitest/utils": "npm:3.0.8"
1048710487
chai: "npm:^5.2.0"
1048810488
debug: "npm:^4.4.0"
1048910489
expect-type: "npm:^1.1.0"
@@ -10495,14 +10495,14 @@ __metadata:
1049510495
tinypool: "npm:^1.0.2"
1049610496
tinyrainbow: "npm:^2.0.0"
1049710497
vite: "npm:^5.0.0 || ^6.0.0"
10498-
vite-node: "npm:3.0.7"
10498+
vite-node: "npm:3.0.8"
1049910499
why-is-node-running: "npm:^2.3.0"
1050010500
peerDependencies:
1050110501
"@edge-runtime/vm": "*"
1050210502
"@types/debug": ^4.1.12
1050310503
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
10504-
"@vitest/browser": 3.0.7
10505-
"@vitest/ui": 3.0.7
10504+
"@vitest/browser": 3.0.8
10505+
"@vitest/ui": 3.0.8
1050610506
happy-dom: "*"
1050710507
jsdom: "*"
1050810508
peerDependenciesMeta:
@@ -10522,7 +10522,7 @@ __metadata:
1052210522
optional: true
1052310523
bin:
1052410524
vitest: vitest.mjs
10525-
checksum: 10c0/79075fdb493771bebe45df8cd88ab872cdaceca31420977dea43d8792fd308278a9274645220e12c24373f1e91a8848b41cedebef15fd5b538c0ea9660f42de3
10525+
checksum: 10c0/007a951c4e10ceda1eecad38e5bcc7aa25ed90269614e1394eb2c5fa5f51bbe05d915bcec27fc2e18da8bdea27cea80d428095ef818b97857c51422fddda34ff
1052610526
languageName: node
1052710527
linkType: hard
1052810528

0 commit comments

Comments
 (0)