Skip to content

Commit 53b1e59

Browse files
Update dependency eslint-plugin-jest to v29
1 parent 4d72ce9 commit 53b1e59

File tree

2 files changed

+65
-42
lines changed

2 files changed

+65
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint-config-airbnb": "19.0.4",
9595
"eslint-config-prettier": "10.1.8",
9696
"eslint-plugin-import": "2.31.0",
97-
"eslint-plugin-jest": "28.13.5",
97+
"eslint-plugin-jest": "29.2.0",
9898
"eslint-plugin-jsx-a11y": "6.10.2",
9999
"eslint-plugin-prettier": "4.2.5",
100100
"eslint-plugin-react": "7.37.5",

yarn.lock

Lines changed: 64 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,13 +1107,20 @@
11071107
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
11081108
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
11091109

1110-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1110+
"@eslint-community/eslint-utils@^4.2.0":
11111111
version "4.5.1"
11121112
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
11131113
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
11141114
dependencies:
11151115
eslint-visitor-keys "^3.4.3"
11161116

1117+
"@eslint-community/eslint-utils@^4.7.0":
1118+
version "4.9.0"
1119+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1120+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1121+
dependencies:
1122+
eslint-visitor-keys "^3.4.3"
1123+
11171124
"@eslint-community/regexpp@^4.12.1":
11181125
version "4.12.1"
11191126
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2354,50 +2361,66 @@
23542361
dependencies:
23552362
"@types/node" "*"
23562363

2357-
"@typescript-eslint/scope-manager@8.29.0":
2358-
version "8.29.0"
2359-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
2360-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
2364+
"@typescript-eslint/project-service@8.47.0":
2365+
version "8.47.0"
2366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
2367+
integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
23612368
dependencies:
2362-
"@typescript-eslint/types" "8.29.0"
2363-
"@typescript-eslint/visitor-keys" "8.29.0"
2364-
2365-
"@typescript-eslint/[email protected]":
2366-
version "8.29.0"
2367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
2368-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
2369+
"@typescript-eslint/tsconfig-utils" "^8.47.0"
2370+
"@typescript-eslint/types" "^8.47.0"
2371+
debug "^4.3.4"
23692372

2370-
"@typescript-eslint/[email protected]":
2371-
version "8.29.0"
2372-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
2373-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
2374-
dependencies:
2375-
"@typescript-eslint/types" "8.29.0"
2376-
"@typescript-eslint/visitor-keys" "8.29.0"
2373+
"@typescript-eslint/[email protected]":
2374+
version "8.47.0"
2375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
2376+
integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
2377+
dependencies:
2378+
"@typescript-eslint/types" "8.47.0"
2379+
"@typescript-eslint/visitor-keys" "8.47.0"
2380+
2381+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.47.0":
2382+
version "8.47.0"
2383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
2384+
integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
2385+
2386+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.47.0":
2387+
version "8.47.0"
2388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
2389+
integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
2390+
2391+
"@typescript-eslint/[email protected]":
2392+
version "8.47.0"
2393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
2394+
integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
2395+
dependencies:
2396+
"@typescript-eslint/project-service" "8.47.0"
2397+
"@typescript-eslint/tsconfig-utils" "8.47.0"
2398+
"@typescript-eslint/types" "8.47.0"
2399+
"@typescript-eslint/visitor-keys" "8.47.0"
23772400
debug "^4.3.4"
23782401
fast-glob "^3.3.2"
23792402
is-glob "^4.0.3"
23802403
minimatch "^9.0.4"
23812404
semver "^7.6.0"
2382-
ts-api-utils "^2.0.1"
2405+
ts-api-utils "^2.1.0"
23832406

2384-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2385-
version "8.29.0"
2386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
2387-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
2407+
"@typescript-eslint/utils@^8.0.0":
2408+
version "8.47.0"
2409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
2410+
integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
23882411
dependencies:
2389-
"@eslint-community/eslint-utils" "^4.4.0"
2390-
"@typescript-eslint/scope-manager" "8.29.0"
2391-
"@typescript-eslint/types" "8.29.0"
2392-
"@typescript-eslint/typescript-estree" "8.29.0"
2412+
"@eslint-community/eslint-utils" "^4.7.0"
2413+
"@typescript-eslint/scope-manager" "8.47.0"
2414+
"@typescript-eslint/types" "8.47.0"
2415+
"@typescript-eslint/typescript-estree" "8.47.0"
23932416

2394-
"@typescript-eslint/visitor-keys@8.29.0":
2395-
version "8.29.0"
2396-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
2397-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
2417+
"@typescript-eslint/visitor-keys@8.47.0":
2418+
version "8.47.0"
2419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
2420+
integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
23982421
dependencies:
2399-
"@typescript-eslint/types" "8.29.0"
2400-
eslint-visitor-keys "^4.2.0"
2422+
"@typescript-eslint/types" "8.47.0"
2423+
eslint-visitor-keys "^4.2.1"
24012424

24022425
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
24032426
version "1.14.1"
@@ -4704,12 +4727,12 @@ [email protected]:
47044727
string.prototype.trimend "^1.0.8"
47054728
tsconfig-paths "^3.15.0"
47064729

4707-
eslint-plugin-jest@28.13.5:
4708-
version "28.13.5"
4709-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.5.tgz#b3eaaeba0fb40af25966e2c93914b046f24ca5d8"
4710-
integrity sha512-ThdhaLPqK78iVjWY1zIfe4WdcVB0NgxZzsOE38SRCc/i3lPIcdfkOuWMC6m96LAg9zAbPPY7LSTXXT0Pf8J7pQ==
4730+
eslint-plugin-jest@29.2.0:
4731+
version "29.2.0"
4732+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.2.0.tgz#284859d7a9650c823fe91a13cf2e707ca34dee1b"
4733+
integrity sha512-IeRNZN5FTRfWwxPuUlAeShUisPVHTQ+xqHRswxiiRjdH8o44xrwp2eluPjPWEwEE3UeLcsgihAB40ZOrzbudAg==
47114734
dependencies:
4712-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
4735+
"@typescript-eslint/utils" "^8.0.0"
47134736

47144737
47154738
version "6.10.2"
@@ -4789,7 +4812,7 @@ eslint-visitor-keys@^3.4.3:
47894812
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
47904813
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
47914814

4792-
eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
4815+
eslint-visitor-keys@^4.2.1:
47934816
version "4.2.1"
47944817
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
47954818
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
@@ -10252,7 +10275,7 @@ tree-kill@^1.2.2:
1025210275
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
1025310276
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
1025410277

10255-
ts-api-utils@^2.0.1:
10278+
ts-api-utils@^2.1.0:
1025610279
version "2.1.0"
1025710280
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1025810281
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==

0 commit comments

Comments
 (0)