Skip to content

Commit 36efad2

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump eslint-plugin-react from 7.23.2 to 7.24.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 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.2...v7.24.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ac27cf commit 36efad2

File tree

2 files changed

+67
-28
lines changed

2 files changed

+67
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-jest": "^24.3.6",
7272
"eslint-plugin-jsx-a11y": "^6.4.1",
7373
"eslint-plugin-prettier": "^3.4.0",
74-
"eslint-plugin-react": "^7.23.2",
74+
"eslint-plugin-react": "^7.24.0",
7575
"eslint-plugin-react-hooks": "^4.2.0",
7676
"glob": "^7.1.7",
7777
"is-ci": "^3.0.0",

yarn.lock

+66-27
Original file line numberDiff line numberDiff line change
@@ -3637,6 +3637,28 @@ es-abstract@^1.18.0-next.2:
36373637
string.prototype.trimstart "^1.0.4"
36383638
unbox-primitive "^1.0.0"
36393639

3640+
es-abstract@^1.18.2:
3641+
version "1.18.3"
3642+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
3643+
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
3644+
dependencies:
3645+
call-bind "^1.0.2"
3646+
es-to-primitive "^1.2.1"
3647+
function-bind "^1.1.1"
3648+
get-intrinsic "^1.1.1"
3649+
has "^1.0.3"
3650+
has-symbols "^1.0.2"
3651+
is-callable "^1.2.3"
3652+
is-negative-zero "^2.0.1"
3653+
is-regex "^1.1.3"
3654+
is-string "^1.0.6"
3655+
object-inspect "^1.10.3"
3656+
object-keys "^1.1.1"
3657+
object.assign "^4.1.2"
3658+
string.prototype.trimend "^1.0.4"
3659+
string.prototype.trimstart "^1.0.4"
3660+
unbox-primitive "^1.0.1"
3661+
36403662
es-module-lexer@^0.4.0:
36413663
version "0.4.1"
36423664
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e"
@@ -3840,23 +3862,23 @@ eslint-plugin-react-hooks@^4.2.0:
38403862
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
38413863
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
38423864

3843-
eslint-plugin-react@^7.23.2:
3844-
version "7.23.2"
3845-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
3846-
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
3865+
eslint-plugin-react@^7.23.2, eslint-plugin-react@^7.24.0:
3866+
version "7.24.0"
3867+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
3868+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
38473869
dependencies:
38483870
array-includes "^3.1.3"
38493871
array.prototype.flatmap "^1.2.4"
38503872
doctrine "^2.1.0"
38513873
has "^1.0.3"
38523874
jsx-ast-utils "^2.4.1 || ^3.0.0"
38533875
minimatch "^3.0.4"
3854-
object.entries "^1.1.3"
3876+
object.entries "^1.1.4"
38553877
object.fromentries "^2.0.4"
3856-
object.values "^1.1.3"
3878+
object.values "^1.1.4"
38573879
prop-types "^15.7.2"
38583880
resolve "^2.0.0-next.3"
3859-
string.prototype.matchall "^4.0.4"
3881+
string.prototype.matchall "^4.0.5"
38603882

38613883
eslint-plugin-testing-library@^4.0.0:
38623884
version "4.1.0"
@@ -5106,6 +5128,14 @@ is-regex@^1.1.2:
51065128
call-bind "^1.0.2"
51075129
has-symbols "^1.0.1"
51085130

5131+
is-regex@^1.1.3:
5132+
version "1.1.3"
5133+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
5134+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
5135+
dependencies:
5136+
call-bind "^1.0.2"
5137+
has-symbols "^1.0.2"
5138+
51095139
is-regexp@^1.0.0:
51105140
version "1.0.0"
51115141
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5126,6 +5156,11 @@ is-string@^1.0.5:
51265156
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
51275157
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
51285158

5159+
is-string@^1.0.6:
5160+
version "1.0.6"
5161+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
5162+
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
5163+
51295164
is-symbol@^1.0.2, is-symbol@^1.0.3:
51305165
version "1.0.3"
51315166
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -6553,6 +6588,11 @@ object-copy@^0.1.0:
65536588
define-property "^0.2.5"
65546589
kind-of "^3.0.3"
65556590

6591+
object-inspect@^1.10.3:
6592+
version "1.10.3"
6593+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
6594+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
6595+
65566596
object-inspect@^1.8.0:
65576597
version "1.8.0"
65586598
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
@@ -6595,15 +6635,14 @@ object.assign@^4.1.2:
65956635
has-symbols "^1.0.1"
65966636
object-keys "^1.1.1"
65976637

6598-
object.entries@^1.1.2, object.entries@^1.1.3:
6599-
version "1.1.3"
6600-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
6601-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
6638+
object.entries@^1.1.2, object.entries@^1.1.4:
6639+
version "1.1.4"
6640+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
6641+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
66026642
dependencies:
6603-
call-bind "^1.0.0"
6643+
call-bind "^1.0.2"
66046644
define-properties "^1.1.3"
6605-
es-abstract "^1.18.0-next.1"
6606-
has "^1.0.3"
6645+
es-abstract "^1.18.2"
66076646

66086647
object.fromentries@^2.0.4:
66096648
version "2.0.4"
@@ -6622,15 +6661,14 @@ object.pick@^1.3.0:
66226661
dependencies:
66236662
isobject "^3.0.1"
66246663

6625-
object.values@^1.1.1, object.values@^1.1.3:
6626-
version "1.1.3"
6627-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
6628-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
6664+
object.values@^1.1.1, object.values@^1.1.4:
6665+
version "1.1.4"
6666+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
6667+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
66296668
dependencies:
66306669
call-bind "^1.0.2"
66316670
define-properties "^1.1.3"
6632-
es-abstract "^1.18.0-next.2"
6633-
has "^1.0.3"
6671+
es-abstract "^1.18.2"
66346672

66356673
once@^1.3.0, once@^1.3.1, once@^1.4.0:
66366674
version "1.4.0"
@@ -7935,15 +7973,16 @@ string-width@^4.1.0, string-width@^4.2.0:
79357973
is-fullwidth-code-point "^3.0.0"
79367974
strip-ansi "^6.0.0"
79377975

7938-
string.prototype.matchall@^4.0.4:
7939-
version "4.0.4"
7940-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
7941-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
7976+
string.prototype.matchall@^4.0.5:
7977+
version "4.0.5"
7978+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
7979+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
79427980
dependencies:
79437981
call-bind "^1.0.2"
79447982
define-properties "^1.1.3"
7945-
es-abstract "^1.18.0-next.2"
7946-
has-symbols "^1.0.1"
7983+
es-abstract "^1.18.2"
7984+
get-intrinsic "^1.1.1"
7985+
has-symbols "^1.0.2"
79477986
internal-slot "^1.0.3"
79487987
regexp.prototype.flags "^1.3.1"
79497988
side-channel "^1.0.4"
@@ -8449,7 +8488,7 @@ typescript@^4:
84498488
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
84508489
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
84518490

8452-
unbox-primitive@^1.0.0:
8491+
unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
84538492
version "1.0.1"
84548493
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
84558494
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==

0 commit comments

Comments
 (0)