Skip to content

Commit 15d0077

Browse files
feat(deps): bump eslint-plugin-react from 7.21.3 to 7.22.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.3 to 7.22.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.21.3...v7.22.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6103fa5 commit 15d0077

File tree

2 files changed

+107
-33
lines changed

2 files changed

+107
-33
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-jest": "^24.0.1",
7373
"eslint-plugin-jsx-a11y": "^6.2.3",
7474
"eslint-plugin-prettier": "^3.1.2",
75-
"eslint-plugin-react": "^7.21.2",
75+
"eslint-plugin-react": "^7.22.0",
7676
"eslint-plugin-react-hooks": "^4.1.2",
7777
"glob": "^7.1.6",
7878
"husky": "^4.3.8",

yarn.lock

+106-32
Original file line numberDiff line numberDiff line change
@@ -2046,13 +2046,15 @@ array-ify@^1.0.0:
20462046
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
20472047
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
20482048

2049-
array-includes@^3.1.1:
2050-
version "3.1.1"
2051-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
2052-
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
2049+
array-includes@^3.1.1, array-includes@^3.1.2:
2050+
version "3.1.2"
2051+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8"
2052+
integrity sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==
20532053
dependencies:
2054+
call-bind "^1.0.0"
20542055
define-properties "^1.1.3"
2055-
es-abstract "^1.17.0"
2056+
es-abstract "^1.18.0-next.1"
2057+
get-intrinsic "^1.0.1"
20562058
is-string "^1.0.5"
20572059

20582060
array-union@^2.1.0:
@@ -2565,6 +2567,14 @@ [email protected]:
25652567
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
25662568
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
25672569

2570+
call-bind@^1.0.0, call-bind@^1.0.2:
2571+
version "1.0.2"
2572+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
2573+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
2574+
dependencies:
2575+
function-bind "^1.1.1"
2576+
get-intrinsic "^1.0.2"
2577+
25682578
callsites@^3.0.0:
25692579
version "3.1.0"
25702580
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -3599,6 +3609,26 @@ es-abstract@^1.18.0-next.0:
35993609
string.prototype.trimend "^1.0.1"
36003610
string.prototype.trimstart "^1.0.1"
36013611

3612+
es-abstract@^1.18.0-next.1:
3613+
version "1.18.0-next.2"
3614+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.2.tgz#088101a55f0541f595e7e057199e27ddc8f3a5c2"
3615+
integrity sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==
3616+
dependencies:
3617+
call-bind "^1.0.2"
3618+
es-to-primitive "^1.2.1"
3619+
function-bind "^1.1.1"
3620+
get-intrinsic "^1.0.2"
3621+
has "^1.0.3"
3622+
has-symbols "^1.0.1"
3623+
is-callable "^1.2.2"
3624+
is-negative-zero "^2.0.1"
3625+
is-regex "^1.1.1"
3626+
object-inspect "^1.9.0"
3627+
object-keys "^1.1.1"
3628+
object.assign "^4.1.2"
3629+
string.prototype.trimend "^1.0.3"
3630+
string.prototype.trimstart "^1.0.3"
3631+
36023632
es-to-primitive@^1.2.1:
36033633
version "1.2.1"
36043634
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3824,38 +3854,21 @@ eslint-plugin-react-hooks@^4.1.2:
38243854
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
38253855
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
38263856

3827-
eslint-plugin-react@^7.20.6:
3828-
version "7.21.2"
3829-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz#3bd5d2c4c36d5a0428d0d6dda301ac9a84d681b2"
3830-
integrity sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==
3857+
eslint-plugin-react@^7.20.6, eslint-plugin-react@^7.22.0:
3858+
version "7.22.0"
3859+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
3860+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
38313861
dependencies:
38323862
array-includes "^3.1.1"
38333863
array.prototype.flatmap "^1.2.3"
38343864
doctrine "^2.1.0"
38353865
has "^1.0.3"
3836-
jsx-ast-utils "^2.4.1"
3866+
jsx-ast-utils "^2.4.1 || ^3.0.0"
38373867
object.entries "^1.1.2"
38383868
object.fromentries "^2.0.2"
38393869
object.values "^1.1.1"
38403870
prop-types "^15.7.2"
3841-
resolve "^1.17.0"
3842-
string.prototype.matchall "^4.0.2"
3843-
3844-
eslint-plugin-react@^7.21.2:
3845-
version "7.21.3"
3846-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
3847-
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
3848-
dependencies:
3849-
array-includes "^3.1.1"
3850-
array.prototype.flatmap "^1.2.3"
3851-
doctrine "^2.1.0"
3852-
has "^1.0.3"
3853-
jsx-ast-utils "^2.4.1"
3854-
object.entries "^1.1.2"
3855-
object.fromentries "^2.0.2"
3856-
object.values "^1.1.1"
3857-
prop-types "^15.7.2"
3858-
resolve "^1.17.0"
3871+
resolve "^1.18.1"
38593872
string.prototype.matchall "^4.0.2"
38603873

38613874
eslint-plugin-testing-library@^3.9.0:
@@ -4440,6 +4453,15 @@ get-caller-file@^2.0.1:
44404453
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
44414454
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
44424455

4456+
get-intrinsic@^1.0.1, get-intrinsic@^1.0.2:
4457+
version "1.1.1"
4458+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
4459+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
4460+
dependencies:
4461+
function-bind "^1.1.1"
4462+
has "^1.0.3"
4463+
has-symbols "^1.0.1"
4464+
44434465
get-own-enumerable-property-symbols@^3.0.0:
44444466
version "3.0.2"
44454467
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -4989,6 +5011,13 @@ is-ci@^2.0.0:
49895011
dependencies:
49905012
ci-info "^2.0.0"
49915013

5014+
is-core-module@^2.1.0:
5015+
version "2.2.0"
5016+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
5017+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
5018+
dependencies:
5019+
has "^1.0.3"
5020+
49925021
is-data-descriptor@^0.1.4:
49935022
version "0.1.4"
49945023
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5099,6 +5128,11 @@ is-negative-zero@^2.0.0:
50995128
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
51005129
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
51015130

5131+
is-negative-zero@^2.0.1:
5132+
version "2.0.1"
5133+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
5134+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
5135+
51025136
is-number@^3.0.0:
51035137
version "3.0.0"
51045138
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -5865,6 +5899,14 @@ jsx-ast-utils@^2.4.1:
58655899
array-includes "^3.1.1"
58665900
object.assign "^4.1.0"
58675901

5902+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
5903+
version "3.2.0"
5904+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
5905+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
5906+
dependencies:
5907+
array-includes "^3.1.2"
5908+
object.assign "^4.1.2"
5909+
58685910
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
58695911
version "3.2.2"
58705912
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -6587,6 +6629,11 @@ object-inspect@^1.8.0:
65876629
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
65886630
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
65896631

6632+
object-inspect@^1.9.0:
6633+
version "1.9.0"
6634+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
6635+
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
6636+
65906637
object-keys@^1.0.12, object-keys@^1.1.1:
65916638
version "1.1.1"
65926639
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -6609,6 +6656,16 @@ object.assign@^4.1.0, object.assign@^4.1.1:
66096656
has-symbols "^1.0.1"
66106657
object-keys "^1.1.1"
66116658

6659+
object.assign@^4.1.2:
6660+
version "4.1.2"
6661+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
6662+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
6663+
dependencies:
6664+
call-bind "^1.0.0"
6665+
define-properties "^1.1.3"
6666+
has-symbols "^1.0.1"
6667+
object-keys "^1.1.1"
6668+
66126669
object.entries@^1.1.2:
66136670
version "1.1.2"
66146671
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
@@ -7543,11 +7600,12 @@ resolve-url@^0.2.1:
75437600
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
75447601
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
75457602

7546-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0:
7547-
version "1.17.0"
7548-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
7549-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
7603+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.18.1:
7604+
version "1.19.0"
7605+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
7606+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
75507607
dependencies:
7608+
is-core-module "^2.1.0"
75517609
path-parse "^1.0.6"
75527610

75537611
restore-cursor@^1.0.1:
@@ -8131,6 +8189,14 @@ string.prototype.trimend@^1.0.1:
81318189
define-properties "^1.1.3"
81328190
es-abstract "^1.17.5"
81338191

8192+
string.prototype.trimend@^1.0.3:
8193+
version "1.0.3"
8194+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b"
8195+
integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==
8196+
dependencies:
8197+
call-bind "^1.0.0"
8198+
define-properties "^1.1.3"
8199+
81348200
string.prototype.trimstart@^1.0.1:
81358201
version "1.0.1"
81368202
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
@@ -8139,6 +8205,14 @@ string.prototype.trimstart@^1.0.1:
81398205
define-properties "^1.1.3"
81408206
es-abstract "^1.17.5"
81418207

8208+
string.prototype.trimstart@^1.0.3:
8209+
version "1.0.3"
8210+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa"
8211+
integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==
8212+
dependencies:
8213+
call-bind "^1.0.0"
8214+
define-properties "^1.1.3"
8215+
81428216
string_decoder@^1.0.0, string_decoder@^1.1.1:
81438217
version "1.3.0"
81448218
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)