Skip to content

Commit b51e379

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

File tree

2 files changed

+80
-7
lines changed

2 files changed

+80
-7
lines changed

package.json

+1-1
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.8.3",
2121
"eslint-plugin-prettier": "5.2.1",
2222
"eslint-plugin-sonarjs": "0.21.0",
2323
"eslint-plugin-total-functions": "7.1.0",

yarn.lock

+79-6
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.4.0"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
1342+
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
1343+
dependencies:
1344+
"@typescript-eslint/types" "8.4.0"
1345+
"@typescript-eslint/visitor-keys" "8.4.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.4.0"
1394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
1395+
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
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.4.0"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
1439+
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
1440+
dependencies:
1441+
"@typescript-eslint/types" "8.4.0"
1442+
"@typescript-eslint/visitor-keys" "8.4.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 "^1.3.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.4.0"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
1494+
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
1495+
dependencies:
1496+
"@eslint-community/eslint-utils" "^4.4.0"
1497+
"@typescript-eslint/scope-manager" "8.4.0"
1498+
"@typescript-eslint/types" "8.4.0"
1499+
"@typescript-eslint/typescript-estree" "8.4.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.4.0"
1527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
1528+
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
1529+
dependencies:
1530+
"@typescript-eslint/types" "8.4.0"
1531+
eslint-visitor-keys "^3.4.3"
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"
@@ -2120,12 +2165,12 @@ [email protected]:
21202165
semver "^7.5.4"
21212166
ts-api-utils "^1.0.1"
21222167

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==
2168+
eslint-plugin-jest@28.8.3:
2169+
version "28.8.3"
2170+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
2171+
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
21272172
dependencies:
2128-
"@typescript-eslint/utils" "^5.10.0"
2173+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
21292174

21302175
21312176
version "5.2.1"
@@ -2366,6 +2411,17 @@ fast-glob@3, fast-glob@^3.2.9:
23662411
merge2 "^1.3.0"
23672412
micromatch "^4.0.4"
23682413

2414+
fast-glob@^3.3.2:
2415+
version "3.3.2"
2416+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2417+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2418+
dependencies:
2419+
"@nodelib/fs.stat" "^2.0.2"
2420+
"@nodelib/fs.walk" "^1.2.3"
2421+
glob-parent "^5.1.2"
2422+
merge2 "^1.3.0"
2423+
micromatch "^4.0.4"
2424+
23692425
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
23702426
version "2.1.0"
23712427
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3533,6 +3589,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
35333589
dependencies:
35343590
brace-expansion "^2.0.1"
35353591

3592+
minimatch@^9.0.4:
3593+
version "9.0.5"
3594+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3595+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3596+
dependencies:
3597+
brace-expansion "^2.0.1"
3598+
35363599
minimist@1:
35373600
version "1.2.8"
35383601
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4011,6 +4074,11 @@ semver@^7.5.4, semver@~7.5.0:
40114074
dependencies:
40124075
lru-cache "^6.0.0"
40134076

4077+
semver@^7.6.0:
4078+
version "7.6.3"
4079+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4080+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4081+
40144082
shebang-command@^2.0.0:
40154083
version "2.0.0"
40164084
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4284,6 +4352,11 @@ ts-api-utils@^1.0.1:
42844352
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42854353
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42864354

4355+
ts-api-utils@^1.3.0:
4356+
version "1.3.0"
4357+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4358+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4359+
42874360
42884361
version "29.2.4"
42894362
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)