-
Notifications
You must be signed in to change notification settings - Fork 4
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.34.3 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6e140a8
commit a6458e1
Showing
2 changed files
with
121 additions
and
31 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 |
---|---|---|
|
@@ -2804,7 +2804,7 @@ array-includes@^3.1.6: | |
get-intrinsic "^1.2.1" | ||
is-string "^1.0.7" | ||
|
||
array-includes@^3.1.7: | ||
array-includes@^3.1.7, array-includes@^3.1.8: | ||
version "3.1.8" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" | ||
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== | ||
|
@@ -2821,7 +2821,7 @@ array-union@^2.1.0: | |
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" | ||
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== | ||
|
||
array.prototype.findlast@^1.2.4: | ||
array.prototype.findlast@^1.2.5: | ||
version "1.2.5" | ||
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" | ||
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ== | ||
|
@@ -2897,15 +2897,15 @@ array.prototype.tosorted@^1.1.1: | |
es-shim-unscopables "^1.0.0" | ||
get-intrinsic "^1.2.1" | ||
|
||
array.prototype.tosorted@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8" | ||
integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg== | ||
array.prototype.tosorted@^1.1.4: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc" | ||
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA== | ||
dependencies: | ||
call-bind "^1.0.5" | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
es-abstract "^1.22.3" | ||
es-errors "^1.1.0" | ||
es-abstract "^1.23.3" | ||
es-errors "^1.3.0" | ||
es-shim-unscopables "^1.0.2" | ||
|
||
arraybuffer.prototype.slice@^1.0.2: | ||
|
@@ -3750,14 +3750,66 @@ es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2: | |
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.15" | ||
|
||
es-abstract@^1.23.3: | ||
version "1.23.3" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0" | ||
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.1" | ||
arraybuffer.prototype.slice "^1.0.3" | ||
available-typed-arrays "^1.0.7" | ||
call-bind "^1.0.7" | ||
data-view-buffer "^1.0.1" | ||
data-view-byte-length "^1.0.1" | ||
data-view-byte-offset "^1.0.0" | ||
es-define-property "^1.0.0" | ||
es-errors "^1.3.0" | ||
es-object-atoms "^1.0.0" | ||
es-set-tostringtag "^2.0.3" | ||
es-to-primitive "^1.2.1" | ||
function.prototype.name "^1.1.6" | ||
get-intrinsic "^1.2.4" | ||
get-symbol-description "^1.0.2" | ||
globalthis "^1.0.3" | ||
gopd "^1.0.1" | ||
has-property-descriptors "^1.0.2" | ||
has-proto "^1.0.3" | ||
has-symbols "^1.0.3" | ||
hasown "^2.0.2" | ||
internal-slot "^1.0.7" | ||
is-array-buffer "^3.0.4" | ||
is-callable "^1.2.7" | ||
is-data-view "^1.0.1" | ||
is-negative-zero "^2.0.3" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.3" | ||
is-string "^1.0.7" | ||
is-typed-array "^1.1.13" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.13.1" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.5" | ||
regexp.prototype.flags "^1.5.2" | ||
safe-array-concat "^1.1.2" | ||
safe-regex-test "^1.0.3" | ||
string.prototype.trim "^1.2.9" | ||
string.prototype.trimend "^1.0.8" | ||
string.prototype.trimstart "^1.0.8" | ||
typed-array-buffer "^1.0.2" | ||
typed-array-byte-length "^1.0.1" | ||
typed-array-byte-offset "^1.0.2" | ||
typed-array-length "^1.0.6" | ||
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.15" | ||
|
||
es-define-property@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845" | ||
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== | ||
dependencies: | ||
get-intrinsic "^1.2.4" | ||
|
||
es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0: | ||
es-errors@^1.2.1, es-errors@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" | ||
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== | ||
|
@@ -3782,7 +3834,7 @@ es-iterator-helpers@^1.0.12: | |
iterator.prototype "^1.1.2" | ||
safe-array-concat "^1.0.1" | ||
|
||
es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17: | ||
es-iterator-helpers@^1.0.15: | ||
version "1.0.18" | ||
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.18.tgz#4d3424f46b24df38d064af6fbbc89274e29ea69d" | ||
integrity sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA== | ||
|
@@ -3802,6 +3854,26 @@ es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17: | |
iterator.prototype "^1.1.2" | ||
safe-array-concat "^1.1.2" | ||
|
||
es-iterator-helpers@^1.0.19: | ||
version "1.0.19" | ||
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8" | ||
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw== | ||
dependencies: | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
es-abstract "^1.23.3" | ||
es-errors "^1.3.0" | ||
es-set-tostringtag "^2.0.3" | ||
function-bind "^1.1.2" | ||
get-intrinsic "^1.2.4" | ||
globalthis "^1.0.3" | ||
has-property-descriptors "^1.0.2" | ||
has-proto "^1.0.3" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.7" | ||
iterator.prototype "^1.1.2" | ||
safe-array-concat "^1.1.2" | ||
|
||
es-object-atoms@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941" | ||
|
@@ -4027,29 +4099,29 @@ eslint-plugin-react-hooks@^4.3.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].1: | ||
version "7.34.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997" | ||
integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw== | ||
[email protected].3: | ||
version "7.34.3" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b" | ||
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA== | ||
dependencies: | ||
array-includes "^3.1.7" | ||
array.prototype.findlast "^1.2.4" | ||
array-includes "^3.1.8" | ||
array.prototype.findlast "^1.2.5" | ||
array.prototype.flatmap "^1.3.2" | ||
array.prototype.toreversed "^1.1.2" | ||
array.prototype.tosorted "^1.1.3" | ||
array.prototype.tosorted "^1.1.4" | ||
doctrine "^2.1.0" | ||
es-iterator-helpers "^1.0.17" | ||
es-iterator-helpers "^1.0.19" | ||
estraverse "^5.3.0" | ||
jsx-ast-utils "^2.4.1 || ^3.0.0" | ||
minimatch "^3.1.2" | ||
object.entries "^1.1.7" | ||
object.fromentries "^2.0.7" | ||
object.hasown "^1.1.3" | ||
object.values "^1.1.7" | ||
object.entries "^1.1.8" | ||
object.fromentries "^2.0.8" | ||
object.hasown "^1.1.4" | ||
object.values "^1.2.0" | ||
prop-types "^15.8.1" | ||
resolve "^2.0.0-next.5" | ||
semver "^6.3.1" | ||
string.prototype.matchall "^4.0.10" | ||
string.prototype.matchall "^4.0.11" | ||
|
||
eslint-plugin-react@^7.27.1: | ||
version "7.33.2" | ||
|
@@ -5836,7 +5908,7 @@ object.entries@^1.1.6: | |
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.entries@^1.1.7: | ||
object.entries@^1.1.7, object.entries@^1.1.8: | ||
version "1.1.8" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41" | ||
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ== | ||
|
@@ -5854,7 +5926,7 @@ object.fromentries@^2.0.6: | |
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.fromentries@^2.0.7: | ||
object.fromentries@^2.0.7, object.fromentries@^2.0.8: | ||
version "2.0.8" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" | ||
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== | ||
|
@@ -5883,14 +5955,23 @@ object.groupby@^1.0.1: | |
define-properties "^1.2.1" | ||
es-abstract "^1.23.2" | ||
|
||
object.hasown@^1.1.2, object.hasown@^1.1.3: | ||
object.hasown@^1.1.2: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae" | ||
integrity sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA== | ||
dependencies: | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.hasown@^1.1.4: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc" | ||
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg== | ||
dependencies: | ||
define-properties "^1.2.1" | ||
es-abstract "^1.23.2" | ||
es-object-atoms "^1.0.0" | ||
|
||
object.values@^1.1.6: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" | ||
|
@@ -5900,7 +5981,7 @@ object.values@^1.1.6: | |
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.values@^1.1.7: | ||
object.values@^1.1.7, object.values@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" | ||
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== | ||
|
@@ -6577,7 +6658,7 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: | |
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.1" | ||
|
||
string.prototype.matchall@^4.0.10: | ||
string.prototype.matchall@^4.0.11: | ||
version "4.0.11" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a" | ||
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== | ||
|
@@ -6656,6 +6737,15 @@ string.prototype.trimstart@^1.0.7: | |
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
string.prototype.trimstart@^1.0.8: | ||
version "1.0.8" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde" | ||
integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== | ||
dependencies: | ||
call-bind "^1.0.7" | ||
define-properties "^1.2.1" | ||
es-object-atoms "^1.0.0" | ||
|
||
strip-ansi@^6.0.0, strip-ansi@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | ||
|
@@ -6887,7 +6977,7 @@ typed-array-length@^1.0.4: | |
for-each "^0.3.3" | ||
is-typed-array "^1.1.9" | ||
|
||
typed-array-length@^1.0.5: | ||
typed-array-length@^1.0.5, typed-array-length@^1.0.6: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3" | ||
integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g== | ||
|