Skip to content

Commit 3fe8ae3

Browse files
chore: update dependency eslint-plugin-jest to v24 (#2105)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 90d9fbb commit 3fe8ae3

File tree

2 files changed

+8
-31
lines changed

2 files changed

+8
-31
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint": "^7.0.0",
8787
"eslint-config-prettier": "^6.10.0",
8888
"eslint-plugin-import": "^2.20.1",
89-
"eslint-plugin-jest": "^23.6.0",
89+
"eslint-plugin-jest": "^24.0.0",
9090
"husky": "4.2.5",
9191
"jest": "25.1.0",
9292
"lerna": "^3.22.1",

yarn.lock

+7-30
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@
27132713
semver "^7.3.2"
27142714
tsutils "^3.17.1"
27152715

2716-
"@typescript-eslint/[email protected]":
2716+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
27172717
version "4.0.1"
27182718
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
27192719
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
@@ -2725,16 +2725,6 @@
27252725
eslint-scope "^5.0.0"
27262726
eslint-utils "^2.0.0"
27272727

2728-
"@typescript-eslint/experimental-utils@^2.5.0":
2729-
version "2.34.0"
2730-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2731-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2732-
dependencies:
2733-
"@types/json-schema" "^7.0.3"
2734-
"@typescript-eslint/typescript-estree" "2.34.0"
2735-
eslint-scope "^5.0.0"
2736-
eslint-utils "^2.0.0"
2737-
27382728
"@typescript-eslint/parser@^4.0.1":
27392729
version "4.0.1"
27402730
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
@@ -2758,19 +2748,6 @@
27582748
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
27592749
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
27602750

2761-
"@typescript-eslint/[email protected]":
2762-
version "2.34.0"
2763-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2764-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2765-
dependencies:
2766-
debug "^4.1.1"
2767-
eslint-visitor-keys "^1.1.0"
2768-
glob "^7.1.6"
2769-
is-glob "^4.0.1"
2770-
lodash "^4.17.15"
2771-
semver "^7.3.2"
2772-
tsutils "^3.17.1"
2773-
27742751
"@typescript-eslint/[email protected]":
27752752
version "4.0.1"
27762753
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
@@ -4987,12 +4964,12 @@ eslint-plugin-import@^2.20.1:
49874964
resolve "^1.17.0"
49884965
tsconfig-paths "^3.9.0"
49894966

4990-
eslint-plugin-jest@^23.6.0:
4991-
version "23.20.0"
4992-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
4993-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
4967+
eslint-plugin-jest@^24.0.0:
4968+
version "24.0.0"
4969+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.0.0.tgz#6b1c460c529104c7d16d889e76fe708b281c4d14"
4970+
integrity sha512-a0G7hSDbuBCW4PNT6MVpAyfnGbUDOqxzOyhR6wT2BIBnR7MhvfAqd6KKfsTjX+Z3gxzIHiEsihzdClU4cSc6qQ==
49944971
dependencies:
4995-
"@typescript-eslint/experimental-utils" "^2.5.0"
4972+
"@typescript-eslint/experimental-utils" "^4.0.1"
49964973

49974974
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
49984975
version "5.1.0"
@@ -5877,7 +5854,7 @@ [email protected]:
58775854
once "^1.3.0"
58785855
path-is-absolute "^1.0.0"
58795856

5880-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5857+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
58815858
version "7.1.6"
58825859
resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
58835860
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==

0 commit comments

Comments
 (0)