Skip to content

Commit 4e307dc

Browse files
chore(deps-dev): bump vitest from 1.6.0 to 1.6.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09dc28d commit 4e307dc

File tree

1 file changed

+47
-53
lines changed

1 file changed

+47
-53
lines changed

yarn.lock

Lines changed: 47 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5996,37 +5996,37 @@
59965996
strip-literal "^2.0.0"
59975997
test-exclude "^6.0.0"
59985998

5999-
"@vitest/[email protected].0":
6000-
version "1.6.0"
6001-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.6.0.tgz#0b3ba0914f738508464983f4d811bc122b51fb30"
6002-
integrity sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==
5999+
"@vitest/[email protected].1":
6000+
version "1.6.1"
6001+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.6.1.tgz#b90c213f587514a99ac0bf84f88cff9042b0f14d"
6002+
integrity sha512-jXL+9+ZNIJKruofqXuuTClf44eSpcHlgj3CiuNihUF3Ioujtmc0zIa3UJOW5RjDK1YLBJZnWBlPuqhYycLioog==
60036003
dependencies:
6004-
"@vitest/spy" "1.6.0"
6005-
"@vitest/utils" "1.6.0"
6004+
"@vitest/spy" "1.6.1"
6005+
"@vitest/utils" "1.6.1"
60066006
chai "^4.3.10"
60076007

6008-
"@vitest/[email protected].0":
6009-
version "1.6.0"
6010-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.6.0.tgz#a6de49a96cb33b0e3ba0d9064a3e8d6ce2f08825"
6011-
integrity sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==
6008+
"@vitest/[email protected].1":
6009+
version "1.6.1"
6010+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.6.1.tgz#10f5857c3e376218d58c2bfacfea1161e27e117f"
6011+
integrity sha512-3nSnYXkVkf3mXFfE7vVyPmi3Sazhb/2cfZGGs0JRzFsPFvAMBEcrweV1V1GsrstdXeKCTXlJbvnQwGWgEIHmOA==
60126012
dependencies:
6013-
"@vitest/utils" "1.6.0"
6013+
"@vitest/utils" "1.6.1"
60146014
p-limit "^5.0.0"
60156015
pathe "^1.1.1"
60166016

6017-
"@vitest/[email protected].0":
6018-
version "1.6.0"
6019-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.6.0.tgz#deb7e4498a5299c1198136f56e6e0f692e6af470"
6020-
integrity sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==
6017+
"@vitest/[email protected].1":
6018+
version "1.6.1"
6019+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.6.1.tgz#90414451a634bb36cd539ccb29ae0d048a8c0479"
6020+
integrity sha512-WvidQuWAzU2p95u8GAKlRMqMyN1yOJkGHnx3M1PL9Raf7AQ1kwLKg04ADlCa3+OXUZE7BceOhVZiuWAbzCKcUQ==
60216021
dependencies:
60226022
magic-string "^0.30.5"
60236023
pathe "^1.1.1"
60246024
pretty-format "^29.7.0"
60256025

6026-
"@vitest/[email protected].0":
6027-
version "1.6.0"
6028-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.6.0.tgz#362cbd42ccdb03f1613798fde99799649516906d"
6029-
integrity sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==
6026+
"@vitest/[email protected].1":
6027+
version "1.6.1"
6028+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.6.1.tgz#33376be38a5ed1ecd829eb986edaecc3e798c95d"
6029+
integrity sha512-MGcMmpGkZebsMZhbQKkAf9CX5zGvjkBTqf8Zx3ApYWXr3wG+QvEu2eXWfnIIWYSJExIp4V9FCKDEeygzkYrXMw==
60306030
dependencies:
60316031
tinyspy "^2.2.0"
60326032

@@ -6053,6 +6053,16 @@
60536053
loupe "^2.3.7"
60546054
pretty-format "^29.7.0"
60556055

6056+
6057+
version "1.6.1"
6058+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.6.1.tgz#6d2f36cb6d866f2bbf59da854a324d6bf8040f17"
6059+
integrity sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==
6060+
dependencies:
6061+
diff-sequences "^29.6.3"
6062+
estree-walker "^3.0.3"
6063+
loupe "^2.3.7"
6064+
pretty-format "^29.7.0"
6065+
60566066
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.12.1":
60576067
version "1.12.1"
60586068
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
@@ -14852,12 +14862,7 @@ picocolors@^0.2.1:
1485214862
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
1485314863
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
1485414864

14855-
picocolors@^1.0.0, picocolors@^1.0.1:
14856-
version "1.0.1"
14857-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
14858-
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
14859-
14860-
picocolors@^1.1.1:
14865+
picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1:
1486114866
version "1.1.1"
1486214867
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
1486314868
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -15061,7 +15066,7 @@ postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0
1506115066
picocolors "^0.2.1"
1506215067
source-map "^0.6.1"
1506315068

15064-
postcss@^8.2.15, postcss@^8.4.38:
15069+
postcss@^8.2.15:
1506515070
version "8.4.38"
1506615071
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
1506715072
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
@@ -16177,7 +16182,7 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1617716182
hash-base "^3.0.0"
1617816183
inherits "^2.0.1"
1617916184

16180-
[email protected], rollup@^4.13.0, rollup@^4.18.0, rollup@^4.20.0:
16185+
[email protected], rollup@^4.18.0, rollup@^4.20.0:
1618116186
version "4.22.4"
1618216187
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.22.4.tgz#4135a6446671cd2a2453e1ad42a45d5973ec3a0f"
1618316188
integrity sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==
@@ -18510,18 +18515,18 @@ vfile@^5.0.0:
1851018515
unist-util-stringify-position "^3.0.0"
1851118516
vfile-message "^3.0.0"
1851218517

18513-
18514-
version "1.6.0"
18515-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.6.0.tgz#2c7e61129bfecc759478fa592754fd9704aaba7f"
18516-
integrity sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==
18518+
18519+
version "1.6.1"
18520+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.6.1.tgz#fff3ef309296ea03ceaa6ca4bb660922f5416c57"
18521+
integrity sha512-YAXkfvGtuTzwWbDSACdJSg4A4DZiAqckWe90Zapc/sEX3XvHcw1NdurM/6od8J207tSDqNbSsgdCacBgvJKFuA==
1851718522
dependencies:
1851818523
cac "^6.7.14"
1851918524
debug "^4.3.4"
1852018525
pathe "^1.1.1"
1852118526
picocolors "^1.0.0"
1852218527
vite "^5.0.0"
1852318528

18524-
[email protected], vite@^5.0.0:
18529+
[email protected], vite@^5.0.0, vite@^5.3.1:
1852518530
version "5.4.12"
1852618531
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7"
1852718532
integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==
@@ -18532,27 +18537,16 @@ [email protected], vite@^5.0.0:
1853218537
optionalDependencies:
1853318538
fsevents "~2.3.3"
1853418539

18535-
vite@^5.3.1:
18536-
version "5.3.1"
18537-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.1.tgz#bb2ca6b5fd7483249d3e86b25026e27ba8a663e6"
18538-
integrity sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==
18539-
dependencies:
18540-
esbuild "^0.21.3"
18541-
postcss "^8.4.38"
18542-
rollup "^4.13.0"
18543-
optionalDependencies:
18544-
fsevents "~2.3.3"
18545-
1854618540
vitest@^1.6.0:
18547-
version "1.6.0"
18548-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.6.0.tgz#9d5ad4752a3c451be919e412c597126cffb9892f"
18549-
integrity sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==
18550-
dependencies:
18551-
"@vitest/expect" "1.6.0"
18552-
"@vitest/runner" "1.6.0"
18553-
"@vitest/snapshot" "1.6.0"
18554-
"@vitest/spy" "1.6.0"
18555-
"@vitest/utils" "1.6.0"
18541+
version "1.6.1"
18542+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.6.1.tgz#b4a3097adf8f79ac18bc2e2e0024c534a7a78d2f"
18543+
integrity sha512-Ljb1cnSJSivGN0LqXd/zmDbWEM0RNNg2t1QW/XUhYl/qPqyu7CsqeWtqQXHVaJsecLPuDoak2oJcZN2QoRIOag==
18544+
dependencies:
18545+
"@vitest/expect" "1.6.1"
18546+
"@vitest/runner" "1.6.1"
18547+
"@vitest/snapshot" "1.6.1"
18548+
"@vitest/spy" "1.6.1"
18549+
"@vitest/utils" "1.6.1"
1855618550
acorn-walk "^8.3.2"
1855718551
chai "^4.3.10"
1855818552
debug "^4.3.4"
@@ -18566,7 +18560,7 @@ vitest@^1.6.0:
1856618560
tinybench "^2.5.1"
1856718561
tinypool "^0.8.3"
1856818562
vite "^5.0.0"
18569-
vite-node "1.6.0"
18563+
vite-node "1.6.1"
1857018564
why-is-node-running "^2.2.2"
1857118565

1857218566
vm-browserify@^1.0.1:

0 commit comments

Comments
 (0)