Skip to content

Commit

Permalink
chore(deps-dev): bump vitest from 3.0.5 to 3.0.7 in the test group
Browse files Browse the repository at this point in the history
Bumps the test group with 1 update: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 203df90 commit b48ff0a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"unplugin-icons": "22.0.0",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
"vitest": "3.0.7"
},
"engines": {
"node": ">=20.0.0"
Expand Down
134 changes: 67 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2577,63 +2577,63 @@
"@types/babel__core" "^7.20.5"
react-refresh "^0.14.2"

"@vitest/expect@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.0.5.tgz#aa0acd0976cf56842806e5dcaebd446543966b14"
integrity sha512-nNIOqupgZ4v5jWuQx2DSlHLEs7Q4Oh/7AYwNyE+k0UQzG7tSmjPXShUikn1mpNGzYEN2jJbTvLejwShMitovBA==
"@vitest/expect@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.0.7.tgz#3490936bc1e97fc21d53441518d51cb7116c698a"
integrity sha512-QP25f+YJhzPfHrHfYHtvRn+uvkCFCqFtW9CktfBxmB+25QqWsx7VB2As6f4GmwllHLDhXNHvqedwhvMmSnNmjw==
dependencies:
"@vitest/spy" "3.0.5"
"@vitest/utils" "3.0.5"
chai "^5.1.2"
"@vitest/spy" "3.0.7"
"@vitest/utils" "3.0.7"
chai "^5.2.0"
tinyrainbow "^2.0.0"

"@vitest/mocker@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.0.5.tgz#8dce3dc4cb0adfd9d554531cea836244f8c36bcd"
integrity sha512-CLPNBFBIE7x6aEGbIjaQAX03ZZlBMaWwAjBdMkIf/cAn6xzLTiM3zYqO/WAbieEjsAZir6tO71mzeHZoodThvw==
"@vitest/mocker@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.0.7.tgz#49a99e300bcb64dc514a43a92325fce51cd88099"
integrity sha512-qui+3BLz9Eonx4EAuR/i+QlCX6AUZ35taDQgwGkK/Tw6/WgwodSrjN1X2xf69IA/643ZX5zNKIn2svvtZDrs4w==
dependencies:
"@vitest/spy" "3.0.5"
"@vitest/spy" "3.0.7"
estree-walker "^3.0.3"
magic-string "^0.30.17"

"@vitest/pretty-format@3.0.5", "@vitest/pretty-format@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.0.5.tgz#10ae6a83ccc1a866e31b2d0c1a7a977ade02eff9"
integrity sha512-CjUtdmpOcm4RVtB+up8r2vVDLR16Mgm/bYdkGFe3Yj/scRfCpbSi2W/BDSDcFK7ohw8UXvjMbOp9H4fByd/cOA==
"@vitest/pretty-format@3.0.7", "@vitest/pretty-format@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.0.7.tgz#1780516ebb4e40dd89e60b9fc7ffcbd9cba0fc22"
integrity sha512-CiRY0BViD/V8uwuEzz9Yapyao+M9M008/9oMOSQydwbwb+CMokEq3XVaF3XK/VWaOK0Jm9z7ENhybg70Gtxsmg==
dependencies:
tinyrainbow "^2.0.0"

"@vitest/runner@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.0.5.tgz#c5960a1169465a2b9ac21f1d24a4cf1fe67c7501"
integrity sha512-BAiZFityFexZQi2yN4OX3OkJC6scwRo8EhRB0Z5HIGGgd2q+Nq29LgHU/+ovCtd0fOfXj5ZI6pwdlUmC5bpi8A==
"@vitest/runner@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.0.7.tgz#65b64ba5f3291fdca4670bf9e50627200ea33b7b"
integrity sha512-WeEl38Z0S2ZcuRTeyYqaZtm4e26tq6ZFqh5y8YD9YxfWuu0OFiGFUbnxNynwLjNRHPsXyee2M9tV7YxOTPZl2g==
dependencies:
"@vitest/utils" "3.0.5"
pathe "^2.0.2"
"@vitest/utils" "3.0.7"
pathe "^2.0.3"

"@vitest/snapshot@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.0.5.tgz#afd0ae472dc5893b0bb10e3e673ef649958663f4"
integrity sha512-GJPZYcd7v8QNUJ7vRvLDmRwl+a1fGg4T/54lZXe+UOGy47F9yUfE18hRCtXL5aHN/AONu29NGzIXSVFh9K0feA==
"@vitest/snapshot@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.0.7.tgz#df34e3c5820bdd54bba8919291a182df5c6b8c6f"
integrity sha512-eqTUryJWQN0Rtf5yqCGTQWsCFOQe4eNz5Twsu21xYEcnFJtMU5XvmG0vgebhdLlrHQTSq5p8vWHJIeJQV8ovsA==
dependencies:
"@vitest/pretty-format" "3.0.5"
"@vitest/pretty-format" "3.0.7"
magic-string "^0.30.17"
pathe "^2.0.2"
pathe "^2.0.3"

"@vitest/spy@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.0.5.tgz#7bb5d84ec21cc0d62170fda4e31cd0b46c1aeb8b"
integrity sha512-5fOzHj0WbUNqPK6blI/8VzZdkBlQLnT25knX0r4dbZI9qoZDf3qAdjoMmDcLG5A83W6oUUFJgUd0EYBc2P5xqg==
"@vitest/spy@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.0.7.tgz#6fcc100c23fb50b5e2d1d09a333245586364f67b"
integrity sha512-4T4WcsibB0B6hrKdAZTM37ekuyFZt2cGbEGd2+L0P8ov15J1/HUsUaqkXEQPNAWr4BtPPe1gI+FYfMHhEKfR8w==
dependencies:
tinyspy "^3.0.2"

"@vitest/utils@3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.0.5.tgz#dc3eaefd3534598917e939af59d9a9b6a5be5082"
integrity sha512-N9AX0NUoUtVwKwy21JtwzaqR5L5R5A99GAbrHfCCXK1lp593i/3AZAXhSP43wRQuxYsflrdzEfXZFo1reR1Nkg==
"@vitest/utils@3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.0.7.tgz#56268acac1027ead938150eceb2527c61d2fa204"
integrity sha512-xePVpCRfooFX3rANQjwoditoXgWb1MaFbzmGuPP59MK6i13mrnDw/yEIyJudLeW6/38mCNcwCiJIGmpDPibAIg==
dependencies:
"@vitest/pretty-format" "3.0.5"
loupe "^3.1.2"
"@vitest/pretty-format" "3.0.7"
loupe "^3.1.3"
tinyrainbow "^2.0.0"

"@web3-storage/multipart-parser@^1.0.0":
Expand Down Expand Up @@ -3122,10 +3122,10 @@ ccount@^2.0.0:
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==

chai@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.2.tgz#3afbc340b994ae3610ca519a6c70ace77ad4378d"
integrity sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==
chai@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-5.2.0.tgz#1358ee106763624114addf84ab02697e411c9c05"
integrity sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==
dependencies:
assertion-error "^2.0.1"
check-error "^2.1.1"
Expand Down Expand Up @@ -5689,7 +5689,7 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

loupe@^3.1.0, loupe@^3.1.2:
loupe@^3.1.0, loupe@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.3.tgz#042a8f7986d77f3d0f98ef7990a2b2fef18b0fd2"
integrity sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==
Expand Down Expand Up @@ -6882,10 +6882,10 @@ pathe@^1.1.1, pathe@^1.1.2:
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==

pathe@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.2.tgz#5ed86644376915b3c7ee4d00ac8c348d671da3a5"
integrity sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==
pathe@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==

pathval@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -8804,15 +8804,15 @@ vite-node@3.0.0-beta.2:
pathe "^1.1.2"
vite "^5.0.0 || ^6.0.0"

vite-node@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.0.5.tgz#6a0d06f7a4bdaae6ddcdedc12d910d886cf7d62f"
integrity sha512-02JEJl7SbtwSDJdYS537nU6l+ktdvcREfLksk/NDAqtdKWGqHl+joXzEubHROmS3E6pip+Xgu2tFezMu75jH7A==
vite-node@3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.0.7.tgz#f15bc1e0c343ac00115a52c7e110471a5a315c72"
integrity sha512-2fX0QwX4GkkkpULXdT1Pf4q0tC1i1lFOyseKoonavXUNlQ77KpW2XqBGGNIm/J4Ows4KxgGJzDguYVPKwG/n5A==
dependencies:
cac "^6.7.14"
debug "^4.4.0"
es-module-lexer "^1.6.0"
pathe "^2.0.2"
pathe "^2.0.3"
vite "^5.0.0 || ^6.0.0"

vite-node@^1.2.0:
Expand Down Expand Up @@ -8857,30 +8857,30 @@ vite@5.4.11, vite@^5.0.0, vite@^5.0.11:
optionalDependencies:
fsevents "~2.3.3"

vitest@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.0.5.tgz#a9a3fa1203d85869c9ba66f3ea990b72d00ddeb0"
integrity sha512-4dof+HvqONw9bvsYxtkfUp2uHsTN9bV2CZIi1pWgoFpL1Lld8LA1ka9q/ONSsoScAKG7NVGf2stJTI7XRkXb2Q==
dependencies:
"@vitest/expect" "3.0.5"
"@vitest/mocker" "3.0.5"
"@vitest/pretty-format" "^3.0.5"
"@vitest/runner" "3.0.5"
"@vitest/snapshot" "3.0.5"
"@vitest/spy" "3.0.5"
"@vitest/utils" "3.0.5"
chai "^5.1.2"
vitest@3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.0.7.tgz#ed8f42e1b0e09e2179eaefd966cb58a8b75f0f6a"
integrity sha512-IP7gPK3LS3Fvn44x30X1dM9vtawm0aesAa2yBIZ9vQf+qB69NXC5776+Qmcr7ohUXIQuLhk7xQR0aSUIDPqavg==
dependencies:
"@vitest/expect" "3.0.7"
"@vitest/mocker" "3.0.7"
"@vitest/pretty-format" "^3.0.7"
"@vitest/runner" "3.0.7"
"@vitest/snapshot" "3.0.7"
"@vitest/spy" "3.0.7"
"@vitest/utils" "3.0.7"
chai "^5.2.0"
debug "^4.4.0"
expect-type "^1.1.0"
magic-string "^0.30.17"
pathe "^2.0.2"
pathe "^2.0.3"
std-env "^3.8.0"
tinybench "^2.9.0"
tinyexec "^0.3.2"
tinypool "^1.0.2"
tinyrainbow "^2.0.0"
vite "^5.0.0 || ^6.0.0"
vite-node "3.0.5"
vite-node "3.0.7"
why-is-node-running "^2.3.0"

w3c-xmlserializer@^5.0.0:
Expand Down

0 comments on commit b48ff0a

Please sign in to comment.