Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a202826

Browse files
committedJul 22, 2024·
chore(deps): update dependency eslint-plugin-react to v7.35.0
1 parent d5654eb commit a202826

File tree

2 files changed

+88
-77
lines changed

2 files changed

+88
-77
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"eslint-plugin-import": "2.29.1",
9999
"eslint-plugin-jsx-a11y": "6.9.0",
100100
"eslint-plugin-prettier": "4.2.1",
101-
"eslint-plugin-react": "7.31.11",
101+
"eslint-plugin-react": "7.35.0",
102102
"eslint-plugin-react-hooks": "4.6.0",
103103
"fork-ts-checker-webpack-plugin": "6.5.3",
104104
"gh-pages": "5.0.0",

‎yarn.lock

+87-76
Original file line numberDiff line numberDiff line change
@@ -5767,6 +5767,18 @@ array-unique@^0.3.2:
57675767
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
57685768
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
57695769

5770+
array.prototype.findlast@^1.2.5:
5771+
version "1.2.5"
5772+
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
5773+
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
5774+
dependencies:
5775+
call-bind "^1.0.7"
5776+
define-properties "^1.2.1"
5777+
es-abstract "^1.23.2"
5778+
es-errors "^1.3.0"
5779+
es-object-atoms "^1.0.0"
5780+
es-shim-unscopables "^1.0.2"
5781+
57705782
array.prototype.findlastindex@^1.2.3:
57715783
version "1.2.5"
57725784
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
@@ -5808,16 +5820,6 @@ array.prototype.flatmap@^1.2.1:
58085820
es-abstract "^1.18.0-next.1"
58095821
function-bind "^1.1.1"
58105822

5811-
array.prototype.flatmap@^1.3.1:
5812-
version "1.3.1"
5813-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
5814-
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
5815-
dependencies:
5816-
call-bind "^1.0.2"
5817-
define-properties "^1.1.4"
5818-
es-abstract "^1.20.4"
5819-
es-shim-unscopables "^1.0.0"
5820-
58215823
array.prototype.flatmap@^1.3.2:
58225824
version "1.3.2"
58235825
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
@@ -5839,16 +5841,16 @@ array.prototype.map@^1.0.3:
58395841
es-array-method-boxes-properly "^1.0.0"
58405842
is-string "^1.0.5"
58415843

5842-
array.prototype.tosorted@^1.1.1:
5843-
version "1.1.1"
5844-
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
5845-
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
5844+
array.prototype.tosorted@^1.1.4:
5845+
version "1.1.4"
5846+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
5847+
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
58465848
dependencies:
5847-
call-bind "^1.0.2"
5848-
define-properties "^1.1.4"
5849-
es-abstract "^1.20.4"
5850-
es-shim-unscopables "^1.0.0"
5851-
get-intrinsic "^1.1.3"
5849+
call-bind "^1.0.7"
5850+
define-properties "^1.2.1"
5851+
es-abstract "^1.23.3"
5852+
es-errors "^1.3.0"
5853+
es-shim-unscopables "^1.0.2"
58525854

58535855
arraybuffer.prototype.slice@^1.0.3:
58545856
version "1.0.3"
@@ -8804,26 +8806,29 @@ eslint-plugin-react-hooks@4.6.0:
88048806
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
88058807
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
88068808

8807-
eslint-plugin-react@7.31.11:
8808-
version "7.31.11"
8809-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
8810-
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
8809+
eslint-plugin-react@7.35.0:
8810+
version "7.35.0"
8811+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
8812+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
88118813
dependencies:
8812-
array-includes "^3.1.6"
8813-
array.prototype.flatmap "^1.3.1"
8814-
array.prototype.tosorted "^1.1.1"
8814+
array-includes "^3.1.8"
8815+
array.prototype.findlast "^1.2.5"
8816+
array.prototype.flatmap "^1.3.2"
8817+
array.prototype.tosorted "^1.1.4"
88158818
doctrine "^2.1.0"
8819+
es-iterator-helpers "^1.0.19"
88168820
estraverse "^5.3.0"
8821+
hasown "^2.0.2"
88178822
jsx-ast-utils "^2.4.1 || ^3.0.0"
88188823
minimatch "^3.1.2"
8819-
object.entries "^1.1.6"
8820-
object.fromentries "^2.0.6"
8821-
object.hasown "^1.1.2"
8822-
object.values "^1.1.6"
8824+
object.entries "^1.1.8"
8825+
object.fromentries "^2.0.8"
8826+
object.values "^1.2.0"
88238827
prop-types "^15.8.1"
8824-
resolve "^2.0.0-next.3"
8825-
semver "^6.3.0"
8826-
string.prototype.matchall "^4.0.8"
8828+
resolve "^2.0.0-next.5"
8829+
semver "^6.3.1"
8830+
string.prototype.matchall "^4.0.11"
8831+
string.prototype.repeat "^1.0.0"
88278832

88288833
eslint-scope@^4.0.3:
88298834
version "4.0.3"
@@ -13763,14 +13768,14 @@ object.entries@^1.1.0:
1376313768
es-abstract "^1.18.0-next.1"
1376413769
has "^1.0.3"
1376513770

13766-
object.entries@^1.1.6:
13767-
version "1.1.6"
13768-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
13769-
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
13771+
object.entries@^1.1.8:
13772+
version "1.1.8"
13773+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
13774+
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
1377013775
dependencies:
13771-
call-bind "^1.0.2"
13772-
define-properties "^1.1.4"
13773-
es-abstract "^1.20.4"
13776+
call-bind "^1.0.7"
13777+
define-properties "^1.2.1"
13778+
es-object-atoms "^1.0.0"
1377413779

1377513780
"object.fromentries@^2.0.0 || ^1.0.0":
1377613781
version "2.0.3"
@@ -13782,15 +13787,6 @@ object.entries@^1.1.6:
1378213787
es-abstract "^1.18.0-next.1"
1378313788
has "^1.0.3"
1378413789

13785-
object.fromentries@^2.0.6:
13786-
version "2.0.6"
13787-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
13788-
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
13789-
dependencies:
13790-
call-bind "^1.0.2"
13791-
define-properties "^1.1.4"
13792-
es-abstract "^1.20.4"
13793-
1379413790
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
1379513791
version "2.0.8"
1379613792
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
@@ -13819,14 +13815,6 @@ object.groupby@^1.0.1:
1381913815
define-properties "^1.2.1"
1382013816
es-abstract "^1.23.2"
1382113817

13822-
object.hasown@^1.1.2:
13823-
version "1.1.2"
13824-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
13825-
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
13826-
dependencies:
13827-
define-properties "^1.1.4"
13828-
es-abstract "^1.20.4"
13829-
1383013818
object.pick@^1.3.0:
1383113819
version "1.3.0"
1383213820
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -13853,7 +13841,7 @@ object.values@^1.1.6:
1385313841
define-properties "^1.1.4"
1385413842
es-abstract "^1.20.4"
1385513843

13856-
object.values@^1.1.7:
13844+
object.values@^1.1.7, object.values@^1.2.0:
1385713845
version "1.2.0"
1385813846
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
1385913847
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
@@ -15836,13 +15824,14 @@ resolve@^1.22.4:
1583615824
path-parse "^1.0.7"
1583715825
supports-preserve-symlinks-flag "^1.0.0"
1583815826

15839-
resolve@^2.0.0-next.3:
15840-
version "2.0.0-next.3"
15841-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
15842-
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
15827+
resolve@^2.0.0-next.5:
15828+
version "2.0.0-next.5"
15829+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
15830+
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
1584315831
dependencies:
15844-
is-core-module "^2.2.0"
15845-
path-parse "^1.0.6"
15832+
is-core-module "^2.13.0"
15833+
path-parse "^1.0.7"
15834+
supports-preserve-symlinks-flag "^1.0.0"
1584615835

1584715836
restore-cursor@^3.1.0:
1584815837
version "3.1.0"
@@ -16221,7 +16210,7 @@ set-function-length@^1.2.1:
1622116210
gopd "^1.0.1"
1622216211
has-property-descriptors "^1.0.2"
1622316212

16224-
set-function-name@^2.0.1:
16213+
set-function-name@^2.0.1, set-function-name@^2.0.2:
1622516214
version "2.0.2"
1622616215
resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985"
1622716216
integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==
@@ -16317,6 +16306,16 @@ side-channel@^1.0.3, side-channel@^1.0.4:
1631716306
get-intrinsic "^1.0.2"
1631816307
object-inspect "^1.9.0"
1631916308

16309+
side-channel@^1.0.6:
16310+
version "1.0.6"
16311+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
16312+
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
16313+
dependencies:
16314+
call-bind "^1.0.7"
16315+
es-errors "^1.3.0"
16316+
get-intrinsic "^1.2.4"
16317+
object-inspect "^1.13.1"
16318+
1632016319
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
1632116320
version "3.0.3"
1632216321
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
@@ -16855,19 +16854,23 @@ string.prototype.includes@^2.0.0:
1685516854
regexp.prototype.flags "^1.3.0"
1685616855
side-channel "^1.0.3"
1685716856

16858-
string.prototype.matchall@^4.0.8:
16859-
version "4.0.8"
16860-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
16861-
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
16857+
string.prototype.matchall@^4.0.11:
16858+
version "4.0.11"
16859+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
16860+
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==
1686216861
dependencies:
16863-
call-bind "^1.0.2"
16864-
define-properties "^1.1.4"
16865-
es-abstract "^1.20.4"
16866-
get-intrinsic "^1.1.3"
16862+
call-bind "^1.0.7"
16863+
define-properties "^1.2.1"
16864+
es-abstract "^1.23.2"
16865+
es-errors "^1.3.0"
16866+
es-object-atoms "^1.0.0"
16867+
get-intrinsic "^1.2.4"
16868+
gopd "^1.0.1"
1686716869
has-symbols "^1.0.3"
16868-
internal-slot "^1.0.3"
16869-
regexp.prototype.flags "^1.4.3"
16870-
side-channel "^1.0.4"
16870+
internal-slot "^1.0.7"
16871+
regexp.prototype.flags "^1.5.2"
16872+
set-function-name "^2.0.2"
16873+
side-channel "^1.0.6"
1687116874

1687216875
string.prototype.padend@^3.0.0:
1687316876
version "3.1.1"
@@ -16887,6 +16890,14 @@ string.prototype.padstart@^3.0.0:
1688716890
define-properties "^1.1.3"
1688816891
es-abstract "^1.18.0-next.1"
1688916892

16893+
string.prototype.repeat@^1.0.0:
16894+
version "1.0.0"
16895+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
16896+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
16897+
dependencies:
16898+
define-properties "^1.1.3"
16899+
es-abstract "^1.17.5"
16900+
1689016901
string.prototype.trim@^1.2.9:
1689116902
version "1.2.9"
1689216903
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"

0 commit comments

Comments
 (0)
Please sign in to comment.