Skip to content

Commit beb31e7

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

File tree

2 files changed

+48
-32
lines changed

2 files changed

+48
-32
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-algolia": "14.0.1",
5555
"eslint-config-prettier": "6.15.0",
5656
"eslint-plugin-import": "2.25.4",
57-
"eslint-plugin-jest": "22.21.0",
57+
"eslint-plugin-jest": "23.20.0",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.28.0",
6060
"esm": "3.2.25",

yarn.lock

+47-31
Original file line numberDiff line numberDiff line change
@@ -2466,20 +2466,28 @@
24662466
dependencies:
24672467
"@types/yargs-parser" "*"
24682468

2469-
"@typescript-eslint/experimental-utils@^1.13.0":
2470-
version "1.13.0"
2471-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2469+
"@typescript-eslint/experimental-utils@^2.5.0":
2470+
version "2.34.0"
2471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2472+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
24722473
dependencies:
24732474
"@types/json-schema" "^7.0.3"
2474-
"@typescript-eslint/typescript-estree" "1.13.0"
2475-
eslint-scope "^4.0.0"
2475+
"@typescript-eslint/typescript-estree" "2.34.0"
2476+
eslint-scope "^5.0.0"
2477+
eslint-utils "^2.0.0"
24762478

2477-
"@typescript-eslint/[email protected]":
2478-
version "1.13.0"
2479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2479+
"@typescript-eslint/[email protected]":
2480+
version "2.34.0"
2481+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2482+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
24802483
dependencies:
2481-
lodash.unescape "4.0.1"
2482-
semver "5.5.0"
2484+
debug "^4.1.1"
2485+
eslint-visitor-keys "^1.1.0"
2486+
glob "^7.1.6"
2487+
is-glob "^4.0.1"
2488+
lodash "^4.17.15"
2489+
semver "^7.3.2"
2490+
tsutils "^3.17.1"
24832491

24842492
JSONStream@^1.0.4:
24852493
version "1.3.1"
@@ -4971,12 +4979,12 @@ [email protected]:
49714979
resolve "^1.20.0"
49724980
tsconfig-paths "^3.12.0"
49734981

4974-
eslint-plugin-jest@22.21.0:
4975-
version "22.21.0"
4976-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4977-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4982+
eslint-plugin-jest@23.20.0:
4983+
version "23.20.0"
4984+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
4985+
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
49784986
dependencies:
4979-
"@typescript-eslint/experimental-utils" "^1.13.0"
4987+
"@typescript-eslint/experimental-utils" "^2.5.0"
49804988

49814989
49824990
version "3.4.1"
@@ -5005,13 +5013,6 @@ [email protected]:
50055013
semver "^6.3.0"
50065014
string.prototype.matchall "^4.0.6"
50075015

5008-
eslint-scope@^4.0.0:
5009-
version "4.0.3"
5010-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
5011-
dependencies:
5012-
esrecurse "^4.1.0"
5013-
estraverse "^4.1.1"
5014-
50155016
eslint-scope@^5.0.0:
50165017
version "5.0.0"
50175018
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
@@ -5027,6 +5028,13 @@ eslint-utils@^1.4.3:
50275028
dependencies:
50285029
eslint-visitor-keys "^1.1.0"
50295030

5031+
eslint-utils@^2.0.0:
5032+
version "2.1.0"
5033+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
5034+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
5035+
dependencies:
5036+
eslint-visitor-keys "^1.1.0"
5037+
50305038
eslint-visitor-keys@^1.0.0:
50315039
version "1.0.0"
50325040
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
@@ -5764,7 +5772,7 @@ glob@^7.1.3:
57645772
once "^1.3.0"
57655773
path-is-absolute "^1.0.0"
57665774

5767-
glob@^7.1.4:
5775+
glob@^7.1.4, glob@^7.1.6:
57685776
version "7.2.0"
57695777
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
57705778
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -7718,10 +7726,6 @@ lodash.toarray@^4.4.0:
77187726
version "4.4.0"
77197727
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
77207728

7721-
7722-
version "4.0.1"
7723-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7724-
77257729
[email protected], lodash@^4.7.0:
77267730
version "4.17.21"
77277731
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -9864,10 +9868,6 @@ semver-diff@^3.1.1:
98649868
version "5.4.1"
98659869
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
98669870

9867-
[email protected], semver@^5.4.1, semver@^5.5.0:
9868-
version "5.5.0"
9869-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9870-
98719871
[email protected], semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
98729872
version "6.3.0"
98739873
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -9878,6 +9878,10 @@ [email protected]:
98789878
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
98799879
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
98809880

9881+
semver@^5.4.1, semver@^5.5.0:
9882+
version "5.5.0"
9883+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9884+
98819885
semver@^5.6.0:
98829886
version "5.6.0"
98839887
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
@@ -10777,10 +10781,22 @@ tsconfig-paths@^3.12.0:
1077710781
minimist "^1.2.0"
1077810782
strip-bom "^3.0.0"
1077910783

10784+
tslib@^1.8.1:
10785+
version "1.14.1"
10786+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
10787+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
10788+
1078010789
tslib@^1.9.0:
1078110790
version "1.9.1"
1078210791
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
1078310792

10793+
tsutils@^3.17.1:
10794+
version "3.21.0"
10795+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
10796+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
10797+
dependencies:
10798+
tslib "^1.8.1"
10799+
1078410800
type-check@~0.3.2:
1078510801
version "0.3.2"
1078610802
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"

0 commit comments

Comments
 (0)