Skip to content

Commit b1be13c

Browse files
authored
chore(deps): update dependency eslint-plugin-jest to v28
1 parent a21a35f commit b1be13c

File tree

2 files changed

+68
-11
lines changed

2 files changed

+68
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-config-standard": "17.1.0",
4040
"eslint-import-resolver-typescript": "3.6.1",
4141
"eslint-plugin-import": "2.29.1",
42-
"eslint-plugin-jest": "27.6.3",
42+
"eslint-plugin-jest": "28.9.0",
4343
"eslint-plugin-jest-dom": "5.1.0",
4444
"eslint-plugin-jest-formatting": "3.1.0",
4545
"eslint-plugin-jsx-a11y": "6.8.0",

yarn.lock

Lines changed: 67 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,6 +3099,14 @@
30993099
"@typescript-eslint/types" "6.18.1"
31003100
"@typescript-eslint/visitor-keys" "6.18.1"
31013101

3102+
"@typescript-eslint/scope-manager@8.18.0":
3103+
version "8.18.0"
3104+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
3105+
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
3106+
dependencies:
3107+
"@typescript-eslint/types" "8.18.0"
3108+
"@typescript-eslint/visitor-keys" "8.18.0"
3109+
31023110
"@typescript-eslint/type-utils@5.62.0":
31033111
version "5.62.0"
31043112
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz"
@@ -3129,6 +3137,11 @@
31293137
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
31303138
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
31313139

3140+
"@typescript-eslint/types@8.18.0":
3141+
version "8.18.0"
3142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
3143+
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
3144+
31323145
"@typescript-eslint/typescript-estree@5.62.0":
31333146
version "5.62.0"
31343147
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz"
@@ -3156,7 +3169,21 @@
31563169
semver "^7.5.4"
31573170
ts-api-utils "^1.0.1"
31583171

3159-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
3172+
"@typescript-eslint/typescript-estree@8.18.0":
3173+
version "8.18.0"
3174+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
3175+
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
3176+
dependencies:
3177+
"@typescript-eslint/types" "8.18.0"
3178+
"@typescript-eslint/visitor-keys" "8.18.0"
3179+
debug "^4.3.4"
3180+
fast-glob "^3.3.2"
3181+
is-glob "^4.0.3"
3182+
minimatch "^9.0.4"
3183+
semver "^7.6.0"
3184+
ts-api-utils "^1.3.0"
3185+
3186+
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.58.0":
31603187
version "5.62.0"
31613188
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
31623189
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -3183,6 +3210,16 @@
31833210
"@typescript-eslint/typescript-estree" "6.18.1"
31843211
semver "^7.5.4"
31853212

3213+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3214+
version "8.18.0"
3215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
3216+
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
3217+
dependencies:
3218+
"@eslint-community/eslint-utils" "^4.4.0"
3219+
"@typescript-eslint/scope-manager" "8.18.0"
3220+
"@typescript-eslint/types" "8.18.0"
3221+
"@typescript-eslint/typescript-estree" "8.18.0"
3222+
31863223
"@typescript-eslint/visitor-keys@5.62.0":
31873224
version "5.62.0"
31883225
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz"
@@ -3199,6 +3236,14 @@
31993236
"@typescript-eslint/types" "6.18.1"
32003237
eslint-visitor-keys "^3.4.1"
32013238

3239+
"@typescript-eslint/visitor-keys@8.18.0":
3240+
version "8.18.0"
3241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
3242+
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
3243+
dependencies:
3244+
"@typescript-eslint/types" "8.18.0"
3245+
eslint-visitor-keys "^4.2.0"
3246+
32023247
"@ungap/structured-clone@^1.2.0":
32033248
version "1.2.0"
32043249
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
@@ -5498,12 +5543,12 @@ eslint-plugin-jest-formatting@3.1.0:
54985543
resolved "https://registry.npmjs.org/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.1.0.tgz"
54995544
integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==
55005545

5501-
eslint-plugin-jest@27.6.3:
5502-
version "27.6.3"
5503-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be"
5504-
integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==
5546+
eslint-plugin-jest@28.9.0:
5547+
version "28.9.0"
5548+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
5549+
integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
55055550
dependencies:
5506-
"@typescript-eslint/utils" "^5.10.0"
5551+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
55075552

55085553
eslint-plugin-jest@^25.3.0:
55095554
version "25.7.0"
@@ -5648,6 +5693,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
56485693
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
56495694
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
56505695

5696+
eslint-visitor-keys@^4.2.0:
5697+
version "4.2.0"
5698+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5699+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5700+
56515701
eslint-webpack-plugin@^3.1.1, eslint-webpack-plugin@^3.2.0:
56525702
version "3.2.0"
56535703
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz#1978cdb9edc461e4b0195a20da950cf57988347c"
@@ -5884,7 +5934,7 @@ fast-diff@^1.1.2:
58845934
resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz"
58855935
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
58865936

5887-
fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1:
5937+
fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1, fast-glob@^3.3.2:
58885938
version "3.3.2"
58895939
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
58905940
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -8434,7 +8484,7 @@ minimalistic-assert@^1.0.0:
84348484
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
84358485
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
84368486

8437-
minimatch@9.0.3, minimatch@^9.0.1:
8487+
minimatch@9.0.3:
84388488
version "9.0.3"
84398489
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
84408490
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -8455,6 +8505,13 @@ minimatch@^5.0.1:
84558505
dependencies:
84568506
brace-expansion "^2.0.1"
84578507

8508+
minimatch@^9.0.1, minimatch@^9.0.4:
8509+
version "9.0.5"
8510+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
8511+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
8512+
dependencies:
8513+
brace-expansion "^2.0.1"
8514+
84588515
minimist@^1.2.0, minimist@^1.2.6:
84598516
version "1.2.8"
84608517
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
@@ -10374,7 +10431,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
1037410431
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
1037510432
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1037610433

10377-
semver@^7.0.0, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
10434+
semver@^7.0.0, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
1037810435
version "7.6.3"
1037910436
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1038010437
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -11209,7 +11266,7 @@ tryer@^1.0.1:
1120911266
resolved "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz"
1121011267
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
1121111268

11212-
ts-api-utils@^1.0.1:
11269+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
1121311270
version "1.4.3"
1121411271
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
1121511272
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==

0 commit comments

Comments
 (0)