Skip to content

Commit 6b59674

Browse files
chore(deps): bump eslint-plugin-jest from 24.7.0 to 25.0.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 25.0.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v24.7.0...v25.0.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a910dc2 commit 6b59674

File tree

2 files changed

+58
-7
lines changed

2 files changed

+58
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^6.10.1",
2222
"eslint-plugin-flowtype": "^4.5.2",
2323
"eslint-plugin-import": "^2.19.1",
24-
"eslint-plugin-jest": "^24.3.6",
24+
"eslint-plugin-jest": "^25.0.5",
2525
"eslint-plugin-prettier": "^3.1.3",
2626
"eslint-plugin-promise": "^4.2.1",
2727
"eslint-plugin-react": "^7.17.0",

yarn.lock

Lines changed: 57 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
semver "^7.3.5"
181181
tsutils "^3.21.0"
182182

183-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
183+
"@typescript-eslint/[email protected]":
184184
version "4.33.0"
185185
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
186186
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
@@ -192,6 +192,18 @@
192192
eslint-scope "^5.1.1"
193193
eslint-utils "^3.0.0"
194194

195+
"@typescript-eslint/experimental-utils@^5.0.0":
196+
version "5.0.0"
197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
198+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
199+
dependencies:
200+
"@types/json-schema" "^7.0.7"
201+
"@typescript-eslint/scope-manager" "5.0.0"
202+
"@typescript-eslint/types" "5.0.0"
203+
"@typescript-eslint/typescript-estree" "5.0.0"
204+
eslint-scope "^5.1.1"
205+
eslint-utils "^3.0.0"
206+
195207
"@typescript-eslint/parser@^4.15.0":
196208
version "4.33.0"
197209
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
@@ -210,11 +222,24 @@
210222
"@typescript-eslint/types" "4.33.0"
211223
"@typescript-eslint/visitor-keys" "4.33.0"
212224

225+
"@typescript-eslint/[email protected]":
226+
version "5.0.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
228+
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==
229+
dependencies:
230+
"@typescript-eslint/types" "5.0.0"
231+
"@typescript-eslint/visitor-keys" "5.0.0"
232+
213233
"@typescript-eslint/[email protected]":
214234
version "4.33.0"
215235
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
216236
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
217237

238+
"@typescript-eslint/[email protected]":
239+
version "5.0.0"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
241+
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
242+
218243
"@typescript-eslint/[email protected]":
219244
version "4.33.0"
220245
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -228,6 +253,19 @@
228253
semver "^7.3.5"
229254
tsutils "^3.21.0"
230255

256+
"@typescript-eslint/[email protected]":
257+
version "5.0.0"
258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
259+
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==
260+
dependencies:
261+
"@typescript-eslint/types" "5.0.0"
262+
"@typescript-eslint/visitor-keys" "5.0.0"
263+
debug "^4.3.1"
264+
globby "^11.0.3"
265+
is-glob "^4.0.1"
266+
semver "^7.3.5"
267+
tsutils "^3.21.0"
268+
231269
"@typescript-eslint/[email protected]":
232270
version "4.33.0"
233271
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -236,6 +274,14 @@
236274
"@typescript-eslint/types" "4.33.0"
237275
eslint-visitor-keys "^2.0.0"
238276

277+
"@typescript-eslint/[email protected]":
278+
version "5.0.0"
279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
280+
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==
281+
dependencies:
282+
"@typescript-eslint/types" "5.0.0"
283+
eslint-visitor-keys "^3.0.0"
284+
239285
acorn-jsx@^5.1.0:
240286
version "5.1.0"
241287
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
@@ -591,12 +637,12 @@ eslint-plugin-import@^2.19.1:
591637
resolve "^1.20.0"
592638
tsconfig-paths "^3.11.0"
593639

594-
eslint-plugin-jest@^24.3.6:
595-
version "24.7.0"
596-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
597-
integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
640+
eslint-plugin-jest@^25.0.5:
641+
version "25.0.5"
642+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca"
643+
integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg==
598644
dependencies:
599-
"@typescript-eslint/experimental-utils" "^4.0.1"
645+
"@typescript-eslint/experimental-utils" "^5.0.0"
600646

601647
eslint-plugin-prettier@^3.1.3:
602648
version "3.4.1"
@@ -702,6 +748,11 @@ eslint-visitor-keys@^2.0.0:
702748
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
703749
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
704750

751+
eslint-visitor-keys@^3.0.0:
752+
version "3.0.0"
753+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
754+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
755+
705756
eslint@^6.7.2:
706757
version "6.8.0"
707758
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)