Skip to content

Commit 14754e6

Browse files
Bump eslint-plugin-react from 7.34.3 to 7.35.0
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.3 to 7.35.0. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.3...v7.35.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cb2300 commit 14754e6

File tree

2 files changed

+68
-86
lines changed

2 files changed

+68
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/parser": "^6.21.0",
3636
"classnames": "^2.5.1",
3737
"eslint": "^8.57.0",
38-
"eslint-plugin-react": "^7.34.3",
38+
"eslint-plugin-react": "^7.35.0",
3939
"eslint-plugin-react-hooks": "^4.6.2",
4040
"html-webpack-plugin": "^5.6.0",
4141
"husky": "^9.0.11",

yarn.lock

Lines changed: 67 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,16 +1668,6 @@ array.prototype.flatmap@^1.3.2:
16681668
es-abstract "^1.22.1"
16691669
es-shim-unscopables "^1.0.0"
16701670

1671-
array.prototype.toreversed@^1.1.2:
1672-
version "1.1.2"
1673-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
1674-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
1675-
dependencies:
1676-
call-bind "^1.0.2"
1677-
define-properties "^1.2.0"
1678-
es-abstract "^1.22.1"
1679-
es-shim-unscopables "^1.0.0"
1680-
16811671
array.prototype.tosorted@^1.1.4:
16821672
version "1.1.4"
16831673
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -2501,6 +2491,58 @@ error-ex@^1.3.1:
25012491
dependencies:
25022492
is-arrayish "^0.2.1"
25032493

2494+
es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3:
2495+
version "1.23.3"
2496+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
2497+
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
2498+
dependencies:
2499+
array-buffer-byte-length "^1.0.1"
2500+
arraybuffer.prototype.slice "^1.0.3"
2501+
available-typed-arrays "^1.0.7"
2502+
call-bind "^1.0.7"
2503+
data-view-buffer "^1.0.1"
2504+
data-view-byte-length "^1.0.1"
2505+
data-view-byte-offset "^1.0.0"
2506+
es-define-property "^1.0.0"
2507+
es-errors "^1.3.0"
2508+
es-object-atoms "^1.0.0"
2509+
es-set-tostringtag "^2.0.3"
2510+
es-to-primitive "^1.2.1"
2511+
function.prototype.name "^1.1.6"
2512+
get-intrinsic "^1.2.4"
2513+
get-symbol-description "^1.0.2"
2514+
globalthis "^1.0.3"
2515+
gopd "^1.0.1"
2516+
has-property-descriptors "^1.0.2"
2517+
has-proto "^1.0.3"
2518+
has-symbols "^1.0.3"
2519+
hasown "^2.0.2"
2520+
internal-slot "^1.0.7"
2521+
is-array-buffer "^3.0.4"
2522+
is-callable "^1.2.7"
2523+
is-data-view "^1.0.1"
2524+
is-negative-zero "^2.0.3"
2525+
is-regex "^1.1.4"
2526+
is-shared-array-buffer "^1.0.3"
2527+
is-string "^1.0.7"
2528+
is-typed-array "^1.1.13"
2529+
is-weakref "^1.0.2"
2530+
object-inspect "^1.13.1"
2531+
object-keys "^1.1.1"
2532+
object.assign "^4.1.5"
2533+
regexp.prototype.flags "^1.5.2"
2534+
safe-array-concat "^1.1.2"
2535+
safe-regex-test "^1.0.3"
2536+
string.prototype.trim "^1.2.9"
2537+
string.prototype.trimend "^1.0.8"
2538+
string.prototype.trimstart "^1.0.8"
2539+
typed-array-buffer "^1.0.2"
2540+
typed-array-byte-length "^1.0.1"
2541+
typed-array-byte-offset "^1.0.2"
2542+
typed-array-length "^1.0.6"
2543+
unbox-primitive "^1.0.2"
2544+
which-typed-array "^1.1.15"
2545+
25042546
es-abstract@^1.19.0, es-abstract@^1.20.4:
25052547
version "1.21.1"
25062548
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.1.tgz#e6105a099967c08377830a0c9cb589d570dd86c6"
@@ -2684,58 +2726,6 @@ es-abstract@^1.23.0:
26842726
unbox-primitive "^1.0.2"
26852727
which-typed-array "^1.1.15"
26862728

2687-
es-abstract@^1.23.2, es-abstract@^1.23.3:
2688-
version "1.23.3"
2689-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
2690-
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
2691-
dependencies:
2692-
array-buffer-byte-length "^1.0.1"
2693-
arraybuffer.prototype.slice "^1.0.3"
2694-
available-typed-arrays "^1.0.7"
2695-
call-bind "^1.0.7"
2696-
data-view-buffer "^1.0.1"
2697-
data-view-byte-length "^1.0.1"
2698-
data-view-byte-offset "^1.0.0"
2699-
es-define-property "^1.0.0"
2700-
es-errors "^1.3.0"
2701-
es-object-atoms "^1.0.0"
2702-
es-set-tostringtag "^2.0.3"
2703-
es-to-primitive "^1.2.1"
2704-
function.prototype.name "^1.1.6"
2705-
get-intrinsic "^1.2.4"
2706-
get-symbol-description "^1.0.2"
2707-
globalthis "^1.0.3"
2708-
gopd "^1.0.1"
2709-
has-property-descriptors "^1.0.2"
2710-
has-proto "^1.0.3"
2711-
has-symbols "^1.0.3"
2712-
hasown "^2.0.2"
2713-
internal-slot "^1.0.7"
2714-
is-array-buffer "^3.0.4"
2715-
is-callable "^1.2.7"
2716-
is-data-view "^1.0.1"
2717-
is-negative-zero "^2.0.3"
2718-
is-regex "^1.1.4"
2719-
is-shared-array-buffer "^1.0.3"
2720-
is-string "^1.0.7"
2721-
is-typed-array "^1.1.13"
2722-
is-weakref "^1.0.2"
2723-
object-inspect "^1.13.1"
2724-
object-keys "^1.1.1"
2725-
object.assign "^4.1.5"
2726-
regexp.prototype.flags "^1.5.2"
2727-
safe-array-concat "^1.1.2"
2728-
safe-regex-test "^1.0.3"
2729-
string.prototype.trim "^1.2.9"
2730-
string.prototype.trimend "^1.0.8"
2731-
string.prototype.trimstart "^1.0.8"
2732-
typed-array-buffer "^1.0.2"
2733-
typed-array-byte-length "^1.0.1"
2734-
typed-array-byte-offset "^1.0.2"
2735-
typed-array-length "^1.0.6"
2736-
unbox-primitive "^1.0.2"
2737-
which-typed-array "^1.1.15"
2738-
27392729
es-define-property@^1.0.0:
27402730
version "1.0.0"
27412731
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
@@ -2851,29 +2841,29 @@ eslint-plugin-react-hooks@^4.6.2:
28512841
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
28522842
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
28532843

2854-
eslint-plugin-react@^7.34.3:
2855-
version "7.34.3"
2856-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
2857-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
2844+
eslint-plugin-react@^7.35.0:
2845+
version "7.35.0"
2846+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
2847+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
28582848
dependencies:
28592849
array-includes "^3.1.8"
28602850
array.prototype.findlast "^1.2.5"
28612851
array.prototype.flatmap "^1.3.2"
2862-
array.prototype.toreversed "^1.1.2"
28632852
array.prototype.tosorted "^1.1.4"
28642853
doctrine "^2.1.0"
28652854
es-iterator-helpers "^1.0.19"
28662855
estraverse "^5.3.0"
2856+
hasown "^2.0.2"
28672857
jsx-ast-utils "^2.4.1 || ^3.0.0"
28682858
minimatch "^3.1.2"
28692859
object.entries "^1.1.8"
28702860
object.fromentries "^2.0.8"
2871-
object.hasown "^1.1.4"
28722861
object.values "^1.2.0"
28732862
prop-types "^15.8.1"
28742863
resolve "^2.0.0-next.5"
28752864
semver "^6.3.1"
28762865
string.prototype.matchall "^4.0.11"
2866+
string.prototype.repeat "^1.0.0"
28772867

28782868
eslint-scope@5.1.1:
28792869
version "5.1.1"
@@ -3487,14 +3477,7 @@ has@^1.0.3:
34873477
dependencies:
34883478
function-bind "^1.1.1"
34893479

3490-
hasown@^2.0.0:
3491-
version "2.0.0"
3492-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
3493-
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
3494-
dependencies:
3495-
function-bind "^1.1.2"
3496-
3497-
hasown@^2.0.1, hasown@^2.0.2:
3480+
hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
34983481
version "2.0.2"
34993482
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
35003483
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
@@ -4877,15 +4860,6 @@ object.fromentries@^2.0.8:
48774860
es-abstract "^1.23.2"
48784861
es-object-atoms "^1.0.0"
48794862

4880-
object.hasown@^1.1.4:
4881-
version "1.1.4"
4882-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
4883-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
4884-
dependencies:
4885-
define-properties "^1.2.1"
4886-
es-abstract "^1.23.2"
4887-
es-object-atoms "^1.0.0"
4888-
48894863
object.values@^1.1.6, object.values@^1.2.0:
48904864
version "1.2.0"
48914865
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -5818,6 +5792,14 @@ string.prototype.padend@^3.0.0:
58185792
define-properties "^1.1.4"
58195793
es-abstract "^1.20.4"
58205794

5795+
string.prototype.repeat@^1.0.0:
5796+
version "1.0.0"
5797+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
5798+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
5799+
dependencies:
5800+
define-properties "^1.1.3"
5801+
es-abstract "^1.17.5"
5802+
58215803
string.prototype.trim@^1.2.8:
58225804
version "1.2.8"
58235805
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy