Skip to content

Commit 69ed38c

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

File tree

3 files changed

+106
-5
lines changed

3 files changed

+106
-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.1",
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.1",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 104 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,32 @@ 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.19.1:
5654+
version "1.19.1"
5655+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
5656+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
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-shared-array-buffer "^1.0.1"
5670+
is-string "^1.0.7"
5671+
is-weakref "^1.0.1"
5672+
object-inspect "^1.11.0"
5673+
object-keys "^1.1.1"
5674+
object.assign "^4.1.2"
5675+
string.prototype.trimend "^1.0.4"
5676+
string.prototype.trimstart "^1.0.4"
5677+
unbox-primitive "^1.0.1"
5678+
56535679
es-module-lexer@^0.7.1:
56545680
version "0.7.1"
56555681
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -5837,7 +5863,27 @@ [email protected], eslint-plugin-react-hooks@^4.2.0:
58375863
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58385864
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58395865

5840-
[email protected], eslint-plugin-react@^7.21.5:
5866+
5867+
version "7.26.1"
5868+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
5869+
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
5870+
dependencies:
5871+
array-includes "^3.1.3"
5872+
array.prototype.flatmap "^1.2.4"
5873+
doctrine "^2.1.0"
5874+
estraverse "^5.2.0"
5875+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5876+
minimatch "^3.0.4"
5877+
object.entries "^1.1.4"
5878+
object.fromentries "^2.0.4"
5879+
object.hasown "^1.0.0"
5880+
object.values "^1.1.4"
5881+
prop-types "^15.7.2"
5882+
resolve "^2.0.0-next.3"
5883+
semver "^6.3.0"
5884+
string.prototype.matchall "^4.0.5"
5885+
5886+
eslint-plugin-react@^7.21.5:
58415887
version "7.24.0"
58425888
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
58435889
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
@@ -6628,6 +6674,14 @@ get-stream@^6.0.0:
66286674
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
66296675
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
66306676

6677+
get-symbol-description@^1.0.0:
6678+
version "1.0.0"
6679+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
6680+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
6681+
dependencies:
6682+
call-bind "^1.0.2"
6683+
get-intrinsic "^1.1.1"
6684+
66316685
get-value@^2.0.3, get-value@^2.0.6:
66326686
version "2.0.6"
66336687
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -6796,6 +6850,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
67966850
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
67976851
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
67986852

6853+
has-tostringtag@^1.0.0:
6854+
version "1.0.0"
6855+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
6856+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
6857+
dependencies:
6858+
has-symbols "^1.0.2"
6859+
67996860
has-value@^0.3.1:
68006861
version "0.3.1"
68016862
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -7369,6 +7430,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
73697430
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
73707431
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
73717432

7433+
is-callable@^1.2.4:
7434+
version "1.2.4"
7435+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7436+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7437+
73727438
is-ci@^2.0.0:
73737439
version "2.0.0"
73747440
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -7586,6 +7652,14 @@ is-regex@^1.0.4, is-regex@^1.1.3:
75867652
call-bind "^1.0.2"
75877653
has-symbols "^1.0.2"
75887654

7655+
is-regex@^1.1.4:
7656+
version "1.1.4"
7657+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
7658+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
7659+
dependencies:
7660+
call-bind "^1.0.2"
7661+
has-tostringtag "^1.0.0"
7662+
75897663
is-regexp@^1.0.0:
75907664
version "1.0.0"
75917665
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7601,6 +7675,11 @@ [email protected]:
76017675
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
76027676
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
76037677

7678+
is-shared-array-buffer@^1.0.1:
7679+
version "1.0.1"
7680+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
7681+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
7682+
76047683
is-stream@^1.1.0:
76057684
version "1.1.0"
76067685
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -7616,6 +7695,13 @@ is-string@^1.0.5, is-string@^1.0.6:
76167695
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
76177696
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
76187697

7698+
is-string@^1.0.7:
7699+
version "1.0.7"
7700+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
7701+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
7702+
dependencies:
7703+
has-tostringtag "^1.0.0"
7704+
76197705
is-symbol@^1.0.2, is-symbol@^1.0.3:
76207706
version "1.0.4"
76217707
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -7633,6 +7719,13 @@ is-unicode-supported@^0.1.0:
76337719
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
76347720
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
76357721

7722+
is-weakref@^1.0.1:
7723+
version "1.0.1"
7724+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
7725+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
7726+
dependencies:
7727+
call-bind "^1.0.0"
7728+
76367729
is-what@^3.12.0:
76377730
version "3.14.1"
76387731
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1"
@@ -9641,7 +9734,7 @@ object-hash@^2.0.3:
96419734
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
96429735
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
96439736

9644-
object-inspect@^1.10.3, object-inspect@^1.9.0:
9737+
object-inspect@^1.10.3, object-inspect@^1.11.0, object-inspect@^1.9.0:
96459738
version "1.11.0"
96469739
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
96479740
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
@@ -9704,6 +9797,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
97049797
define-properties "^1.1.3"
97059798
es-abstract "^1.18.0-next.2"
97069799

9800+
object.hasown@^1.0.0:
9801+
version "1.1.0"
9802+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
9803+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
9804+
dependencies:
9805+
define-properties "^1.1.3"
9806+
es-abstract "^1.19.1"
9807+
97079808
object.pick@^1.3.0:
97089809
version "1.3.0"
97099810
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"

0 commit comments

Comments
 (0)