-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump vitest from 1.2.2 to 1.3.1 (#2799)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e0f6783
commit 47b3f36
Showing
1 changed file
with
49 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3784,13 +3784,13 @@ | |
picocolors "^1.0.0" | ||
test-exclude "^6.0.0" | ||
|
||
"@vitest/expect@1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.2.2.tgz#39ea22e849bbf404b7e5272786551aa99e2663d0" | ||
integrity sha512-3jpcdPAD7LwHUUiT2pZTj2U82I2Tcgg2oVPvKxhn6mDI2On6tfvPQTjAI4628GUGDZrCm4Zna9iQHm5cEexOAg== | ||
"@vitest/expect@1.3.1": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.3.1.tgz#d4c14b89c43a25fd400a6b941f51ba27fe0cb918" | ||
integrity sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw== | ||
dependencies: | ||
"@vitest/spy" "1.2.2" | ||
"@vitest/utils" "1.2.2" | ||
"@vitest/spy" "1.3.1" | ||
"@vitest/utils" "1.3.1" | ||
chai "^4.3.10" | ||
|
||
"@vitest/expect@^0.34.2": | ||
|
@@ -3802,19 +3802,19 @@ | |
"@vitest/utils" "0.34.7" | ||
chai "^4.3.10" | ||
|
||
"@vitest/runner@1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.2.2.tgz#8b060a56ecf8b3d607b044d79f5f50d3cd9fee2f" | ||
integrity sha512-JctG7QZ4LSDXr5CsUweFgcpEvrcxOV1Gft7uHrvkQ+fsAVylmWQvnaAr/HDp3LAH1fztGMQZugIheTWjaGzYIg== | ||
"@vitest/runner@1.3.1": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.3.1.tgz#e7f96cdf74842934782bfd310eef4b8695bbfa30" | ||
integrity sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg== | ||
dependencies: | ||
"@vitest/utils" "1.2.2" | ||
"@vitest/utils" "1.3.1" | ||
p-limit "^5.0.0" | ||
pathe "^1.1.1" | ||
|
||
"@vitest/snapshot@1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.2.2.tgz#f56fd575569774968f3eeba9382a166c26201042" | ||
integrity sha512-SmGY4saEw1+bwE1th6S/cZmPxz/Q4JWsl7LvbQIky2tKE35US4gd0Mjzqfr84/4OD0tikGWaWdMja/nWL5NIPA== | ||
"@vitest/snapshot@1.3.1": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.3.1.tgz#193a5d7febf6ec5d22b3f8c5a093f9e4322e7a88" | ||
integrity sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ== | ||
dependencies: | ||
magic-string "^0.30.5" | ||
pathe "^1.1.1" | ||
|
@@ -3827,10 +3827,10 @@ | |
dependencies: | ||
tinyspy "^2.1.1" | ||
|
||
"@vitest/spy@1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.2.2.tgz#8fc2aeccb96cecbbdd192c643729bd5f97a01c86" | ||
integrity sha512-k9Gcahssw8d7X3pSLq3e3XEu/0L78mUkCjivUqCQeXJm9clfXR/Td8+AP+VC1O6fKPIDLcHDTAmBOINVuv6+7g== | ||
"@vitest/spy@1.3.1": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.3.1.tgz#814245d46d011b99edd1c7528f5725c64e85a88b" | ||
integrity sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig== | ||
dependencies: | ||
tinyspy "^2.2.0" | ||
|
||
|
@@ -3843,10 +3843,10 @@ | |
loupe "^2.3.6" | ||
pretty-format "^29.5.0" | ||
|
||
"@vitest/utils@1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.2.2.tgz#94b5a1bd8745ac28cf220a99a8719efea1bcfc83" | ||
integrity sha512-WKITBHLsBHlpjnDQahr+XK6RE7MiAsgrIkr0pGhQ9ygoxBfUeG0lUG5iLlzqjmKSlBv3+j5EGsriBzh+C3Tq9g== | ||
"@vitest/utils@1.3.1": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.3.1.tgz#7b05838654557544f694a372de767fcc9594d61a" | ||
integrity sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ== | ||
dependencies: | ||
diff-sequences "^29.6.3" | ||
estree-walker "^3.0.3" | ||
|
@@ -4121,7 +4121,7 @@ acorn@^7.1.1, acorn@^7.4.1: | |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" | ||
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== | ||
|
||
acorn@^8.10.0, acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0: | ||
acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0: | ||
version "8.11.3" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" | ||
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== | ||
|
@@ -7709,6 +7709,11 @@ jju@~1.4.0: | |
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | ||
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== | ||
|
||
js-tokens@^8.0.2: | ||
version "8.0.3" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-8.0.3.tgz#1c407ec905643603b38b6be6977300406ec48775" | ||
integrity sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw== | ||
|
||
js-yaml@^3.13.1: | ||
version "3.14.1" | ||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" | ||
|
@@ -10379,12 +10384,12 @@ strip-json-comments@^3.0.1, strip-json-comments@^3.1.1, strip-json-comments@~3.1 | |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" | ||
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== | ||
|
||
strip-literal@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-1.3.0.tgz#db3942c2ec1699e6836ad230090b84bb458e3a07" | ||
integrity sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg== | ||
strip-literal@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-2.0.0.tgz#5d063580933e4e03ebb669b12db64d2200687527" | ||
integrity sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA== | ||
dependencies: | ||
acorn "^8.10.0" | ||
js-tokens "^8.0.2" | ||
|
||
stylelint-config-css-modules@^4.4.0: | ||
version "4.4.0" | ||
|
@@ -11126,10 +11131,10 @@ vary@~1.1.2: | |
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" | ||
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== | ||
|
||
vite-node@1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.2.2.tgz#f6d329b06f9032130ae6eac1dc773f3663903c25" | ||
integrity sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg== | ||
vite-node@1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.3.1.tgz#a93f7372212f5d5df38e945046b945ac3f4855d2" | ||
integrity sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng== | ||
dependencies: | ||
cac "^6.7.14" | ||
debug "^4.3.4" | ||
|
@@ -11191,17 +11196,16 @@ vite@^5.0.0, vite@^5.0.12: | |
fsevents "~2.3.3" | ||
|
||
vitest@^1.2.1: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.2.2.tgz#9e29ad2a74a5df553c30c5798c57a062d58ce299" | ||
integrity sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw== | ||
dependencies: | ||
"@vitest/expect" "1.2.2" | ||
"@vitest/runner" "1.2.2" | ||
"@vitest/snapshot" "1.2.2" | ||
"@vitest/spy" "1.2.2" | ||
"@vitest/utils" "1.2.2" | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.3.1.tgz#2d7e9861f030d88a4669392a4aecb40569d90937" | ||
integrity sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ== | ||
dependencies: | ||
"@vitest/expect" "1.3.1" | ||
"@vitest/runner" "1.3.1" | ||
"@vitest/snapshot" "1.3.1" | ||
"@vitest/spy" "1.3.1" | ||
"@vitest/utils" "1.3.1" | ||
acorn-walk "^8.3.2" | ||
cac "^6.7.14" | ||
chai "^4.3.10" | ||
debug "^4.3.4" | ||
execa "^8.0.1" | ||
|
@@ -11210,11 +11214,11 @@ vitest@^1.2.1: | |
pathe "^1.1.1" | ||
picocolors "^1.0.0" | ||
std-env "^3.5.0" | ||
strip-literal "^1.3.0" | ||
strip-literal "^2.0.0" | ||
tinybench "^2.5.1" | ||
tinypool "^0.8.2" | ||
vite "^5.0.0" | ||
vite-node "1.2.2" | ||
vite-node "1.3.1" | ||
why-is-node-running "^2.2.2" | ||
|
||
[email protected]: | ||
|