Skip to content

Commit c051a3d

Browse files
chore(deps): update dependency eslint-plugin-jest to v26 (#30)
1 parent 5b43133 commit c051a3d

File tree

2 files changed

+75
-12
lines changed

2 files changed

+75
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint": "^6.8.0",
6868
"eslint-config-prettier": "^6.5.0",
6969
"eslint-plugin-import": "^2.18.2",
70-
"eslint-plugin-jest": "^23.0.3",
70+
"eslint-plugin-jest": "^26.0.0",
7171
"eslint-plugin-node": "^11.1.0",
7272
"eslint-plugin-prettier": "^3.1.1",
7373
"eslint-plugin-react": "^7.16.0",

yarn.lock

Lines changed: 74 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
jest-diff "^25.2.1"
11431143
pretty-format "^25.2.1"
11441144

1145-
"@types/json-schema@^7.0.3":
1145+
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.9":
11461146
version "7.0.9"
11471147
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
11481148
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1238,7 +1238,7 @@
12381238
regexpp "^3.0.0"
12391239
tsutils "^3.17.1"
12401240

1241-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
1241+
"@typescript-eslint/[email protected]":
12421242
version "2.34.0"
12431243
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
12441244
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
@@ -1258,6 +1258,19 @@
12581258
"@typescript-eslint/typescript-estree" "2.34.0"
12591259
eslint-visitor-keys "^1.1.0"
12601260

1261+
"@typescript-eslint/[email protected]":
1262+
version "5.12.1"
1263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
1264+
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
1265+
dependencies:
1266+
"@typescript-eslint/types" "5.12.1"
1267+
"@typescript-eslint/visitor-keys" "5.12.1"
1268+
1269+
"@typescript-eslint/[email protected]":
1270+
version "5.12.1"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
1272+
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
1273+
12611274
"@typescript-eslint/[email protected]":
12621275
version "2.34.0"
12631276
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -1271,6 +1284,39 @@
12711284
semver "^7.3.2"
12721285
tsutils "^3.17.1"
12731286

1287+
"@typescript-eslint/[email protected]":
1288+
version "5.12.1"
1289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
1290+
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
1291+
dependencies:
1292+
"@typescript-eslint/types" "5.12.1"
1293+
"@typescript-eslint/visitor-keys" "5.12.1"
1294+
debug "^4.3.2"
1295+
globby "^11.0.4"
1296+
is-glob "^4.0.3"
1297+
semver "^7.3.5"
1298+
tsutils "^3.21.0"
1299+
1300+
"@typescript-eslint/utils@^5.10.0":
1301+
version "5.12.1"
1302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
1303+
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
1304+
dependencies:
1305+
"@types/json-schema" "^7.0.9"
1306+
"@typescript-eslint/scope-manager" "5.12.1"
1307+
"@typescript-eslint/types" "5.12.1"
1308+
"@typescript-eslint/typescript-estree" "5.12.1"
1309+
eslint-scope "^5.1.1"
1310+
eslint-utils "^3.0.0"
1311+
1312+
"@typescript-eslint/[email protected]":
1313+
version "5.12.1"
1314+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
1315+
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
1316+
dependencies:
1317+
"@typescript-eslint/types" "5.12.1"
1318+
eslint-visitor-keys "^3.0.0"
1319+
12741320
"@yarnpkg/lockfile@^1.1.0":
12751321
version "1.1.0"
12761322
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -2343,7 +2389,7 @@ dateformat@^3.0.0:
23432389
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
23442390
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
23452391

2346-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
2392+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2:
23472393
version "4.3.3"
23482394
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
23492395
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -2738,12 +2784,12 @@ eslint-plugin-import@^2.18.2:
27382784
resolve "^1.20.0"
27392785
tsconfig-paths "^3.12.0"
27402786

2741-
eslint-plugin-jest@^23.0.3:
2742-
version "23.20.0"
2743-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
2744-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
2787+
eslint-plugin-jest@^26.0.0:
2788+
version "26.1.1"
2789+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.1.tgz#7176dd745ef8bca3070263f62cdf112f2dfc9aa1"
2790+
integrity sha512-HRKOuPi5ADhza4ZBK5ufyNXy28bXXkib87w+pQqdvBhSTsamndh6sIAKPAUl8y0/n9jSWBdTPslrwtKWqkp8dA==
27452791
dependencies:
2746-
"@typescript-eslint/experimental-utils" "^2.5.0"
2792+
"@typescript-eslint/utils" "^5.10.0"
27472793

27482794
eslint-plugin-node@^11.1.0:
27492795
version "11.1.0"
@@ -2789,7 +2835,7 @@ eslint-plugin-react@^7.16.0:
27892835
semver "^6.3.0"
27902836
string.prototype.matchall "^4.0.6"
27912837

2792-
eslint-scope@^5.0.0:
2838+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
27932839
version "5.1.1"
27942840
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
27952841
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2811,11 +2857,28 @@ eslint-utils@^2.0.0:
28112857
dependencies:
28122858
eslint-visitor-keys "^1.1.0"
28132859

2860+
eslint-utils@^3.0.0:
2861+
version "3.0.0"
2862+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2863+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2864+
dependencies:
2865+
eslint-visitor-keys "^2.0.0"
2866+
28142867
eslint-visitor-keys@^1.1.0:
28152868
version "1.3.0"
28162869
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
28172870
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
28182871

2872+
eslint-visitor-keys@^2.0.0:
2873+
version "2.1.0"
2874+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2875+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2876+
2877+
eslint-visitor-keys@^3.0.0:
2878+
version "3.3.0"
2879+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
2880+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
2881+
28192882
eslint@^6.8.0:
28202883
version "6.8.0"
28212884
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3393,7 +3456,7 @@ globals@^12.1.0:
33933456
dependencies:
33943457
type-fest "^0.8.1"
33953458

3396-
globby@^11.0.0, globby@^11.0.1:
3459+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4:
33973460
version "11.1.0"
33983461
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
33993462
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7466,7 +7529,7 @@ tslib@^2.1.0:
74667529
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
74677530
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
74687531

7469-
tsutils@^3.17.1:
7532+
tsutils@^3.17.1, tsutils@^3.21.0:
74707533
version "3.21.0"
74717534
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
74727535
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)