Skip to content

Commit 28349d6

Browse files
authored
Merge pull request #4 from alex-cory/greenkeeper/eslint-plugin-jest-23.0.3
Update eslint-plugin-jest to the latest version 🚀
2 parents fff72ef + 76ebc34 commit 28349d6

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@typescript-eslint/eslint-plugin": "^2.2.0",
4545
"@typescript-eslint/parser": "^2.2.0",
4646
"eslint": "^6.3.0",
47-
"eslint-plugin-jest": "^22.17.0",
47+
"eslint-plugin-jest": "^23.0.3",
4848
"eslint-plugin-prettier": "^3.1.0",
4949
"eslint-plugin-react": "^7.14.3",
5050
"jest": "^24.7.1",

yarn.lock

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,14 +1080,14 @@
10801080
"@typescript-eslint/typescript-estree" "2.6.0"
10811081
eslint-scope "^5.0.0"
10821082

1083-
"@typescript-eslint/experimental-utils@^1.13.0":
1084-
version "1.13.0"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1086-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1083+
"@typescript-eslint/experimental-utils@^2.5.0":
1084+
version "2.6.1"
1085+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
1086+
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
10871087
dependencies:
10881088
"@types/json-schema" "^7.0.3"
1089-
"@typescript-eslint/typescript-estree" "1.13.0"
1090-
eslint-scope "^4.0.0"
1089+
"@typescript-eslint/typescript-estree" "2.6.1"
1090+
eslint-scope "^5.0.0"
10911091

10921092
"@typescript-eslint/parser@^2.2.0":
10931093
version "2.6.0"
@@ -1099,14 +1099,6 @@
10991099
"@typescript-eslint/typescript-estree" "2.6.0"
11001100
eslint-visitor-keys "^1.1.0"
11011101

1102-
"@typescript-eslint/[email protected]":
1103-
version "1.13.0"
1104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1105-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1106-
dependencies:
1107-
lodash.unescape "4.0.1"
1108-
semver "5.5.0"
1109-
11101102
"@typescript-eslint/[email protected]":
11111103
version "2.6.0"
11121104
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.0.tgz#d3e9d8e001492e2b9124c4d4bd4e7f03c0fd7254"
@@ -1118,6 +1110,18 @@
11181110
lodash.unescape "4.0.1"
11191111
semver "^6.3.0"
11201112

1113+
"@typescript-eslint/[email protected]":
1114+
version "2.6.1"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
1116+
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
1117+
dependencies:
1118+
debug "^4.1.1"
1119+
glob "^7.1.4"
1120+
is-glob "^4.0.1"
1121+
lodash.unescape "4.0.1"
1122+
semver "^6.3.0"
1123+
tsutils "^3.17.1"
1124+
11211125
abab@^2.0.0:
11221126
version "2.0.2"
11231127
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"
@@ -2656,12 +2660,12 @@ eslint-plugin-compat@^3.3.0:
26562660
mdn-browser-compat-data "^0.0.84"
26572661
semver "^6.1.2"
26582662

2659-
eslint-plugin-jest@^22.17.0:
2660-
version "22.21.0"
2661-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
2662-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
2663+
eslint-plugin-jest@^23.0.3:
2664+
version "23.0.3"
2665+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.3.tgz#d3f157f7791f97713372c13259ba1dfc436eb4c1"
2666+
integrity sha512-9cNxr66zeOyz1S9AkQL4/ouilR6QHpYj8vKOQZ60fu9hAt5PJWS4KqWqfr1aqN5NFEZSPjFOla2Azn+KTWiGwg==
26632667
dependencies:
2664-
"@typescript-eslint/experimental-utils" "^1.13.0"
2668+
"@typescript-eslint/experimental-utils" "^2.5.0"
26652669

26662670
eslint-plugin-prettier@^3.1.0:
26672671
version "3.1.1"
@@ -2685,14 +2689,6 @@ eslint-plugin-react@^7.14.3:
26852689
prop-types "^15.7.2"
26862690
resolve "^1.12.0"
26872691

2688-
eslint-scope@^4.0.0:
2689-
version "4.0.3"
2690-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2691-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
2692-
dependencies:
2693-
esrecurse "^4.1.0"
2694-
estraverse "^4.1.1"
2695-
26962692
eslint-scope@^5.0.0:
26972693
version "5.0.0"
26982694
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
@@ -6297,11 +6293,6 @@ scheduler@^0.17.0:
62976293
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
62986294
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
62996295

6300-
6301-
version "5.5.0"
6302-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
6303-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
6304-
63056296
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
63066297
version "6.3.0"
63076298
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)