Skip to content

Commit b24f076

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.26.0
1 parent 2f94b90 commit b24f076

File tree

3 files changed

+92
-5
lines changed

3 files changed

+92
-5
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-loader": "4.0.2",
5252
"eslint-plugin-import": "2.23.4",
5353
"eslint-plugin-jsx-a11y": "6.4.1",
54-
"eslint-plugin-react": "7.24.0",
54+
"eslint-plugin-react": "7.26.0",
5555
"eslint-webpack-plugin": "3.0.1",
5656
"file-loader": "6.2.0",
5757
"html-webpack-plugin": "5.3.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-airbnb": "18.2.1",
2828
"eslint-plugin-import": "2.23.4",
2929
"eslint-plugin-jsx-a11y": "6.4.1",
30-
"eslint-plugin-react": "7.24.0",
30+
"eslint-plugin-react": "7.26.0",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 90 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ axobject-query@^2.2.0:
35193519
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203520
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213521

3522-
babel-eslint@^10.1.0:
3522+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233523
version "10.1.0"
35243524
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253525
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -5650,6 +5650,30 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
56505650
string.prototype.trimstart "^1.0.4"
56515651
unbox-primitive "^1.0.1"
56525652

5653+
es-abstract@^1.18.1:
5654+
version "1.18.6"
5655+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
5656+
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
5657+
dependencies:
5658+
call-bind "^1.0.2"
5659+
es-to-primitive "^1.2.1"
5660+
function-bind "^1.1.1"
5661+
get-intrinsic "^1.1.1"
5662+
get-symbol-description "^1.0.0"
5663+
has "^1.0.3"
5664+
has-symbols "^1.0.2"
5665+
internal-slot "^1.0.3"
5666+
is-callable "^1.2.4"
5667+
is-negative-zero "^2.0.1"
5668+
is-regex "^1.1.4"
5669+
is-string "^1.0.7"
5670+
object-inspect "^1.11.0"
5671+
object-keys "^1.1.1"
5672+
object.assign "^4.1.2"
5673+
string.prototype.trimend "^1.0.4"
5674+
string.prototype.trimstart "^1.0.4"
5675+
unbox-primitive "^1.0.1"
5676+
56535677
es-module-lexer@^0.7.1:
56545678
version "0.7.1"
56555679
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -5837,7 +5861,27 @@ eslint-plugin-react-hooks@4.2.0, eslint-plugin-react-hooks@^4.2.0:
58375861
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58385862
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58395863

5840-
eslint-plugin-react@7.24.0, eslint-plugin-react@^7.21.5:
5864+
eslint-plugin-react@7.26.0:
5865+
version "7.26.0"
5866+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b"
5867+
integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==
5868+
dependencies:
5869+
array-includes "^3.1.3"
5870+
array.prototype.flatmap "^1.2.4"
5871+
doctrine "^2.1.0"
5872+
estraverse "^5.2.0"
5873+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5874+
minimatch "^3.0.4"
5875+
object.entries "^1.1.4"
5876+
object.fromentries "^2.0.4"
5877+
object.hasown "^1.0.0"
5878+
object.values "^1.1.4"
5879+
prop-types "^15.7.2"
5880+
resolve "^2.0.0-next.3"
5881+
semver "^6.3.0"
5882+
string.prototype.matchall "^4.0.5"
5883+
5884+
eslint-plugin-react@^7.21.5:
58415885
version "7.24.0"
58425886
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
58435887
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
@@ -6628,6 +6672,14 @@ get-stream@^6.0.0:
66286672
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
66296673
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
66306674

6675+
get-symbol-description@^1.0.0:
6676+
version "1.0.0"
6677+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
6678+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
6679+
dependencies:
6680+
call-bind "^1.0.2"
6681+
get-intrinsic "^1.1.1"
6682+
66316683
get-value@^2.0.3, get-value@^2.0.6:
66326684
version "2.0.6"
66336685
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -6796,6 +6848,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
67966848
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
67976849
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
67986850

6851+
has-tostringtag@^1.0.0:
6852+
version "1.0.0"
6853+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
6854+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
6855+
dependencies:
6856+
has-symbols "^1.0.2"
6857+
67996858
has-value@^0.3.1:
68006859
version "0.3.1"
68016860
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -7369,6 +7428,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
73697428
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
73707429
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
73717430

7431+
is-callable@^1.2.4:
7432+
version "1.2.4"
7433+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7434+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7435+
73727436
is-ci@^2.0.0:
73737437
version "2.0.0"
73747438
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -7586,6 +7650,14 @@ is-regex@^1.0.4, is-regex@^1.1.3:
75867650
call-bind "^1.0.2"
75877651
has-symbols "^1.0.2"
75887652

7653+
is-regex@^1.1.4:
7654+
version "1.1.4"
7655+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
7656+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
7657+
dependencies:
7658+
call-bind "^1.0.2"
7659+
has-tostringtag "^1.0.0"
7660+
75897661
is-regexp@^1.0.0:
75907662
version "1.0.0"
75917663
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7616,6 +7688,13 @@ is-string@^1.0.5, is-string@^1.0.6:
76167688
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
76177689
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
76187690

7691+
is-string@^1.0.7:
7692+
version "1.0.7"
7693+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
7694+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
7695+
dependencies:
7696+
has-tostringtag "^1.0.0"
7697+
76197698
is-symbol@^1.0.2, is-symbol@^1.0.3:
76207699
version "1.0.4"
76217700
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -9641,7 +9720,7 @@ object-hash@^2.0.3:
96419720
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
96429721
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
96439722

9644-
object-inspect@^1.10.3, object-inspect@^1.9.0:
9723+
object-inspect@^1.10.3, object-inspect@^1.11.0, object-inspect@^1.9.0:
96459724
version "1.11.0"
96469725
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
96479726
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
@@ -9704,6 +9783,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
97049783
define-properties "^1.1.3"
97059784
es-abstract "^1.18.0-next.2"
97069785

9786+
object.hasown@^1.0.0:
9787+
version "1.0.0"
9788+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
9789+
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
9790+
dependencies:
9791+
define-properties "^1.1.3"
9792+
es-abstract "^1.18.1"
9793+
97079794
object.pick@^1.3.0:
97089795
version "1.3.0"
97099796
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"

0 commit comments

Comments
 (0)