Skip to content

Commit d7d55cb

Browse files
Update dependency eslint-plugin-jest to v28
1 parent 6c068ac commit d7d55cb

File tree

2 files changed

+62
-14
lines changed

2 files changed

+62
-14
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.2.0",
2121
"eslint-plugin-prettier": "5.1.3",
2222
"eslint-plugin-sonarjs": "0.21.0",
2323
"eslint-plugin-total-functions": "7.1.0",

yarn.lock

+61-13
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,14 @@
13281328
"@typescript-eslint/types" "5.62.0"
13291329
"@typescript-eslint/visitor-keys" "5.62.0"
13301330

1331+
"@typescript-eslint/[email protected]":
1332+
version "6.21.0"
1333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1334+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1335+
dependencies:
1336+
"@typescript-eslint/types" "6.21.0"
1337+
"@typescript-eslint/visitor-keys" "6.21.0"
1338+
13311339
"@typescript-eslint/[email protected]":
13321340
version "6.5.0"
13331341
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.5.0.tgz#f2cb20895aaad41b3ad27cc3a338ce8598f261c5"
@@ -1376,6 +1384,11 @@
13761384
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
13771385
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13781386

1387+
"@typescript-eslint/[email protected]":
1388+
version "6.21.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1390+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1391+
13791392
"@typescript-eslint/[email protected]":
13801393
version "6.5.0"
13811394
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
@@ -1407,6 +1420,20 @@
14071420
semver "^7.3.7"
14081421
tsutils "^3.21.0"
14091422

1423+
"@typescript-eslint/[email protected]":
1424+
version "6.21.0"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1426+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1427+
dependencies:
1428+
"@typescript-eslint/types" "6.21.0"
1429+
"@typescript-eslint/visitor-keys" "6.21.0"
1430+
debug "^4.3.4"
1431+
globby "^11.1.0"
1432+
is-glob "^4.0.3"
1433+
minimatch "9.0.3"
1434+
semver "^7.5.4"
1435+
ts-api-utils "^1.0.1"
1436+
14101437
"@typescript-eslint/[email protected]":
14111438
version "6.5.0"
14121439
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.5.0.tgz#1cef6bc822585e9ef89d88834bc902d911d747ed"
@@ -1420,7 +1447,7 @@
14201447
semver "^7.5.4"
14211448
ts-api-utils "^1.0.1"
14221449

1423-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
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,19 @@
14611488
"@typescript-eslint/typescript-estree" "6.5.0"
14621489
semver "^7.5.4"
14631490

1491+
"@typescript-eslint/utils@^6.0.0":
1492+
version "6.21.0"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1494+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1495+
dependencies:
1496+
"@eslint-community/eslint-utils" "^4.4.0"
1497+
"@types/json-schema" "^7.0.12"
1498+
"@types/semver" "^7.5.0"
1499+
"@typescript-eslint/scope-manager" "6.21.0"
1500+
"@typescript-eslint/types" "6.21.0"
1501+
"@typescript-eslint/typescript-estree" "6.21.0"
1502+
semver "^7.5.4"
1503+
14641504
"@typescript-eslint/[email protected]":
14651505
version "5.55.0"
14661506
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -1477,6 +1517,14 @@
14771517
"@typescript-eslint/types" "5.62.0"
14781518
eslint-visitor-keys "^3.3.0"
14791519

1520+
"@typescript-eslint/[email protected]":
1521+
version "6.21.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1523+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1524+
dependencies:
1525+
"@typescript-eslint/types" "6.21.0"
1526+
eslint-visitor-keys "^3.4.1"
1527+
14801528
"@typescript-eslint/[email protected]":
14811529
version "6.5.0"
14821530
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.5.0.tgz#1a6f474a0170a447b76f0699ce6700110fd11436"
@@ -2108,12 +2156,12 @@ [email protected]:
21082156
semver "^7.5.4"
21092157
ts-api-utils "^1.0.1"
21102158

2111-
eslint-plugin-jest@27.9.0:
2112-
version "27.9.0"
2113-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
2114-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
2159+
eslint-plugin-jest@28.2.0:
2160+
version "28.2.0"
2161+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.2.0.tgz#863e2b2bda95eb41981ba9bcf4c44f57dce40a73"
2162+
integrity sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==
21152163
dependencies:
2116-
"@typescript-eslint/utils" "^5.10.0"
2164+
"@typescript-eslint/utils" "^6.0.0"
21172165

21182166
21192167
version "5.1.3"
@@ -3483,20 +3531,20 @@ mimic-fn@^4.0.0:
34833531
dependencies:
34843532
brace-expansion "^2.0.1"
34853533

3534+
[email protected], minimatch@^9.0.1, minimatch@~9.0.1:
3535+
version "9.0.3"
3536+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3537+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3538+
dependencies:
3539+
brace-expansion "^2.0.1"
3540+
34863541
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
34873542
version "3.1.2"
34883543
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
34893544
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
34903545
dependencies:
34913546
brace-expansion "^1.1.7"
34923547

3493-
minimatch@^9.0.1, minimatch@~9.0.1:
3494-
version "9.0.3"
3495-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3496-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3497-
dependencies:
3498-
brace-expansion "^2.0.1"
3499-
35003548
minimist@1:
35013549
version "1.2.8"
35023550
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)