Skip to content

Commit 3b69bcd

Browse files
Bump eslint-plugin-react from 7.23.1 to 7.24.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.24.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.23.1...v7.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2a7b6b4 commit 3b69bcd

File tree

2 files changed

+67
-28
lines changed

2 files changed

+67
-28
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/react-helmet": "^6.1.0",
5555
"eslint-config-prettier": "^6.2.0",
5656
"eslint-plugin-prettier": "^3.1.0",
57-
"eslint-plugin-react": "^7.23.1",
57+
"eslint-plugin-react": "^7.24.0",
5858
"eslint-plugin-react-hooks": "^4.2.0"
5959
}
6060
}

yarn.lock

Lines changed: 66 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6167,6 +6167,28 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
61676167
string.prototype.trimstart "^1.0.4"
61686168
unbox-primitive "^1.0.0"
61696169

6170+
es-abstract@^1.18.2:
6171+
version "1.18.3"
6172+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
6173+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
6174+
dependencies:
6175+
call-bind "^1.0.2"
6176+
es-to-primitive "^1.2.1"
6177+
function-bind "^1.1.1"
6178+
get-intrinsic "^1.1.1"
6179+
has "^1.0.3"
6180+
has-symbols "^1.0.2"
6181+
is-callable "^1.2.3"
6182+
is-negative-zero "^2.0.1"
6183+
is-regex "^1.1.3"
6184+
is-string "^1.0.6"
6185+
object-inspect "^1.10.3"
6186+
object-keys "^1.1.1"
6187+
object.assign "^4.1.2"
6188+
string.prototype.trimend "^1.0.4"
6189+
string.prototype.trimstart "^1.0.4"
6190+
unbox-primitive "^1.0.1"
6191+
61706192
es-get-iterator@^1.1.1:
61716193
version "1.1.2"
61726194
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -6358,23 +6380,23 @@ eslint-plugin-react-hooks@^4.2.0:
63586380
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
63596381
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
63606382

6361-
eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.23.1:
6362-
version "7.23.1"
6363-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11"
6364-
integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==
6383+
eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.24.0:
6384+
version "7.24.0"
6385+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
6386+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
63656387
dependencies:
63666388
array-includes "^3.1.3"
63676389
array.prototype.flatmap "^1.2.4"
63686390
doctrine "^2.1.0"
63696391
has "^1.0.3"
63706392
jsx-ast-utils "^2.4.1 || ^3.0.0"
63716393
minimatch "^3.0.4"
6372-
object.entries "^1.1.3"
6394+
object.entries "^1.1.4"
63736395
object.fromentries "^2.0.4"
6374-
object.values "^1.1.3"
6396+
object.values "^1.1.4"
63756397
prop-types "^15.7.2"
63766398
resolve "^2.0.0-next.3"
6377-
string.prototype.matchall "^4.0.4"
6399+
string.prototype.matchall "^4.0.5"
63786400

63796401
eslint-plugin-testing-library@^3.9.2:
63806402
version "3.10.2"
@@ -8538,6 +8560,14 @@ is-regex@^1.0.4, is-regex@^1.1.1, is-regex@^1.1.2:
85388560
call-bind "^1.0.2"
85398561
has-symbols "^1.0.1"
85408562

8563+
is-regex@^1.1.3:
8564+
version "1.1.3"
8565+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
8566+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
8567+
dependencies:
8568+
call-bind "^1.0.2"
8569+
has-symbols "^1.0.2"
8570+
85418571
is-regexp@^1.0.0:
85428572
version "1.0.0"
85438573
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -8573,6 +8603,11 @@ is-string@^1.0.5:
85738603
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
85748604
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
85758605

8606+
is-string@^1.0.6:
8607+
version "1.0.6"
8608+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
8609+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
8610+
85768611
is-svg@^3.0.0:
85778612
version "3.0.0"
85788613
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -11176,6 +11211,11 @@ object-copy@^0.1.0:
1117611211
define-property "^0.2.5"
1117711212
kind-of "^3.0.3"
1117811213

11214+
object-inspect@^1.10.3:
11215+
version "1.10.3"
11216+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
11217+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
11218+
1117911219
object-inspect@^1.9.0:
1118011220
version "1.9.0"
1118111221
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -11211,15 +11251,14 @@ object.assign@^4.1.0, object.assign@^4.1.2:
1121111251
has-symbols "^1.0.1"
1121211252
object-keys "^1.1.1"
1121311253

11214-
object.entries@^1.1.0, object.entries@^1.1.3:
11215-
version "1.1.3"
11216-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
11217-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
11254+
object.entries@^1.1.0, object.entries@^1.1.4:
11255+
version "1.1.4"
11256+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
11257+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
1121811258
dependencies:
11219-
call-bind "^1.0.0"
11259+
call-bind "^1.0.2"
1122011260
define-properties "^1.1.3"
11221-
es-abstract "^1.18.0-next.1"
11222-
has "^1.0.3"
11261+
es-abstract "^1.18.2"
1122311262

1122411263
object.fromentries@^2.0.4:
1122511264
version "2.0.4"
@@ -11247,15 +11286,14 @@ object.pick@^1.3.0:
1124711286
dependencies:
1124811287
isobject "^3.0.1"
1124911288

11250-
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.3:
11251-
version "1.1.3"
11252-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
11253-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
11289+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.4:
11290+
version "1.1.4"
11291+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
11292+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
1125411293
dependencies:
1125511294
call-bind "^1.0.2"
1125611295
define-properties "^1.1.3"
11257-
es-abstract "^1.18.0-next.2"
11258-
has "^1.0.3"
11296+
es-abstract "^1.18.2"
1125911297

1126011298
obuf@^1.0.0, obuf@^1.1.2:
1126111299
version "1.1.2"
@@ -14375,15 +14413,16 @@ string-width@^4.1.0, string-width@^4.2.0:
1437514413
is-fullwidth-code-point "^3.0.0"
1437614414
strip-ansi "^6.0.0"
1437714415

14378-
string.prototype.matchall@^4.0.4:
14379-
version "4.0.4"
14380-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
14381-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
14416+
string.prototype.matchall@^4.0.5:
14417+
version "4.0.5"
14418+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
14419+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
1438214420
dependencies:
1438314421
call-bind "^1.0.2"
1438414422
define-properties "^1.1.3"
14385-
es-abstract "^1.18.0-next.2"
14386-
has-symbols "^1.0.1"
14423+
es-abstract "^1.18.2"
14424+
get-intrinsic "^1.1.1"
14425+
has-symbols "^1.0.2"
1438714426
internal-slot "^1.0.3"
1438814427
regexp.prototype.flags "^1.3.1"
1438914428
side-channel "^1.0.4"
@@ -15057,7 +15096,7 @@ ultron@1.0.x:
1505715096
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
1505815097
integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=
1505915098

15060-
unbox-primitive@^1.0.0:
15099+
unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
1506115100
version "1.0.1"
1506215101
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
1506315102
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==

0 commit comments

Comments
 (0)