Skip to content

Commit 4c1fc59

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

File tree

2 files changed

+69
-7
lines changed

2 files changed

+69
-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.7.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

+68-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.0.1"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e"
1342+
integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==
1343+
dependencies:
1344+
"@typescript-eslint/types" "8.0.1"
1345+
"@typescript-eslint/visitor-keys" "8.0.1"
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.0.1"
1394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
1395+
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
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.0.1"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866"
1439+
integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==
1440+
dependencies:
1441+
"@typescript-eslint/types" "8.0.1"
1442+
"@typescript-eslint/visitor-keys" "8.0.1"
1443+
debug "^4.3.4"
1444+
globby "^11.1.0"
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.0.1"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a"
1494+
integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==
1495+
dependencies:
1496+
"@eslint-community/eslint-utils" "^4.4.0"
1497+
"@typescript-eslint/scope-manager" "8.0.1"
1498+
"@typescript-eslint/types" "8.0.1"
1499+
"@typescript-eslint/typescript-estree" "8.0.1"
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.0.1"
1527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778"
1528+
integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==
1529+
dependencies:
1530+
"@typescript-eslint/types" "8.0.1"
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.7.0:
2169+
version "28.7.0"
2170+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.7.0.tgz#8ff262c26520242492f85f9268995bbf624758a4"
2171+
integrity sha512-fzPGN7awL2ftVRQh/bsCi+16ArUZWujZnD1b8EGJqy8nr4//7tZ3BIdc/9edcJBtB3hpci3GtdMNFVDwHU0Eag==
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"
@@ -3533,6 +3578,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
35333578
dependencies:
35343579
brace-expansion "^2.0.1"
35353580

3581+
minimatch@^9.0.4:
3582+
version "9.0.5"
3583+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3584+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3585+
dependencies:
3586+
brace-expansion "^2.0.1"
3587+
35363588
minimist@1:
35373589
version "1.2.8"
35383590
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4011,6 +4063,11 @@ semver@^7.5.4, semver@~7.5.0:
40114063
dependencies:
40124064
lru-cache "^6.0.0"
40134065

4066+
semver@^7.6.0:
4067+
version "7.6.3"
4068+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4069+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4070+
40144071
shebang-command@^2.0.0:
40154072
version "2.0.0"
40164073
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4284,6 +4341,11 @@ ts-api-utils@^1.0.1:
42844341
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42854342
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42864343

4344+
ts-api-utils@^1.3.0:
4345+
version "1.3.0"
4346+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4347+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4348+
42874349
42884350
version "29.2.4"
42894351
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)