Skip to content

Commit f0f00a5

Browse files
chore(deps): update dependency eslint-plugin-react to v7.26.0 (#731)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent dcf52f1 commit f0f00a5

File tree

2 files changed

+90
-6
lines changed

2 files changed

+90
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-import": "2.24.2",
6464
"eslint-plugin-jsx-a11y": "6.4.1",
6565
"eslint-plugin-prettier": "3.4.1",
66-
"eslint-plugin-react": "7.24.0",
66+
"eslint-plugin-react": "7.26.0",
6767
"jest": "23.6.0",
6868
"prettier": "1.19.1",
6969
"prop-types": "15.7.2",

yarn.lock

Lines changed: 89 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,30 @@ es-abstract@^1.18.0-next.2:
42164216
string.prototype.trimstart "^1.0.4"
42174217
unbox-primitive "^1.0.0"
42184218

4219+
es-abstract@^1.18.1:
4220+
version "1.18.6"
4221+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
4222+
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
4223+
dependencies:
4224+
call-bind "^1.0.2"
4225+
es-to-primitive "^1.2.1"
4226+
function-bind "^1.1.1"
4227+
get-intrinsic "^1.1.1"
4228+
get-symbol-description "^1.0.0"
4229+
has "^1.0.3"
4230+
has-symbols "^1.0.2"
4231+
internal-slot "^1.0.3"
4232+
is-callable "^1.2.4"
4233+
is-negative-zero "^2.0.1"
4234+
is-regex "^1.1.4"
4235+
is-string "^1.0.7"
4236+
object-inspect "^1.11.0"
4237+
object-keys "^1.1.1"
4238+
object.assign "^4.1.2"
4239+
string.prototype.trimend "^1.0.4"
4240+
string.prototype.trimstart "^1.0.4"
4241+
unbox-primitive "^1.0.1"
4242+
42194243
es-abstract@^1.18.2:
42204244
version "1.18.3"
42214245
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
@@ -4460,22 +4484,24 @@ eslint-plugin-prettier@3.4.1:
44604484
dependencies:
44614485
prettier-linter-helpers "^1.0.0"
44624486

4463-
eslint-plugin-react@7.24.0:
4464-
version "7.24.0"
4465-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
4466-
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
4487+
eslint-plugin-react@7.26.0:
4488+
version "7.26.0"
4489+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b"
4490+
integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==
44674491
dependencies:
44684492
array-includes "^3.1.3"
44694493
array.prototype.flatmap "^1.2.4"
44704494
doctrine "^2.1.0"
4471-
has "^1.0.3"
4495+
estraverse "^5.2.0"
44724496
jsx-ast-utils "^2.4.1 || ^3.0.0"
44734497
minimatch "^3.0.4"
44744498
object.entries "^1.1.4"
44754499
object.fromentries "^2.0.4"
4500+
object.hasown "^1.0.0"
44764501
object.values "^1.1.4"
44774502
prop-types "^15.7.2"
44784503
resolve "^2.0.0-next.3"
4504+
semver "^6.3.0"
44794505
string.prototype.matchall "^4.0.5"
44804506

44814507
eslint-scope@^5.0.0:
@@ -4590,6 +4616,11 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
45904616
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
45914617
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
45924618

4619+
estraverse@^5.2.0:
4620+
version "5.2.0"
4621+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
4622+
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
4623+
45934624
estree-walker@^0.2.1:
45944625
version "0.2.1"
45954626
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e"
@@ -5310,6 +5341,14 @@ get-stream@^3.0.0:
53105341
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
53115342
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
53125343

5344+
get-symbol-description@^1.0.0:
5345+
version "1.0.0"
5346+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
5347+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
5348+
dependencies:
5349+
call-bind "^1.0.2"
5350+
get-intrinsic "^1.1.1"
5351+
53135352
get-value@^2.0.3, get-value@^2.0.6:
53145353
version "2.0.6"
53155354
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -5612,6 +5651,13 @@ has-symbols@^1.0.2:
56125651
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
56135652
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
56145653

5654+
has-tostringtag@^1.0.0:
5655+
version "1.0.0"
5656+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
5657+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
5658+
dependencies:
5659+
has-symbols "^1.0.2"
5660+
56155661
has-unicode@^2.0.0:
56165662
version "2.0.1"
56175663
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -6281,6 +6327,11 @@ is-callable@^1.2.3:
62816327
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
62826328
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
62836329

6330+
is-callable@^1.2.4:
6331+
version "1.2.4"
6332+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
6333+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
6334+
62846335
is-ci@^1.0.10:
62856336
version "1.0.10"
62866337
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -6594,6 +6645,14 @@ is-regex@^1.1.3:
65946645
call-bind "^1.0.2"
65956646
has-symbols "^1.0.2"
65966647

6648+
is-regex@^1.1.4:
6649+
version "1.1.4"
6650+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
6651+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
6652+
dependencies:
6653+
call-bind "^1.0.2"
6654+
has-tostringtag "^1.0.0"
6655+
65976656
is-retry-allowed@^1.0.0:
65986657
version "1.1.0"
65996658
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
@@ -6626,6 +6685,13 @@ is-string@^1.0.6:
66266685
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
66276686
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
66286687

6688+
is-string@^1.0.7:
6689+
version "1.0.7"
6690+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
6691+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
6692+
dependencies:
6693+
has-tostringtag "^1.0.0"
6694+
66296695
is-subset@^0.1.1:
66306696
version "0.1.1"
66316697
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -8506,6 +8572,11 @@ object-inspect@^1.10.3:
85068572
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
85078573
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
85088574

8575+
object-inspect@^1.11.0:
8576+
version "1.11.0"
8577+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
8578+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
8579+
85098580
object-inspect@^1.7.0:
85108581
version "1.7.0"
85118582
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -8672,6 +8743,14 @@ object.getownpropertydescriptors@^2.0.3:
86728743
define-properties "^1.1.2"
86738744
es-abstract "^1.5.1"
86748745

8746+
object.hasown@^1.0.0:
8747+
version "1.0.0"
8748+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
8749+
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
8750+
dependencies:
8751+
define-properties "^1.1.3"
8752+
es-abstract "^1.18.1"
8753+
86758754
object.omit@^2.0.0:
86768755
version "2.0.1"
86778756
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -10854,6 +10933,11 @@ semver@^6.1.2:
1085410933
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
1085510934
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
1085610935

10936+
semver@^6.3.0:
10937+
version "6.3.0"
10938+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10939+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
10940+
1085710941
semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
1085810942
version "7.3.5"
1085910943
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"

0 commit comments

Comments
 (0)