Skip to content

Commit 9df1892

Browse files
authored
Merge pull request #245 from georgeOsdDev/renovate/eslint-plugin-react-7.x
Update dependency eslint-plugin-react to v7.24.0
2 parents c504bac + 3f91805 commit 9df1892

2 files changed

Lines changed: 78 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chai": "4.3.4",
4040
"eslint": "7.27.0",
4141
"eslint-config-airbnb": "18.2.1",
42-
"eslint-plugin-react": "7.23.2",
42+
"eslint-plugin-react": "7.24.0",
4343
"express": "4.17.1",
4444
"karma": "6.3.2",
4545
"karma-browserify": "8.0.0",

yarn.lock

Lines changed: 77 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,6 +3235,28 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
32353235
string.prototype.trimstart "^1.0.4"
32363236
unbox-primitive "^1.0.0"
32373237

3238+
es-abstract@^1.18.2:
3239+
version "1.18.3"
3240+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
3241+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
3242+
dependencies:
3243+
call-bind "^1.0.2"
3244+
es-to-primitive "^1.2.1"
3245+
function-bind "^1.1.1"
3246+
get-intrinsic "^1.1.1"
3247+
has "^1.0.3"
3248+
has-symbols "^1.0.2"
3249+
is-callable "^1.2.3"
3250+
is-negative-zero "^2.0.1"
3251+
is-regex "^1.1.3"
3252+
is-string "^1.0.6"
3253+
object-inspect "^1.10.3"
3254+
object-keys "^1.1.1"
3255+
object.assign "^4.1.2"
3256+
string.prototype.trimend "^1.0.4"
3257+
string.prototype.trimstart "^1.0.4"
3258+
unbox-primitive "^1.0.1"
3259+
32383260
es-abstract@^1.7.0:
32393261
version "1.10.0"
32403262
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3331,23 +3353,23 @@ eslint-plugin-import@^2.17.3:
33313353
read-pkg-up "^2.0.0"
33323354
resolve "^1.11.0"
33333355

3334-
eslint-plugin-react@7.23.2:
3335-
version "7.23.2"
3336-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
3337-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
3356+
eslint-plugin-react@7.24.0:
3357+
version "7.24.0"
3358+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
3359+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
33383360
dependencies:
33393361
array-includes "^3.1.3"
33403362
array.prototype.flatmap "^1.2.4"
33413363
doctrine "^2.1.0"
33423364
has "^1.0.3"
33433365
jsx-ast-utils "^2.4.1 || ^3.0.0"
33443366
minimatch "^3.0.4"
3345-
object.entries "^1.1.3"
3367+
object.entries "^1.1.4"
33463368
object.fromentries "^2.0.4"
3347-
object.values "^1.1.3"
3369+
object.values "^1.1.4"
33483370
prop-types "^15.7.2"
33493371
resolve "^2.0.0-next.3"
3350-
string.prototype.matchall "^4.0.4"
3372+
string.prototype.matchall "^4.0.5"
33513373

33523374
eslint-scope@^5.1.1:
33533375
version "5.1.1"
@@ -3924,7 +3946,7 @@ has-ansi@^2.0.0:
39243946
dependencies:
39253947
ansi-regex "^2.0.0"
39263948

3927-
has-bigints@^1.0.0:
3949+
has-bigints@^1.0.0, has-bigints@^1.0.1:
39283950
version "1.0.1"
39293951
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
39303952
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -4453,11 +4475,24 @@ is-regex@^1.1.2:
44534475
call-bind "^1.0.2"
44544476
has-symbols "^1.0.1"
44554477

4478+
is-regex@^1.1.3:
4479+
version "1.1.3"
4480+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
4481+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
4482+
dependencies:
4483+
call-bind "^1.0.2"
4484+
has-symbols "^1.0.2"
4485+
44564486
is-string@^1.0.5:
44574487
version "1.0.5"
44584488
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
44594489
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
44604490

4491+
is-string@^1.0.6:
4492+
version "1.0.6"
4493+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
4494+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
4495+
44614496
is-symbol@^1.0.1:
44624497
version "1.0.1"
44634498
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
@@ -5252,6 +5287,11 @@ object-copy@^0.1.0:
52525287
define-property "^0.2.5"
52535288
kind-of "^3.0.3"
52545289

5290+
object-inspect@^1.10.3:
5291+
version "1.10.3"
5292+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
5293+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
5294+
52555295
object-inspect@^1.7.0:
52565296
version "1.7.0"
52575297
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -5322,15 +5362,14 @@ object.entries@^1.1.2:
53225362
es-abstract "^1.17.5"
53235363
has "^1.0.3"
53245364

5325-
object.entries@^1.1.3:
5326-
version "1.1.3"
5327-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
5328-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
5365+
object.entries@^1.1.4:
5366+
version "1.1.4"
5367+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
5368+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
53295369
dependencies:
5330-
call-bind "^1.0.0"
5370+
call-bind "^1.0.2"
53315371
define-properties "^1.1.3"
5332-
es-abstract "^1.18.0-next.1"
5333-
has "^1.0.3"
5372+
es-abstract "^1.18.2"
53345373

53355374
object.fromentries@^2.0.4:
53365375
version "2.0.4"
@@ -5349,15 +5388,14 @@ object.pick@^1.3.0:
53495388
dependencies:
53505389
isobject "^3.0.1"
53515390

5352-
object.values@^1.1.3:
5353-
version "1.1.3"
5354-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
5355-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
5391+
object.values@^1.1.4:
5392+
version "1.1.4"
5393+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
5394+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
53565395
dependencies:
53575396
call-bind "^1.0.2"
53585397
define-properties "^1.1.3"
5359-
es-abstract "^1.18.0-next.2"
5360-
has "^1.0.3"
5398+
es-abstract "^1.18.2"
53615399

53625400
on-finished@^2.3.0, on-finished@~2.3.0:
53635401
version "2.3.0"
@@ -6587,15 +6625,16 @@ string-width@^4.1.0, string-width@^4.2.0:
65876625
is-fullwidth-code-point "^3.0.0"
65886626
strip-ansi "^6.0.0"
65896627

6590-
string.prototype.matchall@^4.0.4:
6591-
version "4.0.4"
6592-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
6593-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
6628+
string.prototype.matchall@^4.0.5:
6629+
version "4.0.5"
6630+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
6631+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
65946632
dependencies:
65956633
call-bind "^1.0.2"
65966634
define-properties "^1.1.3"
6597-
es-abstract "^1.18.0-next.2"
6598-
has-symbols "^1.0.1"
6635+
es-abstract "^1.18.2"
6636+
get-intrinsic "^1.1.1"
6637+
has-symbols "^1.0.2"
65996638
internal-slot "^1.0.3"
66006639
regexp.prototype.flags "^1.3.1"
66016640
side-channel "^1.0.4"
@@ -6918,6 +6957,16 @@ unbox-primitive@^1.0.0:
69186957
has-symbols "^1.0.0"
69196958
which-boxed-primitive "^1.0.1"
69206959

6960+
unbox-primitive@^1.0.1:
6961+
version "1.0.1"
6962+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
6963+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
6964+
dependencies:
6965+
function-bind "^1.1.1"
6966+
has-bigints "^1.0.1"
6967+
has-symbols "^1.0.2"
6968+
which-boxed-primitive "^1.0.2"
6969+
69216970
undeclared-identifiers@^1.1.2:
69226971
version "1.1.3"
69236972
resolved "https://registry.yarnpkg.com/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz#9254c1d37bdac0ac2b52de4b6722792d2a91e30f"
@@ -7077,7 +7126,7 @@ watchify@4.0.0:
70777126
through2 "^4.0.2"
70787127
xtend "^4.0.2"
70797128

7080-
which-boxed-primitive@^1.0.1:
7129+
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
70817130
version "1.0.2"
70827131
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
70837132
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)