Skip to content

Commit

Permalink
chore(deps): update devdependency vitest to ^0.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent 9064566 commit 906e704
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint-staged": "13.1.4",
"nuxt": "npm:nuxt3@3.0.0-rc.13-27772354.a0a59e2",
"release-it": "15.6.1",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
},
"resolutions": {
"nuxt-purgecss": "link:./"
Expand Down
65 changes: 32 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1280,40 +1280,39 @@
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz#a1484089dd85d6528f435743f84cdd0d215bbb54"
integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==

"@vitest/expect@0.29.2":
version "0.29.2"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.29.2.tgz#7503aabd72764612b0bc8258bafa3232ccb81586"
integrity sha512-wjrdHB2ANTch3XKRhjWZN0UueFocH0cQbi2tR5Jtq60Nb3YOSmakjdAvUa2JFBu/o8Vjhj5cYbcMXkZxn1NzmA==
"@vitest/expect@0.29.3":
version "0.29.3"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.29.3.tgz#4b101ebcbaed608b20c2592cb7d833eb38e5bfa0"
integrity sha512-z/0JqBqqrdtrT/wzxNrWC76EpkOHdl+SvuNGxWulLaoluygntYyG5wJul5u/rQs5875zfFz/F+JaDf90SkLUIg==
dependencies:
"@vitest/spy" "0.29.2"
"@vitest/utils" "0.29.2"
"@vitest/spy" "0.29.3"
"@vitest/utils" "0.29.3"
chai "^4.3.7"

"@vitest/runner@0.29.2":
version "0.29.2"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.29.2.tgz#bbc7b239758de4158392bb343e48ee5a4aa507e1"
integrity sha512-A1P65f5+6ru36AyHWORhuQBJrOOcmDuhzl5RsaMNFe2jEkoj0faEszQS4CtPU/LxUYVIazlUtZTY0OEZmyZBnA==
"@vitest/runner@0.29.3":
version "0.29.3"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.29.3.tgz#dbc67d6642d7f5d67f6ee9f8d806070ed7244f39"
integrity sha512-XLi8ctbvOWhUWmuvBUSIBf8POEDH4zCh6bOuVxm/KGfARpgmVF1ku+vVNvyq85va+7qXxtl+MFmzyXQ2xzhAvw==
dependencies:
"@vitest/utils" "0.29.2"
"@vitest/utils" "0.29.3"
p-limit "^4.0.0"
pathe "^1.1.0"

"@vitest/spy@0.29.2":
version "0.29.2"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.29.2.tgz#4210d844fabd9a68a1d2932d6a26c051bd089021"
integrity sha512-Hc44ft5kaAytlGL2PyFwdAsufjbdOvHklwjNy/gy/saRbg9Kfkxfh+PklLm1H2Ib/p586RkQeNFKYuJInUssyw==
"@vitest/spy@0.29.3":
version "0.29.3"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.29.3.tgz#2260daa94da036d44a1c91c56cb8e08ca1c189df"
integrity sha512-LLpCb1oOCOZcBm0/Oxbr1DQTuKLRBsSIHyLYof7z4QVE8/v8NcZKdORjMUq645fcfX55+nLXwU/1AQ+c2rND+w==
dependencies:
tinyspy "^1.0.2"

"@vitest/utils@0.29.2":
version "0.29.2"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.29.2.tgz#8990794a6855de19b59da80413dc5a1e1991da4d"
integrity sha512-F14/Uc+vCdclStS2KEoXJlOLAEyqRhnw0gM27iXw9bMTcyKRPJrQ+rlC6XZ125GIPvvKYMPpVxNhiou6PsEeYQ==
"@vitest/utils@0.29.3":
version "0.29.3"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.29.3.tgz#0e9eed6c61daa2d753031c1a5fda19755f48acd6"
integrity sha512-hg4Ff8AM1GtUnLpUJlNMxrf9f4lZr/xRJjh3uJ0QFP+vjaW82HAxKrmeBmLnhc8Os2eRf+f+VBu4ts7TafPPkA==
dependencies:
cli-truncate "^3.1.0"
diff "^5.1.0"
loupe "^2.3.6"
picocolors "^1.0.0"
pretty-format "^27.5.1"

"@vue/babel-helper-vue-transform-on@^1.0.2":
Expand Down Expand Up @@ -8051,10 +8050,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

vite-node@0.29.2:
version "0.29.2"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.29.2.tgz#463626197e248971774075faf3d6896c29cf8062"
integrity sha512-5oe1z6wzI3gkvc4yOBbDBbgpiWiApvuN4P55E8OI131JGrSuo4X3SOZrNmZYo4R8Zkze/dhi572blX0zc+6SdA==
vite-node@0.29.3:
version "0.29.3"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.29.3.tgz#6f02808cc699e83c5d77455be48c43c16a3a9302"
integrity sha512-QYzYSA4Yt2IiduEjYbccfZQfxKp+T1Do8/HEpSX/G5WIECTFKJADwLs9c94aQH4o0A+UtCKU61lj1m5KvbxxQA==
dependencies:
cac "^6.7.14"
debug "^4.3.4"
Expand Down Expand Up @@ -8130,18 +8129,18 @@ vite@~3.1.8:
optionalDependencies:
fsevents "~2.3.2"

vitest@^0.29.2:
version "0.29.2"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.29.2.tgz#0376b547169ddefbde3fbc040b48569ec61d6179"
integrity sha512-ydK9IGbAvoY8wkg29DQ4ivcVviCaUi3ivuPKfZEVddMTenFHUfB8EEDXQV8+RasEk1ACFLgMUqAaDuQ/Nk+mQA==
vitest@^0.29.3:
version "0.29.3"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.29.3.tgz#fd4503eb8acff6b500069e3633169c1abad49edb"
integrity sha512-muMsbXnZsrzDGiyqf/09BKQsGeUxxlyLeLK/sFFM4EXdURPQRv8y7dco32DXaRORYP0bvyN19C835dT23mL0ow==
dependencies:
"@types/chai" "^4.3.4"
"@types/chai-subset" "^1.3.3"
"@types/node" "*"
"@vitest/expect" "0.29.2"
"@vitest/runner" "0.29.2"
"@vitest/spy" "0.29.2"
"@vitest/utils" "0.29.2"
"@vitest/expect" "0.29.3"
"@vitest/runner" "0.29.3"
"@vitest/spy" "0.29.3"
"@vitest/utils" "0.29.3"
acorn "^8.8.1"
acorn-walk "^8.2.0"
cac "^6.7.14"
Expand All @@ -8157,7 +8156,7 @@ vitest@^0.29.2:
tinypool "^0.3.1"
tinyspy "^1.0.2"
vite "^3.0.0 || ^4.0.0"
vite-node "0.29.2"
vite-node "0.29.3"
why-is-node-running "^2.2.2"

vm2@^3.9.8:
Expand Down

0 comments on commit 906e704

Please sign in to comment.