Skip to content

Commit 7f39d38

Browse files
committed
Update dependency eslint-plugin-jest to v28.5.0
1 parent 820c056 commit 7f39d38

File tree

2 files changed

+84
-7
lines changed

2 files changed

+84
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"cssnano": "6.1.2",
9898
"eslint": "8.57.0",
9999
"eslint-config-prettier": "9.1.0",
100-
"eslint-plugin-jest": "28.4.0",
100+
"eslint-plugin-jest": "28.5.0",
101101
"eslint-plugin-react": "7.34.1",
102102
"i18next-conv": "14.1.0",
103103
"i18next-scanner": "4.4.0",

yarn.lock

Lines changed: 83 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,6 +2216,11 @@
22162216
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
22172217
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
22182218

2219+
"@types/json-schema@^7.0.15":
2220+
version "7.0.15"
2221+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2222+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2223+
22192224
22202225
version "5.13.9"
22212226
resolved "https://registry.yarnpkg.com/@types/loadable__component/-/loadable__component-5.13.9.tgz#4a265ee0892ab3e52ca74ac98189f791a24f075b"
@@ -2352,6 +2357,11 @@
23522357
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
23532358
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
23542359

2360+
"@types/semver@^7.5.8":
2361+
version "7.5.8"
2362+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2363+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2364+
23552365
"@types/source-list-map@*":
23562366
version "0.1.3"
23572367
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.3.tgz#077e15c87fe06520e30396a533bd9848e735ce9b"
@@ -2458,6 +2468,14 @@
24582468
"@typescript-eslint/types" "6.21.0"
24592469
"@typescript-eslint/visitor-keys" "6.21.0"
24602470

2471+
"@typescript-eslint/[email protected]":
2472+
version "7.8.0"
2473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
2474+
integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
2475+
dependencies:
2476+
"@typescript-eslint/types" "7.8.0"
2477+
"@typescript-eslint/visitor-keys" "7.8.0"
2478+
24612479
"@typescript-eslint/[email protected]":
24622480
version "6.21.0"
24632481
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
@@ -2473,6 +2491,11 @@
24732491
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
24742492
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
24752493

2494+
"@typescript-eslint/[email protected]":
2495+
version "7.8.0"
2496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
2497+
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
2498+
24762499
"@typescript-eslint/[email protected]":
24772500
version "6.21.0"
24782501
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -2487,7 +2510,21 @@
24872510
semver "^7.5.4"
24882511
ts-api-utils "^1.0.1"
24892512

2490-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0":
2513+
"@typescript-eslint/[email protected]":
2514+
version "7.8.0"
2515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
2516+
integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
2517+
dependencies:
2518+
"@typescript-eslint/types" "7.8.0"
2519+
"@typescript-eslint/visitor-keys" "7.8.0"
2520+
debug "^4.3.4"
2521+
globby "^11.1.0"
2522+
is-glob "^4.0.3"
2523+
minimatch "^9.0.4"
2524+
semver "^7.6.0"
2525+
ts-api-utils "^1.3.0"
2526+
2527+
"@typescript-eslint/[email protected]":
24912528
version "6.21.0"
24922529
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
24932530
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
@@ -2500,6 +2537,19 @@
25002537
"@typescript-eslint/typescript-estree" "6.21.0"
25012538
semver "^7.5.4"
25022539

2540+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0":
2541+
version "7.8.0"
2542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
2543+
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
2544+
dependencies:
2545+
"@eslint-community/eslint-utils" "^4.4.0"
2546+
"@types/json-schema" "^7.0.15"
2547+
"@types/semver" "^7.5.8"
2548+
"@typescript-eslint/scope-manager" "7.8.0"
2549+
"@typescript-eslint/types" "7.8.0"
2550+
"@typescript-eslint/typescript-estree" "7.8.0"
2551+
semver "^7.6.0"
2552+
25032553
"@typescript-eslint/[email protected]":
25042554
version "6.21.0"
25052555
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
@@ -2508,6 +2558,14 @@
25082558
"@typescript-eslint/types" "6.21.0"
25092559
eslint-visitor-keys "^3.4.1"
25102560

2561+
"@typescript-eslint/[email protected]":
2562+
version "7.8.0"
2563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
2564+
integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
2565+
dependencies:
2566+
"@typescript-eslint/types" "7.8.0"
2567+
eslint-visitor-keys "^3.4.3"
2568+
25112569
"@ungap/structured-clone@^1.2.0":
25122570
version "1.2.0"
25132571
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -4377,12 +4435,12 @@ [email protected]:
43774435
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
43784436
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
43794437

4380-
eslint-plugin-jest@28.4.0:
4381-
version "28.4.0"
4382-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.4.0.tgz#213be88f799a35ca9d63ce1a30081bb32b8da765"
4383-
integrity sha512-ORVHiFPC8RQxHLyQJ37MxNilK9k+cPzjHz65T8gAbpYZunGutXvKqwfM3WXBCvFDF1QBeYJJu9LB/i5cuXBs+g==
4438+
eslint-plugin-jest@28.5.0:
4439+
version "28.5.0"
4440+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
4441+
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
43844442
dependencies:
4385-
"@typescript-eslint/utils" "^6.0.0"
4443+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
43864444

43874445
43884446
version "7.34.1"
@@ -6892,6 +6950,13 @@ minimatch@^5.0.1:
68926950
dependencies:
68936951
brace-expansion "^2.0.1"
68946952

6953+
minimatch@^9.0.4:
6954+
version "9.0.4"
6955+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6956+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6957+
dependencies:
6958+
brace-expansion "^2.0.1"
6959+
68956960
68966961
version "4.1.0"
68976962
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8390,6 +8455,13 @@ semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
83908455
dependencies:
83918456
lru-cache "^6.0.0"
83928457

8458+
semver@^7.6.0:
8459+
version "7.6.0"
8460+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
8461+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
8462+
dependencies:
8463+
lru-cache "^6.0.0"
8464+
83938465
83948466
version "0.18.0"
83958467
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -9253,6 +9325,11 @@ ts-api-utils@^1.0.1:
92539325
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
92549326
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
92559327

9328+
ts-api-utils@^1.3.0:
9329+
version "1.3.0"
9330+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
9331+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
9332+
92569333
92579334
version "29.1.2"
92589335
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)