Skip to content

Commit bb1eff9

Browse files
committed
chore(deps): update dependency eslint-plugin-jest to v23
1 parent a62c5fd commit bb1eff9

File tree

2 files changed

+48
-32
lines changed

2 files changed

+48
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-algolia": "14.0.1",
5252
"eslint-config-prettier": "6.15.0",
5353
"eslint-plugin-import": "2.24.2",
54-
"eslint-plugin-jest": "22.21.0",
54+
"eslint-plugin-jest": "23.20.0",
5555
"eslint-plugin-prettier": "3.4.1",
5656
"eslint-plugin-react": "7.26.1",
5757
"esm": "3.2.25",

yarn.lock

Lines changed: 47 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,20 +2083,28 @@
20832083
dependencies:
20842084
"@types/yargs-parser" "*"
20852085

2086-
"@typescript-eslint/experimental-utils@^1.13.0":
2087-
version "1.13.0"
2088-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2086+
"@typescript-eslint/experimental-utils@^2.5.0":
2087+
version "2.34.0"
2088+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2089+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
20892090
dependencies:
20902091
"@types/json-schema" "^7.0.3"
2091-
"@typescript-eslint/typescript-estree" "1.13.0"
2092-
eslint-scope "^4.0.0"
2092+
"@typescript-eslint/typescript-estree" "2.34.0"
2093+
eslint-scope "^5.0.0"
2094+
eslint-utils "^2.0.0"
20932095

2094-
"@typescript-eslint/[email protected]":
2095-
version "1.13.0"
2096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2096+
"@typescript-eslint/[email protected]":
2097+
version "2.34.0"
2098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2099+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
20972100
dependencies:
2098-
lodash.unescape "4.0.1"
2099-
semver "5.5.0"
2101+
debug "^4.1.1"
2102+
eslint-visitor-keys "^1.1.0"
2103+
glob "^7.1.6"
2104+
is-glob "^4.0.1"
2105+
lodash "^4.17.15"
2106+
semver "^7.3.2"
2107+
tsutils "^3.17.1"
21002108

21012109
JSONStream@^1.0.4:
21022110
version "1.3.1"
@@ -4558,12 +4566,12 @@ [email protected]:
45584566
resolve "^1.20.0"
45594567
tsconfig-paths "^3.11.0"
45604568

4561-
eslint-plugin-jest@22.21.0:
4562-
version "22.21.0"
4563-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4564-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4569+
eslint-plugin-jest@23.20.0:
4570+
version "23.20.0"
4571+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
4572+
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
45654573
dependencies:
4566-
"@typescript-eslint/experimental-utils" "^1.13.0"
4574+
"@typescript-eslint/experimental-utils" "^2.5.0"
45674575

45684576
45694577
version "3.4.1"
@@ -4592,13 +4600,6 @@ [email protected]:
45924600
semver "^6.3.0"
45934601
string.prototype.matchall "^4.0.5"
45944602

4595-
eslint-scope@^4.0.0:
4596-
version "4.0.3"
4597-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4598-
dependencies:
4599-
esrecurse "^4.1.0"
4600-
estraverse "^4.1.1"
4601-
46024603
eslint-scope@^5.0.0:
46034604
version "5.0.0"
46044605
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
@@ -4614,6 +4615,13 @@ eslint-utils@^1.4.3:
46144615
dependencies:
46154616
eslint-visitor-keys "^1.1.0"
46164617

4618+
eslint-utils@^2.0.0:
4619+
version "2.1.0"
4620+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4621+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4622+
dependencies:
4623+
eslint-visitor-keys "^1.1.0"
4624+
46174625
eslint-visitor-keys@^1.0.0:
46184626
version "1.0.0"
46194627
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
@@ -5348,7 +5356,7 @@ glob@^7.1.3:
53485356
once "^1.3.0"
53495357
path-is-absolute "^1.0.0"
53505358

5351-
glob@^7.1.4:
5359+
glob@^7.1.4, glob@^7.1.6:
53525360
version "7.2.0"
53535361
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
53545362
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -7297,10 +7305,6 @@ lodash.toarray@^4.4.0:
72977305
version "4.4.0"
72987306
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
72997307

7300-
7301-
version "4.0.1"
7302-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7303-
73047308
[email protected], lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
73057309
version "4.17.15"
73067310
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -9433,10 +9437,6 @@ semver-diff@^3.1.1:
94339437
version "5.4.1"
94349438
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
94359439

9436-
[email protected], semver@^5.4.1, semver@^5.5.0:
9437-
version "5.5.0"
9438-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9439-
94409440
[email protected], semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
94419441
version "6.3.0"
94429442
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -9447,6 +9447,10 @@ [email protected]:
94479447
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
94489448
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
94499449

9450+
semver@^5.4.1, semver@^5.5.0:
9451+
version "5.5.0"
9452+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9453+
94509454
semver@^5.6.0:
94519455
version "5.6.0"
94529456
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
@@ -10341,10 +10345,22 @@ tsconfig-paths@^3.11.0:
1034110345
minimist "^1.2.0"
1034210346
strip-bom "^3.0.0"
1034310347

10348+
tslib@^1.8.1:
10349+
version "1.14.1"
10350+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
10351+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
10352+
1034410353
tslib@^1.9.0:
1034510354
version "1.9.1"
1034610355
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
1034710356

10357+
tsutils@^3.17.1:
10358+
version "3.21.0"
10359+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
10360+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
10361+
dependencies:
10362+
tslib "^1.8.1"
10363+
1034810364
type-check@~0.3.2:
1034910365
version "0.3.2"
1035010366
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"

0 commit comments

Comments
 (0)