Skip to content

Commit a411fed

Browse files
committed
feat(deps): upgrade eslint-plugin-jest to 23
1 parent dbb2516 commit a411fed

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-config-kentcdodds": "^14.8.0",
8181
"eslint-config-prettier": "^6.10.0",
8282
"eslint-plugin-import": "^2.20.0",
83-
"eslint-plugin-jest": "^22.15.0",
83+
"eslint-plugin-jest": "^23.18.0",
8484
"eslint-plugin-jsx-a11y": "^6.2.3",
8585
"eslint-plugin-prettier": "^3.1.2",
8686
"eslint-plugin-react": "^7.19.0",

yarn.lock

+2-36
Original file line numberDiff line numberDiff line change
@@ -1758,15 +1758,6 @@
17581758
eslint-scope "^5.0.0"
17591759
eslint-utils "^2.0.0"
17601760

1761-
"@typescript-eslint/experimental-utils@^1.13.0":
1762-
version "1.13.0"
1763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1764-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1765-
dependencies:
1766-
"@types/json-schema" "^7.0.3"
1767-
"@typescript-eslint/typescript-estree" "1.13.0"
1768-
eslint-scope "^4.0.0"
1769-
17701761
"@typescript-eslint/parser@^2.24.0", "@typescript-eslint/parser@^2.25.0":
17711762
version "2.34.0"
17721763
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
@@ -1777,14 +1768,6 @@
17771768
"@typescript-eslint/typescript-estree" "2.34.0"
17781769
eslint-visitor-keys "^1.1.0"
17791770

1780-
"@typescript-eslint/typescript-estree@1.13.0":
1781-
version "1.13.0"
1782-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1783-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1784-
dependencies:
1785-
lodash.unescape "4.0.1"
1786-
semver "5.5.0"
1787-
17881771
"@typescript-eslint/typescript-estree@2.34.0":
17891772
version "2.34.0"
17901773
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -4122,14 +4105,7 @@ eslint-plugin-jest-dom@^2.1.0:
41224105
dependencies:
41234106
requireindex "~1.2.0"
41244107

4125-
eslint-plugin-jest@^22.15.0:
4126-
version "22.21.0"
4127-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4128-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4129-
dependencies:
4130-
"@typescript-eslint/experimental-utils" "^1.13.0"
4131-
4132-
eslint-plugin-jest@^23.17.1:
4108+
eslint-plugin-jest@^23.17.1, eslint-plugin-jest@^23.18.0:
41334109
version "23.18.0"
41344110
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.18.0.tgz#4813eacb181820ed13c5505f400956d176b25af8"
41354111
integrity sha512-wLPM/Rm1SGhxrFQ2TKM/BYsYPhn7ch6ZEK92S2o/vGkAAnDXM0I4nTIo745RIX+VlCRMFgBuJEax6XfTHMdeKg==
@@ -4199,7 +4175,7 @@ eslint-rule-composer@^0.3.0:
41994175
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
42004176
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
42014177

4202-
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
4178+
eslint-scope@^4.0.3:
42034179
version "4.0.3"
42044180
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
42054181
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
@@ -6620,11 +6596,6 @@ lodash.templatesettings@^4.0.0:
66206596
dependencies:
66216597
lodash._reinterpolate "^3.0.0"
66226598

6623-
lodash.unescape@4.0.1:
6624-
version "4.0.1"
6625-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
6626-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
6627-
66286599
lodash@4.17.15, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.2.1, lodash@^4.5.1:
66296600
version "4.17.15"
66306601
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -8397,11 +8368,6 @@ semver-regex@^2.0.0:
83978368
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
83988369
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
83998370

8400-
semver@5.5.0:
8401-
version "5.5.0"
8402-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8403-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8404-
84058371
semver@6.3.0, semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
84068372
version "6.3.0"
84078373
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)