Skip to content

Commit 3a02393

Browse files
chore(deps): update dependency vitest to v4.0.7 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1294d0d commit 3a02393

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "18.3.1",
3232
"rimraf": "6.1.0",
3333
"typescript": "5.9.3",
34-
"vitest": "4.0.6"
34+
"vitest": "4.0.7"
3535
},
3636
"prettier": {
3737
"semi": false

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -553,62 +553,62 @@
553553
dependencies:
554554
"@types/yargs-parser" "*"
555555

556-
"@vitest/expect@4.0.6":
557-
version "4.0.6"
558-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.0.6.tgz#33df10e2f9728b7338c2a2331c75814d1f840ab7"
559-
integrity sha512-5j8UUlBVhOjhj4lR2Nt9sEV8b4WtbcYh8vnfhTNA2Kn5+smtevzjNq+xlBuVhnFGXiyPPNzGrOVvmyHWkS5QGg==
556+
"@vitest/expect@4.0.7":
557+
version "4.0.7"
558+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.0.7.tgz#2bb08ee49946144536934478a699f54c4961c8c3"
559+
integrity sha512-jGRG6HghnJDjljdjYIoVzX17S6uCVCBRFnsgdLGJ6CaxfPh8kzUKe/2n533y4O/aeZ/sIr7q7GbuEbeGDsWv4Q==
560560
dependencies:
561561
"@standard-schema/spec" "^1.0.0"
562562
"@types/chai" "^5.2.2"
563-
"@vitest/spy" "4.0.6"
564-
"@vitest/utils" "4.0.6"
563+
"@vitest/spy" "4.0.7"
564+
"@vitest/utils" "4.0.7"
565565
chai "^6.0.1"
566566
tinyrainbow "^3.0.3"
567567

568-
"@vitest/mocker@4.0.6":
569-
version "4.0.6"
570-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-4.0.6.tgz#3e27579d4444ca113685fc040961ce4b415ba5d2"
571-
integrity sha512-3COEIew5HqdzBFEYN9+u0dT3i/NCwppLnO1HkjGfAP1Vs3vti1Hxm/MvcbC4DAn3Szo1M7M3otiAaT83jvqIjA==
568+
"@vitest/mocker@4.0.7":
569+
version "4.0.7"
570+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-4.0.7.tgz#44ff3863bd78ef5d4d5d62e0b600e9d6a9491f4b"
571+
integrity sha512-OsDwLS7WnpuNslOV6bJkXVYVV/6RSc4eeVxV7h9wxQPNxnjRvTTrIikfwCbMyl8XJmW6oOccBj2Q07YwZtQcCw==
572572
dependencies:
573-
"@vitest/spy" "4.0.6"
573+
"@vitest/spy" "4.0.7"
574574
estree-walker "^3.0.3"
575575
magic-string "^0.30.19"
576576

577-
"@vitest/pretty-format@4.0.6":
578-
version "4.0.6"
579-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.0.6.tgz#af838540d3cd6b29c5d434fbdd36eb2543b040a3"
580-
integrity sha512-4vptgNkLIA1W1Nn5X4x8rLJBzPiJwnPc+awKtfBE5hNMVsoAl/JCCPPzNrbf+L4NKgklsis5Yp2gYa+XAS442g==
577+
"@vitest/pretty-format@4.0.7":
578+
version "4.0.7"
579+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.0.7.tgz#1fba6a3c894966678f49ef5d788b0e53e0f03995"
580+
integrity sha512-YY//yxqTmk29+/pK+Wi1UB4DUH3lSVgIm+M10rAJ74pOSMgT7rydMSc+vFuq9LjZLhFvVEXir8EcqMke3SVM6Q==
581581
dependencies:
582582
tinyrainbow "^3.0.3"
583583

584-
"@vitest/runner@4.0.6":
585-
version "4.0.6"
586-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-4.0.6.tgz#5a938015cfb202b96cbff4688400f1cd4899b40a"
587-
integrity sha512-trPk5qpd7Jj+AiLZbV/e+KiiaGXZ8ECsRxtnPnCrJr9OW2mLB72Cb824IXgxVz/mVU3Aj4VebY+tDTPn++j1Og==
584+
"@vitest/runner@4.0.7":
585+
version "4.0.7"
586+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-4.0.7.tgz#0a9a8f9c1283883f0828b343a4ee3f9a3f318171"
587+
integrity sha512-orU1lsu4PxLEcDWfjVCNGIedOSF/YtZ+XMrd1PZb90E68khWCNzD8y1dtxtgd0hyBIQk8XggteKN/38VQLvzuw==
588588
dependencies:
589-
"@vitest/utils" "4.0.6"
589+
"@vitest/utils" "4.0.7"
590590
pathe "^2.0.3"
591591

592-
"@vitest/snapshot@4.0.6":
593-
version "4.0.6"
594-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-4.0.6.tgz#5cf47e396123cc379944632e908e74fb78d58f13"
595-
integrity sha512-PaYLt7n2YzuvxhulDDu6c9EosiRuIE+FI2ECKs6yvHyhoga+2TBWI8dwBjs+IeuQaMtZTfioa9tj3uZb7nev1g==
592+
"@vitest/snapshot@4.0.7":
593+
version "4.0.7"
594+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-4.0.7.tgz#6aa1f94215b43579c631366390de29c2288843ca"
595+
integrity sha512-xJL+Nkw0OjaUXXQf13B8iKK5pI9QVtN9uOtzNHYuG/o/B7fIEg0DQ+xOe0/RcqwDEI15rud1k7y5xznBKGUXAA==
596596
dependencies:
597-
"@vitest/pretty-format" "4.0.6"
597+
"@vitest/pretty-format" "4.0.7"
598598
magic-string "^0.30.19"
599599
pathe "^2.0.3"
600600

601-
"@vitest/spy@4.0.6":
602-
version "4.0.6"
603-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.0.6.tgz#3860eb53cfe333c5eefe8b510eb7d71da7f4bd70"
604-
integrity sha512-g9jTUYPV1LtRPRCQfhbMintW7BTQz1n6WXYQYRQ25qkyffA4bjVXjkROokZnv7t07OqfaFKw1lPzqKGk1hmNuQ==
601+
"@vitest/spy@4.0.7":
602+
version "4.0.7"
603+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.0.7.tgz#41572d90fad66e249a4b4439d7980286f0fbc1c3"
604+
integrity sha512-FW4X8hzIEn4z+HublB4hBF/FhCVaXfIHm8sUfvlznrcy1MQG7VooBgZPMtVCGZtHi0yl3KESaXTqsKh16d8cFg==
605605

606-
"@vitest/utils@4.0.6":
607-
version "4.0.6"
608-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.0.6.tgz#e8ce743a4a5adcd7228823249b643bc894c0955d"
609-
integrity sha512-bG43VS3iYKrMIZXBo+y8Pti0O7uNju3KvNn6DrQWhQQKcLavMB+0NZfO1/QBAEbq0MaQ3QjNsnnXlGQvsh0Z6A==
606+
"@vitest/utils@4.0.7":
607+
version "4.0.7"
608+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.0.7.tgz#7fac85b2451ff7c91bde4b00c78224f44323978d"
609+
integrity sha512-HNrg9CM/Z4ZWB6RuExhuC6FPmLipiShKVMnT9JlQvfhwR47JatWLChA6mtZqVHqypE6p/z6ofcjbyWpM7YLxPQ==
610610
dependencies:
611-
"@vitest/pretty-format" "4.0.6"
611+
"@vitest/pretty-format" "4.0.7"
612612
tinyrainbow "^3.0.3"
613613

614614
agent-base@^7.1.0, agent-base@^7.1.2:
@@ -1496,18 +1496,18 @@ undici-types@~6.19.2:
14961496
optionalDependencies:
14971497
fsevents "~2.3.3"
14981498

1499-
vitest@4.0.6:
1500-
version "4.0.6"
1501-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.0.6.tgz#a0cbc78192cce8726d06c471b8e5b5b9cc6beea5"
1502-
integrity sha512-gR7INfiVRwnEOkCk47faros/9McCZMp5LM+OMNWGLaDBSvJxIzwjgNFufkuePBNaesGRnLmNfW+ddbUJRZn0nQ==
1503-
dependencies:
1504-
"@vitest/expect" "4.0.6"
1505-
"@vitest/mocker" "4.0.6"
1506-
"@vitest/pretty-format" "4.0.6"
1507-
"@vitest/runner" "4.0.6"
1508-
"@vitest/snapshot" "4.0.6"
1509-
"@vitest/spy" "4.0.6"
1510-
"@vitest/utils" "4.0.6"
1499+
vitest@4.0.7:
1500+
version "4.0.7"
1501+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.0.7.tgz#02b767742cb962927278ce4a1a1acaa0bcd3eff0"
1502+
integrity sha512-xQroKAadK503CrmbzCISvQUjeuvEZzv6U0wlnlVFOi5i3gnzfH4onyQ29f3lzpe0FresAiTAd3aqK0Bi/jLI8w==
1503+
dependencies:
1504+
"@vitest/expect" "4.0.7"
1505+
"@vitest/mocker" "4.0.7"
1506+
"@vitest/pretty-format" "4.0.7"
1507+
"@vitest/runner" "4.0.7"
1508+
"@vitest/snapshot" "4.0.7"
1509+
"@vitest/spy" "4.0.7"
1510+
"@vitest/utils" "4.0.7"
15111511
debug "^4.4.3"
15121512
es-module-lexer "^1.7.0"
15131513
expect-type "^1.2.2"

0 commit comments

Comments
 (0)