Skip to content

Commit c782051

Browse files
chore(deps): bump eslint-plugin-jest from 23.20.0 to 24.3.6
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.3.6. - [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@v23.20.0...v24.3.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28a0433 commit c782051

File tree

2 files changed

+10
-57
lines changed

2 files changed

+10
-57
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": "^23.1.1",
24+
"eslint-plugin-jest": "^24.3.6",
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: 9 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,6 @@
156156
"@nodelib/fs.scandir" "2.1.4"
157157
fastq "^1.6.0"
158158

159-
"@types/json-schema@^7.0.3":
160-
version "7.0.3"
161-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
162-
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
163-
164159
"@types/json-schema@^7.0.7":
165160
version "7.0.7"
166161
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
@@ -184,7 +179,7 @@
184179
semver "^7.3.5"
185180
tsutils "^3.21.0"
186181

187-
"@typescript-eslint/experimental-utils@4.28.0":
182+
"@typescript-eslint/experimental-utils@4.28.0", "@typescript-eslint/experimental-utils@^4.0.1":
188183
version "4.28.0"
189184
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.0.tgz#13167ed991320684bdc23588135ae62115b30ee0"
190185
integrity sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==
@@ -196,16 +191,6 @@
196191
eslint-scope "^5.1.1"
197192
eslint-utils "^3.0.0"
198193

199-
"@typescript-eslint/experimental-utils@^2.5.0":
200-
version "2.34.0"
201-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
202-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
203-
dependencies:
204-
"@types/json-schema" "^7.0.3"
205-
"@typescript-eslint/typescript-estree" "2.34.0"
206-
eslint-scope "^5.0.0"
207-
eslint-utils "^2.0.0"
208-
209194
"@typescript-eslint/parser@^4.15.0":
210195
version "4.26.0"
211196
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
@@ -242,19 +227,6 @@
242227
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
243228
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
244229

245-
"@typescript-eslint/typescript-estree@2.34.0":
246-
version "2.34.0"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
248-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
249-
dependencies:
250-
debug "^4.1.1"
251-
eslint-visitor-keys "^1.1.0"
252-
glob "^7.1.6"
253-
is-glob "^4.0.1"
254-
lodash "^4.17.15"
255-
semver "^7.3.2"
256-
tsutils "^3.17.1"
257-
258230
"@typescript-eslint/typescript-estree@4.26.0":
259231
version "4.26.0"
260232
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
@@ -511,7 +483,7 @@ debug@^2.6.9:
511483
dependencies:
512484
ms "2.0.0"
513485

514-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
486+
debug@^4.0.1, debug@^4.1.0, debug@^4.3.1:
515487
version "4.3.1"
516488
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
517489
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -698,12 +670,12 @@ eslint-plugin-import@^2.19.1:
698670
resolve "^1.17.0"
699671
tsconfig-paths "^3.9.0"
700672

701-
eslint-plugin-jest@^23.1.1:
702-
version "23.20.0"
703-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
704-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
673+
eslint-plugin-jest@^24.3.6:
674+
version "24.3.6"
675+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
676+
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
705677
dependencies:
706-
"@typescript-eslint/experimental-utils" "^2.5.0"
678+
"@typescript-eslint/experimental-utils" "^4.0.1"
707679

708680
eslint-plugin-prettier@^3.1.3:
709681
version "3.4.0"
@@ -790,13 +762,6 @@ eslint-utils@^1.4.3:
790762
dependencies:
791763
eslint-visitor-keys "^1.1.0"
792764

793-
eslint-utils@^2.0.0:
794-
version "2.0.0"
795-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
796-
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
797-
dependencies:
798-
eslint-visitor-keys "^1.1.0"
799-
800765
eslint-utils@^3.0.0:
801766
version "3.0.0"
802767
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -1063,18 +1028,6 @@ glob@^7.1.3:
10631028
once "^1.3.0"
10641029
path-is-absolute "^1.0.0"
10651030

1066-
glob@^7.1.6:
1067-
version "7.1.6"
1068-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1069-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
1070-
dependencies:
1071-
fs.realpath "^1.0.0"
1072-
inflight "^1.0.4"
1073-
inherits "2"
1074-
minimatch "^3.0.4"
1075-
once "^1.3.0"
1076-
path-is-absolute "^1.0.0"
1077-
10781031
globals@^11.1.0:
10791032
version "11.12.0"
10801033
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -1868,7 +1821,7 @@ semver@^6.1.2:
18681821
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
18691822
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
18701823

1871-
semver@^7.3.2, semver@^7.3.5:
1824+
semver@^7.3.5:
18721825
version "7.3.5"
18731826
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
18741827
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -2139,7 +2092,7 @@ tslib@^1.9.0:
21392092
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
21402093
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
21412094

2142-
tsutils@^3.17.1, tsutils@^3.21.0:
2095+
tsutils@^3.21.0:
21432096
version "3.21.0"
21442097
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
21452098
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)