Skip to content

Commit 02da778

Browse files
chore(deps): update dependency vitest to v0.29.3 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83005d4 commit 02da778

File tree

2 files changed

+33
-34
lines changed

2 files changed

+33
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"prettier": "2.8.4",
7979
"rimraf": "4.1.2",
8080
"typescript": "4.9.5",
81-
"vitest": "0.29.2"
81+
"vitest": "0.29.3"
8282
},
8383
"publishConfig": {
8484
"access": "public"

yarn.lock

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -954,40 +954,39 @@
954954
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95"
955955
integrity sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==
956956

957-
"@vitest/[email protected].2":
958-
version "0.29.2"
959-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.29.2.tgz#7503aabd72764612b0bc8258bafa3232ccb81586"
960-
integrity sha512-wjrdHB2ANTch3XKRhjWZN0UueFocH0cQbi2tR5Jtq60Nb3YOSmakjdAvUa2JFBu/o8Vjhj5cYbcMXkZxn1NzmA==
957+
"@vitest/[email protected].3":
958+
version "0.29.3"
959+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.29.3.tgz#4b101ebcbaed608b20c2592cb7d833eb38e5bfa0"
960+
integrity sha512-z/0JqBqqrdtrT/wzxNrWC76EpkOHdl+SvuNGxWulLaoluygntYyG5wJul5u/rQs5875zfFz/F+JaDf90SkLUIg==
961961
dependencies:
962-
"@vitest/spy" "0.29.2"
963-
"@vitest/utils" "0.29.2"
962+
"@vitest/spy" "0.29.3"
963+
"@vitest/utils" "0.29.3"
964964
chai "^4.3.7"
965965

966-
"@vitest/[email protected].2":
967-
version "0.29.2"
968-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.29.2.tgz#bbc7b239758de4158392bb343e48ee5a4aa507e1"
969-
integrity sha512-A1P65f5+6ru36AyHWORhuQBJrOOcmDuhzl5RsaMNFe2jEkoj0faEszQS4CtPU/LxUYVIazlUtZTY0OEZmyZBnA==
966+
"@vitest/[email protected].3":
967+
version "0.29.3"
968+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.29.3.tgz#dbc67d6642d7f5d67f6ee9f8d806070ed7244f39"
969+
integrity sha512-XLi8ctbvOWhUWmuvBUSIBf8POEDH4zCh6bOuVxm/KGfARpgmVF1ku+vVNvyq85va+7qXxtl+MFmzyXQ2xzhAvw==
970970
dependencies:
971-
"@vitest/utils" "0.29.2"
971+
"@vitest/utils" "0.29.3"
972972
p-limit "^4.0.0"
973973
pathe "^1.1.0"
974974

975-
"@vitest/[email protected].2":
976-
version "0.29.2"
977-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.29.2.tgz#4210d844fabd9a68a1d2932d6a26c051bd089021"
978-
integrity sha512-Hc44ft5kaAytlGL2PyFwdAsufjbdOvHklwjNy/gy/saRbg9Kfkxfh+PklLm1H2Ib/p586RkQeNFKYuJInUssyw==
975+
"@vitest/[email protected].3":
976+
version "0.29.3"
977+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.29.3.tgz#2260daa94da036d44a1c91c56cb8e08ca1c189df"
978+
integrity sha512-LLpCb1oOCOZcBm0/Oxbr1DQTuKLRBsSIHyLYof7z4QVE8/v8NcZKdORjMUq645fcfX55+nLXwU/1AQ+c2rND+w==
979979
dependencies:
980980
tinyspy "^1.0.2"
981981

982-
"@vitest/[email protected].2":
983-
version "0.29.2"
984-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.29.2.tgz#8990794a6855de19b59da80413dc5a1e1991da4d"
985-
integrity sha512-F14/Uc+vCdclStS2KEoXJlOLAEyqRhnw0gM27iXw9bMTcyKRPJrQ+rlC6XZ125GIPvvKYMPpVxNhiou6PsEeYQ==
982+
"@vitest/[email protected].3":
983+
version "0.29.3"
984+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.29.3.tgz#0e9eed6c61daa2d753031c1a5fda19755f48acd6"
985+
integrity sha512-hg4Ff8AM1GtUnLpUJlNMxrf9f4lZr/xRJjh3uJ0QFP+vjaW82HAxKrmeBmLnhc8Os2eRf+f+VBu4ts7TafPPkA==
986986
dependencies:
987987
cli-truncate "^3.1.0"
988988
diff "^5.1.0"
989989
loupe "^2.3.6"
990-
picocolors "^1.0.0"
991990
pretty-format "^27.5.1"
992991

993992
acorn-jsx@^5.3.2:
@@ -4034,10 +4033,10 @@ validate-npm-package-license@^3.0.1:
40344033
spdx-correct "^3.0.0"
40354034
spdx-expression-parse "^3.0.0"
40364035

4037-
4038-
version "0.29.2"
4039-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.29.2.tgz#463626197e248971774075faf3d6896c29cf8062"
4040-
integrity sha512-5oe1z6wzI3gkvc4yOBbDBbgpiWiApvuN4P55E8OI131JGrSuo4X3SOZrNmZYo4R8Zkze/dhi572blX0zc+6SdA==
4036+
4037+
version "0.29.3"
4038+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.29.3.tgz#6f02808cc699e83c5d77455be48c43c16a3a9302"
4039+
integrity sha512-QYzYSA4Yt2IiduEjYbccfZQfxKp+T1Do8/HEpSX/G5WIECTFKJADwLs9c94aQH4o0A+UtCKU61lj1m5KvbxxQA==
40414040
dependencies:
40424041
cac "^6.7.14"
40434042
debug "^4.3.4"
@@ -4058,18 +4057,18 @@ [email protected]:
40584057
optionalDependencies:
40594058
fsevents "~2.3.2"
40604059

4061-
4062-
version "0.29.2"
4063-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.29.2.tgz#0376b547169ddefbde3fbc040b48569ec61d6179"
4064-
integrity sha512-ydK9IGbAvoY8wkg29DQ4ivcVviCaUi3ivuPKfZEVddMTenFHUfB8EEDXQV8+RasEk1ACFLgMUqAaDuQ/Nk+mQA==
4060+
4061+
version "0.29.3"
4062+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.29.3.tgz#fd4503eb8acff6b500069e3633169c1abad49edb"
4063+
integrity sha512-muMsbXnZsrzDGiyqf/09BKQsGeUxxlyLeLK/sFFM4EXdURPQRv8y7dco32DXaRORYP0bvyN19C835dT23mL0ow==
40654064
dependencies:
40664065
"@types/chai" "^4.3.4"
40674066
"@types/chai-subset" "^1.3.3"
40684067
"@types/node" "*"
4069-
"@vitest/expect" "0.29.2"
4070-
"@vitest/runner" "0.29.2"
4071-
"@vitest/spy" "0.29.2"
4072-
"@vitest/utils" "0.29.2"
4068+
"@vitest/expect" "0.29.3"
4069+
"@vitest/runner" "0.29.3"
4070+
"@vitest/spy" "0.29.3"
4071+
"@vitest/utils" "0.29.3"
40734072
acorn "^8.8.1"
40744073
acorn-walk "^8.2.0"
40754074
cac "^6.7.14"
@@ -4085,7 +4084,7 @@ [email protected]:
40854084
tinypool "^0.3.1"
40864085
tinyspy "^1.0.2"
40874086
vite "^3.0.0 || ^4.0.0"
4088-
vite-node "0.29.2"
4087+
vite-node "0.29.3"
40894088
why-is-node-running "^2.2.2"
40904089

40914090
walker@^1.0.8:

0 commit comments

Comments
 (0)