Skip to content

Commit b827e4d

Browse files
chore(deps): update devdependency eslint-plugin-jest to v29
1 parent 0b335a8 commit b827e4d

2 files changed

Lines changed: 143 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint": "^5.15.1",
7070
"eslint-config-standard": "^12.0.0",
7171
"eslint-plugin-import": "^2.16.0",
72-
"eslint-plugin-jest": "22.3.2",
72+
"eslint-plugin-jest": "29.15.2",
7373
"eslint-plugin-node": "^8.0.1",
7474
"eslint-plugin-promise": "^4.0.1",
7575
"eslint-plugin-standard": "^4.0.0",

yarn.lock

Lines changed: 142 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,13 @@
731731
dependencies:
732732
find-up "^2.1.0"
733733

734+
"@eslint-community/eslint-utils@^4.9.1":
735+
version "4.9.1"
736+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
737+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
738+
dependencies:
739+
eslint-visitor-keys "^3.4.3"
740+
734741
"@jest/console@^24.3.0":
735742
version "24.3.0"
736743
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.3.0.tgz#7bd920d250988ba0bf1352c4493a48e1cb97671e"
@@ -945,6 +952,66 @@
945952
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.9.tgz#693e76a52f61a2f1e7fb48c0eef167b95ea4ffd0"
946953
integrity sha512-sCZy4SxP9rN2w30Hlmg5dtdRwgYQfYRiLo9usw8X9cxlf+H4FqM1xX7+sNH7NNKVdbXMJWqva7iyy+fxh/V7fA==
947954

955+
"@typescript-eslint/project-service@8.59.1":
956+
version "8.59.1"
957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.1.tgz#49efe87c37ef84262f23df8bf62fdc56698ca6fe"
958+
integrity sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==
959+
dependencies:
960+
"@typescript-eslint/tsconfig-utils" "^8.59.1"
961+
"@typescript-eslint/types" "^8.59.1"
962+
debug "^4.4.3"
963+
964+
"@typescript-eslint/scope-manager@8.59.1":
965+
version "8.59.1"
966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz#ed90d054fc3db2d0c81464db3a953a94fb85bb58"
967+
integrity sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==
968+
dependencies:
969+
"@typescript-eslint/types" "8.59.1"
970+
"@typescript-eslint/visitor-keys" "8.59.1"
971+
972+
"@typescript-eslint/tsconfig-utils@8.59.1", "@typescript-eslint/tsconfig-utils@^8.59.1":
973+
version "8.59.1"
974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
975+
integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
976+
977+
"@typescript-eslint/types@8.59.1", "@typescript-eslint/types@^8.59.1":
978+
version "8.59.1"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
980+
integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
981+
982+
"@typescript-eslint/typescript-estree@8.59.1":
983+
version "8.59.1"
984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz#4391fadf98a22c869c5b6522dbf4e491e53e351a"
985+
integrity sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==
986+
dependencies:
987+
"@typescript-eslint/project-service" "8.59.1"
988+
"@typescript-eslint/tsconfig-utils" "8.59.1"
989+
"@typescript-eslint/types" "8.59.1"
990+
"@typescript-eslint/visitor-keys" "8.59.1"
991+
debug "^4.4.3"
992+
minimatch "^10.2.2"
993+
semver "^7.7.3"
994+
tinyglobby "^0.2.15"
995+
ts-api-utils "^2.5.0"
996+
997+
"@typescript-eslint/utils@^8.0.0":
998+
version "8.59.1"
999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.1.tgz#cf6204d69701bbbc5b150f98c18aeef0a42c10bd"
1000+
integrity sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==
1001+
dependencies:
1002+
"@eslint-community/eslint-utils" "^4.9.1"
1003+
"@typescript-eslint/scope-manager" "8.59.1"
1004+
"@typescript-eslint/types" "8.59.1"
1005+
"@typescript-eslint/typescript-estree" "8.59.1"
1006+
1007+
"@typescript-eslint/visitor-keys@8.59.1":
1008+
version "8.59.1"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz#b5cba576287a3eeb0b400b62813189abcc3f976a"
1010+
integrity sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==
1011+
dependencies:
1012+
"@typescript-eslint/types" "8.59.1"
1013+
eslint-visitor-keys "^5.0.0"
1014+
9481015
"@vue/server-test-utils@1.0.0-beta.29":
9491016
version "1.0.0-beta.29"
9501017
resolved "https://registry.yarnpkg.com/@vue/server-test-utils/-/server-test-utils-1.0.0-beta.29.tgz#8a61a9900992b742cda7c143593db1c5e4a019bd"
@@ -1310,6 +1377,11 @@ balanced-match@^1.0.0:
13101377
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
13111378
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
13121379

1380+
balanced-match@^4.0.2:
1381+
version "4.0.4"
1382+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1383+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1384+
13131385
base@^0.11.1:
13141386
version "0.11.2"
13151387
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -1343,6 +1415,13 @@ brace-expansion@^1.1.7:
13431415
balanced-match "^1.0.0"
13441416
concat-map "0.0.1"
13451417

1418+
brace-expansion@^5.0.5:
1419+
version "5.0.5"
1420+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1421+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1422+
dependencies:
1423+
balanced-match "^4.0.2"
1424+
13461425
braces@^2.3.1:
13471426
version "2.3.2"
13481427
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -2002,6 +2081,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
20022081
dependencies:
20032082
ms "^2.1.1"
20042083

2084+
debug@^4.4.3:
2085+
version "4.4.3"
2086+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2087+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2088+
dependencies:
2089+
ms "^2.1.3"
2090+
20052091
decamelize-keys@^1.0.0:
20062092
version "1.1.0"
20072093
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2301,10 +2387,12 @@ eslint-plugin-import@^2.16.0:
23012387
read-pkg-up "^2.0.0"
23022388
resolve "^1.9.0"
23032389

2304-
eslint-plugin-jest@22.3.2:
2305-
version "22.3.2"
2306-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.3.2.tgz#702ac04b06223c9241d92b986165318db474ca81"
2307-
integrity sha512-K1i3qORvcX2VuGLI4N+slreGpeObAWkT5gi1ya8olZ6YXwnxzBrMlif3uEUHgXwPIStpO26vAlRX0SgFy8SkZA==
2390+
eslint-plugin-jest@29.15.2:
2391+
version "29.15.2"
2392+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz#e4ecd1c88dfb8a62b4a0857724792c2aab7e9b6d"
2393+
integrity sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==
2394+
dependencies:
2395+
"@typescript-eslint/utils" "^8.0.0"
23082396

23092397
eslint-plugin-node@^8.0.1:
23102398
version "8.0.1"
@@ -2353,6 +2441,16 @@ eslint-visitor-keys@^1.0.0:
23532441
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
23542442
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
23552443

2444+
eslint-visitor-keys@^3.4.3:
2445+
version "3.4.3"
2446+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2447+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2448+
2449+
eslint-visitor-keys@^5.0.0:
2450+
version "5.0.1"
2451+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2452+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2453+
23562454
eslint@^5.15.1:
23572455
version "5.15.1"
23582456
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
@@ -2577,6 +2675,11 @@ fb-watchman@^2.0.0:
25772675
dependencies:
25782676
bser "^2.0.0"
25792677

2678+
fdir@^6.5.0:
2679+
version "6.5.0"
2680+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2681+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2682+
25802683
figures@^2.0.0:
25812684
version "2.0.0"
25822685
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -4224,6 +4327,13 @@ mimic-fn@^2.0.0:
42244327
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.0.0.tgz#0913ff0b121db44ef5848242c38bbb35d44cabde"
42254328
integrity sha512-jbex9Yd/3lmICXwYT6gA/j2mNQGU48wCh/VzRd+/Y/PjYQtlg1gLMdZqvu9s/xH7qKvngxRObl56XZR609IMbA==
42264329

4330+
minimatch@^10.2.2:
4331+
version "10.2.5"
4332+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
4333+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
4334+
dependencies:
4335+
brace-expansion "^5.0.5"
4336+
42274337
minimatch@^3.0.3, minimatch@^3.0.4:
42284338
version "3.0.4"
42294339
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -4284,6 +4394,11 @@ ms@^2.1.1:
42844394
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
42854395
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
42864396

4397+
ms@^2.1.3:
4398+
version "2.1.3"
4399+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
4400+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
4401+
42874402
mute-stream@0.0.7:
42884403
version "0.0.7"
42894404
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
@@ -4692,6 +4807,11 @@ performance-now@^2.1.0:
46924807
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
46934808
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
46944809

4810+
picomatch@^4.0.4:
4811+
version "4.0.4"
4812+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
4813+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
4814+
46954815
pify@^2.0.0, pify@^2.3.0:
46964816
version "2.3.0"
46974817
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5254,6 +5374,11 @@ semver-compare@^1.0.0:
52545374
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
52555375
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
52565376

5377+
semver@^7.7.3:
5378+
version "7.7.4"
5379+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
5380+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
5381+
52575382
serialize-javascript@^1.3.0:
52585383
version "1.6.1"
52595384
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
@@ -5691,6 +5816,14 @@ through@2, "through@>=2.2.7 <3", through@^2.3.6:
56915816
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
56925817
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
56935818

5819+
tinyglobby@^0.2.15:
5820+
version "0.2.16"
5821+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
5822+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
5823+
dependencies:
5824+
fdir "^6.5.0"
5825+
picomatch "^4.0.4"
5826+
56945827
tmp@^0.0.33:
56955828
version "0.0.33"
56965829
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -5781,6 +5914,11 @@ trim-right@^1.0.1:
57815914
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
57825915
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
57835916

5917+
ts-api-utils@^2.5.0:
5918+
version "2.5.0"
5919+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
5920+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
5921+
57845922
tsconfig@^7.0.0:
57855923
version "7.0.0"
57865924
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"

0 commit comments

Comments
 (0)