-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-react to v7.31.11
- Loading branch information
1 parent
3f7d875
commit e959d67
Showing
2 changed files
with
138 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7236,6 +7236,17 @@ array-includes@^3.1.5: | |
get-intrinsic "^1.1.1" | ||
is-string "^1.0.7" | ||
|
||
array-includes@^3.1.6: | ||
version "3.1.6" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" | ||
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
is-string "^1.0.7" | ||
|
||
array-union@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" | ||
|
@@ -7288,14 +7299,14 @@ array.prototype.flatmap@^1.2.1: | |
es-abstract "^1.17.0-next.1" | ||
function-bind "^1.1.1" | ||
|
||
array.prototype.flatmap@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f" | ||
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg== | ||
array.prototype.flatmap@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" | ||
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
array.prototype.map@^1.0.1: | ||
|
@@ -7308,6 +7319,17 @@ array.prototype.map@^1.0.1: | |
es-array-method-boxes-properly "^1.0.0" | ||
is-string "^1.0.4" | ||
|
||
array.prototype.tosorted@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532" | ||
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
get-intrinsic "^1.1.3" | ||
|
||
arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -11178,7 +11200,7 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.5: | |
string.prototype.trimleft "^2.1.1" | ||
string.prototype.trimright "^2.1.1" | ||
|
||
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5: | ||
es-abstract@^1.19.0, es-abstract@^1.19.5: | ||
version "1.20.1" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" | ||
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== | ||
|
@@ -11207,6 +11229,36 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19 | |
string.prototype.trimstart "^1.0.5" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-abstract@^1.20.4: | ||
version "1.20.4" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861" | ||
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
function.prototype.name "^1.1.5" | ||
get-intrinsic "^1.1.3" | ||
get-symbol-description "^1.0.0" | ||
has "^1.0.3" | ||
has-property-descriptors "^1.0.0" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
is-callable "^1.2.7" | ||
is-negative-zero "^2.0.2" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
is-string "^1.0.7" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.12.2" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.4.3" | ||
safe-regex-test "^1.0.0" | ||
string.prototype.trimend "^1.0.5" | ||
string.prototype.trimstart "^1.0.5" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-array-method-boxes-properly@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" | ||
|
@@ -11387,25 +11439,26 @@ eslint-plugin-react-hooks@^4.6.0: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" | ||
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== | ||
|
||
[email protected].7: | ||
version "7.31.7" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz#36fb1c611a7db5f757fce09cbbcc01682f8b0fbb" | ||
integrity sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw== | ||
[email protected].11: | ||
version "7.31.11" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8" | ||
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw== | ||
dependencies: | ||
array-includes "^3.1.5" | ||
array.prototype.flatmap "^1.3.0" | ||
array-includes "^3.1.6" | ||
array.prototype.flatmap "^1.3.1" | ||
array.prototype.tosorted "^1.1.1" | ||
doctrine "^2.1.0" | ||
estraverse "^5.3.0" | ||
jsx-ast-utils "^2.4.1 || ^3.0.0" | ||
minimatch "^3.1.2" | ||
object.entries "^1.1.5" | ||
object.fromentries "^2.0.5" | ||
object.hasown "^1.1.1" | ||
object.values "^1.1.5" | ||
object.entries "^1.1.6" | ||
object.fromentries "^2.0.6" | ||
object.hasown "^1.1.2" | ||
object.values "^1.1.6" | ||
prop-types "^15.8.1" | ||
resolve "^2.0.0-next.3" | ||
semver "^6.3.0" | ||
string.prototype.matchall "^4.0.7" | ||
string.prototype.matchall "^4.0.8" | ||
|
||
[email protected], eslint-scope@^5.1.1: | ||
version "5.1.1" | ||
|
@@ -12970,6 +13023,15 @@ get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: | |
has "^1.0.3" | ||
has-symbols "^1.0.3" | ||
|
||
get-intrinsic@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" | ||
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== | ||
dependencies: | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.3" | ||
|
||
get-package-type@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" | ||
|
@@ -14582,6 +14644,11 @@ is-callable@^1.2.4: | |
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" | ||
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== | ||
|
||
is-callable@^1.2.7: | ||
version "1.2.7" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" | ||
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== | ||
|
||
[email protected]: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5" | ||
|
@@ -18986,7 +19053,7 @@ object-hash@^3.0.0: | |
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" | ||
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== | ||
|
||
object-inspect@^1.12.0, object-inspect@^1.9.0: | ||
object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0: | ||
version "1.12.2" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" | ||
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== | ||
|
@@ -19036,6 +19103,16 @@ object.assign@^4.1.2: | |
has-symbols "^1.0.1" | ||
object-keys "^1.1.1" | ||
|
||
object.assign@^4.1.4: | ||
version "4.1.4" | ||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" | ||
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
has-symbols "^1.0.3" | ||
object-keys "^1.1.1" | ||
|
||
object.entries@^1.1.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" | ||
|
@@ -19045,14 +19122,14 @@ object.entries@^1.1.0: | |
es-abstract "^1.17.5" | ||
has "^1.0.3" | ||
|
||
object.entries@^1.1.5: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" | ||
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== | ||
object.entries@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23" | ||
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
"object.fromentries@^2.0.0 || ^1.0.0": | ||
version "2.0.2" | ||
|
@@ -19064,14 +19141,14 @@ object.entries@^1.1.5: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.fromentries@^2.0.5: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" | ||
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== | ||
object.fromentries@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" | ||
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: | ||
version "2.1.0" | ||
|
@@ -19081,13 +19158,13 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0 | |
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
|
||
object.hasown@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3" | ||
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A== | ||
object.hasown@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92" | ||
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw== | ||
dependencies: | ||
define-properties "^1.1.4" | ||
es-abstract "^1.19.5" | ||
es-abstract "^1.20.4" | ||
|
||
object.omit@^2.0.0: | ||
version "2.0.1" | ||
|
@@ -19114,14 +19191,14 @@ object.values@^1.1.0: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.values@^1.1.5: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" | ||
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== | ||
object.values@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" | ||
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
objectorarray@^1.0.4: | ||
version "1.0.4" | ||
|
@@ -21702,7 +21779,7 @@ regexp.prototype.flags@^1.1.1, regexp.prototype.flags@^1.2.0, regexp.prototype.f | |
define-properties "^1.1.3" | ||
es-abstract "^1.17.0-next.1" | ||
|
||
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: | ||
regexp.prototype.flags@^1.4.3: | ||
version "1.4.3" | ||
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" | ||
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== | ||
|
@@ -22353,6 +22430,15 @@ safe-eval@^0.4.1: | |
resolved "https://registry.yarnpkg.com/safe-eval/-/safe-eval-0.4.1.tgz#e54ba5a1bbdec795d488f6c8765e0c2a78b4cdc0" | ||
integrity sha512-wmiu4RSYVZ690RP1+cv/LxfPK1dIlEN35aW7iv4SMYdqDrHbkll4+NJcHmKm7PbCuI1df1otOcPwgcc2iFR85g== | ||
|
||
safe-regex-test@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295" | ||
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.1.3" | ||
is-regex "^1.1.4" | ||
|
||
safe-regex2@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex2/-/safe-regex2-2.0.0.tgz#b287524c397c7a2994470367e0185e1916b1f5b9" | ||
|
@@ -23456,18 +23542,18 @@ string-width@^4.2.2: | |
regexp.prototype.flags "^1.3.0" | ||
side-channel "^1.0.2" | ||
|
||
string.prototype.matchall@^4.0.7: | ||
version "4.0.7" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" | ||
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== | ||
string.prototype.matchall@^4.0.8: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" | ||
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
get-intrinsic "^1.1.1" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
regexp.prototype.flags "^1.4.1" | ||
regexp.prototype.flags "^1.4.3" | ||
side-channel "^1.0.4" | ||
|
||
string.prototype.padend@^3.0.0: | ||
|