Skip to content

Commit 904f124

Browse files
chore(deps): update dependency vitest to v3.2.1 (#662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 570cd03 commit 904f124

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
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.0.1",
3333
"typescript": "5.8.3",
34-
"vitest": "3.2.0"
34+
"vitest": "3.2.1"
3535
},
3636
"prettier": {
3737
"semi": false

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -491,63 +491,63 @@
491491
dependencies:
492492
"@types/yargs-parser" "*"
493493

494-
"@vitest/[email protected].0":
495-
version "3.2.0"
496-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.2.0.tgz#1c1dacb9fe68f27b572795732c27a15c1ea5a502"
497-
integrity sha512-0v4YVbhDKX3SKoy0PHWXpKhj44w+3zZkIoVES9Ex2pq+u6+Bijijbi2ua5kE+h3qT6LBWFTNZSCOEU37H8Y5sA==
494+
"@vitest/[email protected].1":
495+
version "3.2.1"
496+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.2.1.tgz#eace178f5116150110cd1041e6d52836603a2656"
497+
integrity sha512-FqS/BnDOzV6+IpxrTg5GQRyLOCtcJqkwMwcS8qGCI2IyRVDwPAtutztaf1CjtPHlZlWtl1yUPCd7HM0cNiDOYw==
498498
dependencies:
499499
"@types/chai" "^5.2.2"
500-
"@vitest/spy" "3.2.0"
501-
"@vitest/utils" "3.2.0"
500+
"@vitest/spy" "3.2.1"
501+
"@vitest/utils" "3.2.1"
502502
chai "^5.2.0"
503503
tinyrainbow "^2.0.0"
504504

505-
"@vitest/[email protected].0":
506-
version "3.2.0"
507-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.2.0.tgz#f3c3546b7daea39d1382ba9bd5325f20669ae2b7"
508-
integrity sha512-HFcW0lAMx3eN9vQqis63H0Pscv0QcVMo1Kv8BNysZbxcmHu3ZUYv59DS6BGYiGQ8F5lUkmsfMMlPm4DJFJdf/A==
505+
"@vitest/[email protected].1":
506+
version "3.2.1"
507+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.2.1.tgz#dbfe3c22adb7b5ddce2032d77840fb587cd0c24c"
508+
integrity sha512-OXxMJnx1lkB+Vl65Re5BrsZEHc90s5NMjD23ZQ9NlU7f7nZiETGoX4NeKZSmsKjseuMq2uOYXdLOeoM0pJU+qw==
509509
dependencies:
510-
"@vitest/spy" "3.2.0"
510+
"@vitest/spy" "3.2.1"
511511
estree-walker "^3.0.3"
512512
magic-string "^0.30.17"
513513

514-
"@vitest/[email protected].0", "@vitest/pretty-format@^3.2.0":
515-
version "3.2.0"
516-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.2.0.tgz#81728ccebae16f1421600d305d526bdce08783ad"
517-
integrity sha512-gUUhaUmPBHFkrqnOokmfMGRBMHhgpICud9nrz/xpNV3/4OXCn35oG+Pl8rYYsKaTNd/FAIrqRHnwpDpmYxCYZw==
514+
"@vitest/[email protected].1", "@vitest/pretty-format@^3.2.1":
515+
version "3.2.1"
516+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.2.1.tgz#b43aeb52bc26715c394805127ad87b6ecc3c4336"
517+
integrity sha512-xBh1X2GPlOGBupp6E1RcUQWIxw0w/hRLd3XyBS6H+dMdKTAqHDNsIR2AnJwPA3yYe9DFy3VUKTe3VRTrAiQ01g==
518518
dependencies:
519519
tinyrainbow "^2.0.0"
520520

521-
"@vitest/[email protected].0":
522-
version "3.2.0"
523-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.2.0.tgz#3dc645bc40ffb9f586267776337e3247402e4831"
524-
integrity sha512-bXdmnHxuB7fXJdh+8vvnlwi/m1zvu+I06i1dICVcDQFhyV4iKw2RExC/acavtDn93m/dRuawUObKsrNE1gJacA==
521+
"@vitest/[email protected].1":
522+
version "3.2.1"
523+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.2.1.tgz#8bc3a16a26b6f21610e33d8ac509683c336253b2"
524+
integrity sha512-kygXhNTu/wkMYbwYpS3z/9tBe0O8qpdBuC3dD/AW9sWa0LE/DAZEjnHtWA9sIad7lpD4nFW1yQ+zN7mEKNH3yA==
525525
dependencies:
526-
"@vitest/utils" "3.2.0"
526+
"@vitest/utils" "3.2.1"
527527
pathe "^2.0.3"
528528

529-
"@vitest/[email protected].0":
530-
version "3.2.0"
531-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.2.0.tgz#98ba12e3eb0ad39beffb9c44747b7c4d42f9e25e"
532-
integrity sha512-z7P/EneBRMe7hdvWhcHoXjhA6at0Q4ipcoZo6SqgxLyQQ8KSMMCmvw1cSt7FHib3ozt0wnRHc37ivuUMbxzG/A==
529+
"@vitest/[email protected].1":
530+
version "3.2.1"
531+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.2.1.tgz#40a31ffe0304f93a7b6099194e9130e59b8b4a71"
532+
integrity sha512-5xko/ZpW2Yc65NVK9Gpfg2y4BFvcF+At7yRT5AHUpTg9JvZ4xZoyuRY4ASlmNcBZjMslV08VRLDrBOmUe2YX3g==
533533
dependencies:
534-
"@vitest/pretty-format" "3.2.0"
534+
"@vitest/pretty-format" "3.2.1"
535535
magic-string "^0.30.17"
536536
pathe "^2.0.3"
537537

538-
"@vitest/[email protected].0":
539-
version "3.2.0"
540-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.2.0.tgz#553b61838a1aabc33228b1193c1cf80a00c0c315"
541-
integrity sha512-s3+TkCNUIEOX99S0JwNDfsHRaZDDZZR/n8F0mop0PmsEbQGKZikCGpTGZ6JRiHuONKew3Fb5//EPwCP+pUX9cw==
538+
"@vitest/[email protected].1":
539+
version "3.2.1"
540+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.2.1.tgz#ed704923f7d628afa1a0c40c7c7d26a9845b0274"
541+
integrity sha512-Nbfib34Z2rfcJGSetMxjDCznn4pCYPZOtQYox2kzebIJcgH75yheIKd5QYSFmR8DIZf2M8fwOm66qSDIfRFFfQ==
542542
dependencies:
543543
tinyspy "^4.0.3"
544544

545-
"@vitest/[email protected].0":
546-
version "3.2.0"
547-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.2.0.tgz#5a6165d54436d9d699076c2ea2631466909a06a3"
548-
integrity sha512-gXXOe7Fj6toCsZKVQouTRLJftJwmvbhH5lKOBR6rlP950zUq9AitTUjnFoXS/CqjBC2aoejAztLPzzuva++XBw==
545+
"@vitest/[email protected].1":
546+
version "3.2.1"
547+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.2.1.tgz#a84ffe54085af1fe1e818c387cb3852a07ee4c10"
548+
integrity sha512-KkHlGhePEKZSub5ViknBcN5KEF+u7dSUr9NW8QsVICusUojrgrOnnY3DEWWO877ax2Pyopuk2qHmt+gkNKnBVw==
549549
dependencies:
550-
"@vitest/pretty-format" "3.2.0"
550+
"@vitest/pretty-format" "3.2.1"
551551
loupe "^3.1.3"
552552
tinyrainbow "^2.0.0"
553553

@@ -1524,10 +1524,10 @@ undici-types@~6.19.2:
15241524
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
15251525
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
15261526

1527-
1528-
version "3.2.0"
1529-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.2.0.tgz#fb03f4062a418454f31194faee5f82b6aa78d579"
1530-
integrity sha512-8Fc5Ko5Y4URIJkmMF/iFP1C0/OJyY+VGVe9Nw6WAdZyw4bTO+eVg9mwxWkQp/y8NnAoQY3o9KAvE1ZdA2v+Vmg==
1527+
1528+
version "3.2.1"
1529+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.2.1.tgz#16bb67b9c53f23e1d1b5522b67ec3d9aeb441857"
1530+
integrity sha512-V4EyKQPxquurNJPtQJRZo8hKOoKNBRIhxcDbQFPFig0JdoWcUhwRgK8yoCXXrfYVPKS6XwirGHPszLnR8FbjCA==
15311531
dependencies:
15321532
cac "^6.7.14"
15331533
debug "^4.4.1"
@@ -1549,19 +1549,19 @@ [email protected]:
15491549
optionalDependencies:
15501550
fsevents "~2.3.3"
15511551

1552-
1553-
version "3.2.0"
1554-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.2.0.tgz#a1dbd536e78f2a1fe5b949846bc2ee1c1e2c031d"
1555-
integrity sha512-P7Nvwuli8WBNmeMHHek7PnGW4oAZl9za1fddfRVidZar8wDZRi7hpznLKQePQ8JPLwSBEYDK11g+++j7uFJV8Q==
1552+
1553+
version "3.2.1"
1554+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.2.1.tgz#ebaebb509bcf9a18437e85d320558710c72cec5b"
1555+
integrity sha512-VZ40MBnlE1/V5uTgdqY3DmjUgZtIzsYq758JGlyQrv5syIsaYcabkfPkEuWML49Ph0D/SoqpVFd0dyVTr551oA==
15561556
dependencies:
15571557
"@types/chai" "^5.2.2"
1558-
"@vitest/expect" "3.2.0"
1559-
"@vitest/mocker" "3.2.0"
1560-
"@vitest/pretty-format" "^3.2.0"
1561-
"@vitest/runner" "3.2.0"
1562-
"@vitest/snapshot" "3.2.0"
1563-
"@vitest/spy" "3.2.0"
1564-
"@vitest/utils" "3.2.0"
1558+
"@vitest/expect" "3.2.1"
1559+
"@vitest/mocker" "3.2.1"
1560+
"@vitest/pretty-format" "^3.2.1"
1561+
"@vitest/runner" "3.2.1"
1562+
"@vitest/snapshot" "3.2.1"
1563+
"@vitest/spy" "3.2.1"
1564+
"@vitest/utils" "3.2.1"
15651565
chai "^5.2.0"
15661566
debug "^4.4.1"
15671567
expect-type "^1.2.1"
@@ -1575,7 +1575,7 @@ [email protected]:
15751575
tinypool "^1.1.0"
15761576
tinyrainbow "^2.0.0"
15771577
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
1578-
vite-node "3.2.0"
1578+
vite-node "3.2.1"
15791579
why-is-node-running "^2.3.0"
15801580

15811581
w3c-xmlserializer@^5.0.0:

0 commit comments

Comments
 (0)