Skip to content

Commit 5ad6e80

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.22.0
1 parent 88ef57c commit 5ad6e80

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-import": "2.22.1",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.3.1",
59-
"eslint-plugin-react": "7.20.3",
59+
"eslint-plugin-react": "7.22.0",
6060
"esm": "3.2.25",
6161
"expect": "24.9.0",
6262
"flow-bin": "0.119.1",

yarn.lock

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,17 @@ array-includes@^3.1.1:
20632063
es-abstract "^1.17.0"
20642064
is-string "^1.0.5"
20652065

2066+
array-includes@^3.1.2:
2067+
version "3.1.3"
2068+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
2069+
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
2070+
dependencies:
2071+
call-bind "^1.0.2"
2072+
define-properties "^1.1.3"
2073+
es-abstract "^1.18.0-next.2"
2074+
get-intrinsic "^1.1.1"
2075+
is-string "^1.0.5"
2076+
20662077
array-unique@^0.2.1:
20672078
version "0.2.1"
20682079
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
@@ -3880,7 +3891,7 @@ es-abstract@^1.17.5:
38803891
string.prototype.trimend "^1.0.1"
38813892
string.prototype.trimstart "^1.0.1"
38823893

3883-
es-abstract@^1.18.0-next.1:
3894+
es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
38843895
version "1.18.0-next.2"
38853896
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.2.tgz#088101a55f0541f595e7e057199e27ddc8f3a5c2"
38863897
integrity sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==
@@ -4008,21 +4019,21 @@ [email protected]:
40084019
dependencies:
40094020
prettier-linter-helpers "^1.0.0"
40104021

4011-
eslint-plugin-react@7.20.3:
4012-
version "7.20.3"
4013-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1"
4014-
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==
4022+
eslint-plugin-react@7.22.0:
4023+
version "7.22.0"
4024+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
4025+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
40154026
dependencies:
40164027
array-includes "^3.1.1"
40174028
array.prototype.flatmap "^1.2.3"
40184029
doctrine "^2.1.0"
40194030
has "^1.0.3"
4020-
jsx-ast-utils "^2.4.1"
4031+
jsx-ast-utils "^2.4.1 || ^3.0.0"
40214032
object.entries "^1.1.2"
40224033
object.fromentries "^2.0.2"
40234034
object.values "^1.1.1"
40244035
prop-types "^15.7.2"
4025-
resolve "^1.17.0"
4036+
resolve "^1.18.1"
40264037
string.prototype.matchall "^4.0.2"
40274038

40284039
eslint-scope@^4.0.0:
@@ -4587,7 +4598,7 @@ get-caller-file@^2.0.1:
45874598
version "2.0.1"
45884599
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.1.tgz#25835260d3a2b9665fcdbb08cb039a7bbf7011c0"
45894600

4590-
get-intrinsic@^1.0.2:
4601+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
45914602
version "1.1.1"
45924603
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
45934604
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -5281,6 +5292,13 @@ is-ci@^2.0.0:
52815292
dependencies:
52825293
ci-info "^2.0.0"
52835294

5295+
is-core-module@^2.2.0:
5296+
version "2.2.0"
5297+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
5298+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
5299+
dependencies:
5300+
has "^1.0.3"
5301+
52845302
is-data-descriptor@^0.1.4:
52855303
version "0.1.4"
52865304
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -6213,13 +6231,13 @@ jsprim@^1.2.2:
62136231
json-schema "0.2.3"
62146232
verror "1.10.0"
62156233

6216-
jsx-ast-utils@^2.4.1:
6217-
version "2.4.1"
6218-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
6219-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
6234+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
6235+
version "3.2.0"
6236+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
6237+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
62206238
dependencies:
6221-
array-includes "^3.1.1"
6222-
object.assign "^4.1.0"
6239+
array-includes "^3.1.2"
6240+
object.assign "^4.1.2"
62236241

62246242
kefir@^3.7.3:
62256243
version "3.7.4"
@@ -8430,6 +8448,14 @@ resolve@^1.11.1, resolve@^1.12.0:
84308448
dependencies:
84318449
path-parse "^1.0.6"
84328450

8451+
resolve@^1.18.1:
8452+
version "1.20.0"
8453+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
8454+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
8455+
dependencies:
8456+
is-core-module "^2.2.0"
8457+
path-parse "^1.0.6"
8458+
84338459
restore-cursor@^3.1.0:
84348460
version "3.1.0"
84358461
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"

0 commit comments

Comments
 (0)