Skip to content

Commit 50bc31c

Browse files
depfu[bot]canova
andauthored
⬆️ Update eslint-plugin-react to version 7.35.0 (#230)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <[email protected]>
1 parent 37bb180 commit 50bc31c

File tree

2 files changed

+16
-27
lines changed

2 files changed

+16
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-plugin-import": "~2.29.1",
7575
"eslint-plugin-jest": "^28.6.0",
7676
"eslint-plugin-jest-dom": "^5.4.0",
77-
"eslint-plugin-react": "~7.34.3",
77+
"eslint-plugin-react": "~7.35.0",
7878
"eslint-plugin-testing-library": "^6.2.2",
7979
"history": "~5.3.0",
8080
"html-webpack-plugin": "~5.6.0",

yarn.lock

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,16 +2265,6 @@ array.prototype.flatmap@^1.3.2:
22652265
es-abstract "^1.22.1"
22662266
es-shim-unscopables "^1.0.0"
22672267

2268-
array.prototype.toreversed@^1.1.2:
2269-
version "1.1.2"
2270-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
2271-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
2272-
dependencies:
2273-
call-bind "^1.0.2"
2274-
define-properties "^1.2.0"
2275-
es-abstract "^1.22.1"
2276-
es-shim-unscopables "^1.0.0"
2277-
22782268
array.prototype.tosorted@^1.1.4:
22792269
version "1.1.4"
22802270
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -3197,7 +3187,7 @@ error-ex@^1.3.1:
31973187
dependencies:
31983188
is-arrayish "^0.2.1"
31993189

3200-
es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
3190+
es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
32013191
version "1.23.3"
32023192
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
32033193
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
@@ -3433,29 +3423,29 @@ eslint-plugin-jest@^28.6.0:
34333423
dependencies:
34343424
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
34353425

3436-
eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.34.3:
3437-
version "7.34.3"
3438-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
3439-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
3426+
eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.35.0:
3427+
version "7.35.0"
3428+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
3429+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
34403430
dependencies:
34413431
array-includes "^3.1.8"
34423432
array.prototype.findlast "^1.2.5"
34433433
array.prototype.flatmap "^1.3.2"
3444-
array.prototype.toreversed "^1.1.2"
34453434
array.prototype.tosorted "^1.1.4"
34463435
doctrine "^2.1.0"
34473436
es-iterator-helpers "^1.0.19"
34483437
estraverse "^5.3.0"
3438+
hasown "^2.0.2"
34493439
jsx-ast-utils "^2.4.1 || ^3.0.0"
34503440
minimatch "^3.1.2"
34513441
object.entries "^1.1.8"
34523442
object.fromentries "^2.0.8"
3453-
object.hasown "^1.1.4"
34543443
object.values "^1.2.0"
34553444
prop-types "^15.8.1"
34563445
resolve "^2.0.0-next.5"
34573446
semver "^6.3.1"
34583447
string.prototype.matchall "^4.0.11"
3448+
string.prototype.repeat "^1.0.0"
34593449

34603450
eslint-plugin-testing-library@^6.2.2:
34613451
version "6.2.2"
@@ -5492,15 +5482,6 @@ object.groupby@^1.0.1:
54925482
es-abstract "^1.22.1"
54935483
get-intrinsic "^1.2.1"
54945484

5495-
object.hasown@^1.1.4:
5496-
version "1.1.4"
5497-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
5498-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
5499-
dependencies:
5500-
define-properties "^1.2.1"
5501-
es-abstract "^1.23.2"
5502-
es-object-atoms "^1.0.0"
5503-
55045485
object.values@^1.1.7, object.values@^1.2.0:
55055486
version "1.2.0"
55065487
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
@@ -6554,6 +6535,14 @@ string.prototype.matchall@^4.0.11:
65546535
set-function-name "^2.0.2"
65556536
side-channel "^1.0.6"
65566537

6538+
string.prototype.repeat@^1.0.0:
6539+
version "1.0.0"
6540+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
6541+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
6542+
dependencies:
6543+
define-properties "^1.1.3"
6544+
es-abstract "^1.17.5"
6545+
65576546
string.prototype.trim@^1.2.9:
65586547
version "1.2.9"
65596548
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"

0 commit comments

Comments
 (0)