Skip to content

Commit 443a20f

Browse files
Update dependency eslint-plugin-jest to v28
1 parent 51f94d3 commit 443a20f

File tree

2 files changed

+107
-7
lines changed

2 files changed

+107
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-config-prettier": "9.1.0",
1818
"eslint-config-typed-fp": "5.4.0",
1919
"eslint-plugin-functional": "6.1.1",
20-
"eslint-plugin-jest": "27.9.0",
20+
"eslint-plugin-jest": "28.11.0",
2121
"eslint-plugin-prettier": "5.2.1",
2222
"eslint-plugin-sonarjs": "0.21.0",
2323
"eslint-plugin-total-functions": "7.1.0",

yarn.lock

Lines changed: 106 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,14 @@
13361336
"@typescript-eslint/types" "6.5.0"
13371337
"@typescript-eslint/visitor-keys" "6.5.0"
13381338

1339+
"@typescript-eslint/[email protected]":
1340+
version "8.20.0"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
1342+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
1343+
dependencies:
1344+
"@typescript-eslint/types" "8.20.0"
1345+
"@typescript-eslint/visitor-keys" "8.20.0"
1346+
13391347
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.62.0":
13401348
version "5.62.0"
13411349
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1381,6 +1389,11 @@
13811389
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
13821390
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
13831391

1392+
"@typescript-eslint/[email protected]":
1393+
version "8.20.0"
1394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
1395+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
1396+
13841397
"@typescript-eslint/[email protected]":
13851398
version "5.55.0"
13861399
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -1420,7 +1433,21 @@
14201433
semver "^7.5.4"
14211434
ts-api-utils "^1.0.1"
14221435

1423-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
1436+
"@typescript-eslint/[email protected]":
1437+
version "8.20.0"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
1439+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
1440+
dependencies:
1441+
"@typescript-eslint/types" "8.20.0"
1442+
"@typescript-eslint/visitor-keys" "8.20.0"
1443+
debug "^4.3.4"
1444+
fast-glob "^3.3.2"
1445+
is-glob "^4.0.3"
1446+
minimatch "^9.0.4"
1447+
semver "^7.6.0"
1448+
ts-api-utils "^2.0.0"
1449+
1450+
"@typescript-eslint/[email protected]":
14241451
version "5.55.0"
14251452
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
14261453
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
@@ -1461,6 +1488,16 @@
14611488
"@typescript-eslint/typescript-estree" "6.5.0"
14621489
semver "^7.5.4"
14631490

1491+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1492+
version "8.20.0"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
1494+
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
1495+
dependencies:
1496+
"@eslint-community/eslint-utils" "^4.4.0"
1497+
"@typescript-eslint/scope-manager" "8.20.0"
1498+
"@typescript-eslint/types" "8.20.0"
1499+
"@typescript-eslint/typescript-estree" "8.20.0"
1500+
14641501
"@typescript-eslint/[email protected]":
14651502
version "5.55.0"
14661503
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -1485,6 +1522,14 @@
14851522
"@typescript-eslint/types" "6.5.0"
14861523
eslint-visitor-keys "^3.4.1"
14871524

1525+
"@typescript-eslint/[email protected]":
1526+
version "8.20.0"
1527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
1528+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
1529+
dependencies:
1530+
"@typescript-eslint/types" "8.20.0"
1531+
eslint-visitor-keys "^4.2.0"
1532+
14881533
"@ungap/structured-clone@^1.2.0":
14891534
version "1.2.0"
14901535
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1711,6 +1756,13 @@ braces@^3.0.2:
17111756
dependencies:
17121757
fill-range "^7.0.1"
17131758

1759+
braces@^3.0.3:
1760+
version "3.0.3"
1761+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1762+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1763+
dependencies:
1764+
fill-range "^7.1.1"
1765+
17141766
browserslist@^4.21.3:
17151767
version "4.21.5"
17161768
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7"
@@ -2120,12 +2172,12 @@ [email protected]:
21202172
semver "^7.5.4"
21212173
ts-api-utils "^1.0.1"
21222174

2123-
eslint-plugin-jest@27.9.0:
2124-
version "27.9.0"
2125-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
2126-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
2175+
eslint-plugin-jest@28.11.0:
2176+
version "28.11.0"
2177+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e"
2178+
integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==
21272179
dependencies:
2128-
"@typescript-eslint/utils" "^5.10.0"
2180+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
21292181

21302182
21312183
version "5.2.1"
@@ -2183,6 +2235,11 @@ eslint-visitor-keys@^3.4.3:
21832235
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
21842236
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
21852237

2238+
eslint-visitor-keys@^4.2.0:
2239+
version "4.2.0"
2240+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2241+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2242+
21862243
21872244
version "8.57.0"
21882245
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -2366,6 +2423,17 @@ fast-glob@3, fast-glob@^3.2.9:
23662423
merge2 "^1.3.0"
23672424
micromatch "^4.0.4"
23682425

2426+
fast-glob@^3.3.2:
2427+
version "3.3.3"
2428+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2429+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2430+
dependencies:
2431+
"@nodelib/fs.stat" "^2.0.2"
2432+
"@nodelib/fs.walk" "^1.2.3"
2433+
glob-parent "^5.1.2"
2434+
merge2 "^1.3.0"
2435+
micromatch "^4.0.8"
2436+
23692437
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
23702438
version "2.1.0"
23712439
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2431,6 +2499,13 @@ fill-range@^7.0.1:
24312499
dependencies:
24322500
to-regex-range "^5.0.1"
24332501

2502+
fill-range@^7.1.1:
2503+
version "7.1.1"
2504+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
2505+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2506+
dependencies:
2507+
to-regex-range "^5.0.1"
2508+
24342509
find-up@^4.0.0, find-up@^4.1.0:
24352510
version "4.1.0"
24362511
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -3495,6 +3570,14 @@ micromatch@^4.0.4:
34953570
braces "^3.0.2"
34963571
picomatch "^2.3.1"
34973572

3573+
micromatch@^4.0.8:
3574+
version "4.0.8"
3575+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3576+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
3577+
dependencies:
3578+
braces "^3.0.3"
3579+
picomatch "^2.3.1"
3580+
34983581
mimic-fn@^2.1.0:
34993582
version "2.1.0"
35003583
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -3533,6 +3616,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
35333616
dependencies:
35343617
brace-expansion "^2.0.1"
35353618

3619+
minimatch@^9.0.4:
3620+
version "9.0.5"
3621+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3622+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3623+
dependencies:
3624+
brace-expansion "^2.0.1"
3625+
35363626
minimist@1:
35373627
version "1.2.8"
35383628
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4011,6 +4101,11 @@ semver@^7.5.4, semver@~7.5.0:
40114101
dependencies:
40124102
lru-cache "^6.0.0"
40134103

4104+
semver@^7.6.0:
4105+
version "7.6.3"
4106+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4107+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4108+
40144109
shebang-command@^2.0.0:
40154110
version "2.0.0"
40164111
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4284,6 +4379,11 @@ ts-api-utils@^1.0.1:
42844379
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42854380
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42864381

4382+
ts-api-utils@^2.0.0:
4383+
version "2.0.0"
4384+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
4385+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
4386+
42874387
42884388
version "29.2.4"
42894389
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)