Skip to content

Commit ae23d61

Browse files
chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.0 (#10639)
1 parent 2493ab5 commit ae23d61

File tree

2 files changed

+90
-59
lines changed

2 files changed

+90
-59
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"eslint-plugin-jest": "^27.9.0",
192192
"eslint-plugin-jsx-a11y": "^6.8.0",
193193
"eslint-plugin-n": "^16.6.2",
194-
"eslint-plugin-react": "^7.33.2",
194+
"eslint-plugin-react": "^7.34.0",
195195
"eslint-plugin-react-hooks": "^4.6.0",
196196
"eslint-plugin-unicorn": "^51.0.1",
197197
"eslint-webpack-plugin": "^4.0.1",

Diff for: yarn.lock

+89-58
Original file line numberDiff line numberDiff line change
@@ -3950,6 +3950,17 @@ array-union@^3.0.1:
39503950
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
39513951
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
39523952

3953+
array.prototype.findlast@^1.2.4:
3954+
version "1.2.4"
3955+
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.4.tgz#eeb9e45fc894055c82e5675c463e8077b827ad36"
3956+
integrity sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==
3957+
dependencies:
3958+
call-bind "^1.0.5"
3959+
define-properties "^1.2.1"
3960+
es-abstract "^1.22.3"
3961+
es-errors "^1.3.0"
3962+
es-shim-unscopables "^1.0.2"
3963+
39533964
array.prototype.findlastindex@^1.2.3:
39543965
version "1.2.3"
39553966
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
@@ -3971,7 +3982,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
39713982
es-abstract "^1.22.1"
39723983
es-shim-unscopables "^1.0.0"
39733984

3974-
array.prototype.flatmap@^1.2.3, array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2:
3985+
array.prototype.flatmap@^1.2.3, array.prototype.flatmap@^1.3.2:
39753986
version "1.3.2"
39763987
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
39773988
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -3981,16 +3992,26 @@ array.prototype.flatmap@^1.2.3, array.prototype.flatmap@^1.3.1, array.prototype.
39813992
es-abstract "^1.22.1"
39823993
es-shim-unscopables "^1.0.0"
39833994

3984-
array.prototype.tosorted@^1.1.1:
3985-
version "1.1.1"
3986-
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
3987-
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
3995+
array.prototype.toreversed@^1.1.2:
3996+
version "1.1.2"
3997+
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
3998+
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
39883999
dependencies:
39894000
call-bind "^1.0.2"
3990-
define-properties "^1.1.4"
3991-
es-abstract "^1.20.4"
4001+
define-properties "^1.2.0"
4002+
es-abstract "^1.22.1"
39924003
es-shim-unscopables "^1.0.0"
3993-
get-intrinsic "^1.1.3"
4004+
4005+
array.prototype.tosorted@^1.1.3:
4006+
version "1.1.3"
4007+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
4008+
integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
4009+
dependencies:
4010+
call-bind "^1.0.5"
4011+
define-properties "^1.2.1"
4012+
es-abstract "^1.22.3"
4013+
es-errors "^1.1.0"
4014+
es-shim-unscopables "^1.0.2"
39944015

39954016
arraybuffer.prototype.slice@^1.0.2:
39964017
version "1.0.2"
@@ -6178,7 +6199,7 @@ error-stack-parser@^2.0.6:
61786199
dependencies:
61796200
stackframe "^1.3.4"
61806201

6181-
es-abstract@^1.19.0, es-abstract@^1.19.5, es-abstract@^1.20.4:
6202+
es-abstract@^1.19.0, es-abstract@^1.19.5:
61826203
version "1.20.4"
61836204
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
61846205
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
@@ -6307,12 +6328,12 @@ es-define-property@^1.0.0:
63076328
dependencies:
63086329
get-intrinsic "^1.2.4"
63096330

6310-
es-errors@^1.0.0, es-errors@^1.2.1, es-errors@^1.3.0:
6331+
es-errors@^1.0.0, es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
63116332
version "1.3.0"
63126333
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
63136334
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
63146335

6315-
es-iterator-helpers@^1.0.12, es-iterator-helpers@^1.0.15:
6336+
es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17:
63166337
version "1.0.17"
63176338
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz#123d1315780df15b34eb181022da43e734388bb8"
63186339
integrity sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==
@@ -6363,6 +6384,13 @@ es-shim-unscopables@^1.0.0:
63636384
dependencies:
63646385
has "^1.0.3"
63656386

6387+
es-shim-unscopables@^1.0.2:
6388+
version "1.0.2"
6389+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
6390+
integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==
6391+
dependencies:
6392+
hasown "^2.0.0"
6393+
63666394
es-to-primitive@^1.2.1:
63676395
version "1.2.1"
63686396
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -6579,27 +6607,29 @@ eslint-plugin-react-hooks@^4.3.0, eslint-plugin-react-hooks@^4.6.0:
65796607
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
65806608
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
65816609

6582-
eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.33.2:
6583-
version "7.33.2"
6584-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
6585-
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
6610+
eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.34.0:
6611+
version "7.34.0"
6612+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz#ab71484d54fc409c37025c5eca00eb4177a5e88c"
6613+
integrity sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==
65866614
dependencies:
6587-
array-includes "^3.1.6"
6588-
array.prototype.flatmap "^1.3.1"
6589-
array.prototype.tosorted "^1.1.1"
6615+
array-includes "^3.1.7"
6616+
array.prototype.findlast "^1.2.4"
6617+
array.prototype.flatmap "^1.3.2"
6618+
array.prototype.toreversed "^1.1.2"
6619+
array.prototype.tosorted "^1.1.3"
65906620
doctrine "^2.1.0"
6591-
es-iterator-helpers "^1.0.12"
6621+
es-iterator-helpers "^1.0.17"
65926622
estraverse "^5.3.0"
65936623
jsx-ast-utils "^2.4.1 || ^3.0.0"
65946624
minimatch "^3.1.2"
6595-
object.entries "^1.1.6"
6596-
object.fromentries "^2.0.6"
6597-
object.hasown "^1.1.2"
6598-
object.values "^1.1.6"
6625+
object.entries "^1.1.7"
6626+
object.fromentries "^2.0.7"
6627+
object.hasown "^1.1.3"
6628+
object.values "^1.1.7"
65996629
prop-types "^15.8.1"
6600-
resolve "^2.0.0-next.4"
6630+
resolve "^2.0.0-next.5"
66016631
semver "^6.3.1"
6602-
string.prototype.matchall "^4.0.8"
6632+
string.prototype.matchall "^4.0.10"
66036633

66046634
eslint-plugin-testing-library@^5.0.1:
66056635
version "5.8.0"
@@ -8784,7 +8814,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
87848814
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
87858815
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
87868816

8787-
is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0, is-core-module@^2.9.0:
8817+
is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
87888818
version "2.13.1"
87898819
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
87908820
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
@@ -11244,7 +11274,7 @@ object.assign@^4.1.5:
1124411274
has-symbols "^1.0.3"
1124511275
object-keys "^1.1.1"
1124611276

11247-
object.entries@^1.1.6, object.entries@^1.1.7:
11277+
object.entries@^1.1.7:
1124811278
version "1.1.7"
1124911279
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131"
1125011280
integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==
@@ -11253,7 +11283,7 @@ object.entries@^1.1.6, object.entries@^1.1.7:
1125311283
define-properties "^1.2.0"
1125411284
es-abstract "^1.22.1"
1125511285

11256-
object.fromentries@^2.0.6, object.fromentries@^2.0.7:
11286+
object.fromentries@^2.0.7:
1125711287
version "2.0.7"
1125811288
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
1125911289
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -11272,13 +11302,13 @@ object.groupby@^1.0.1:
1127211302
es-abstract "^1.22.1"
1127311303
get-intrinsic "^1.2.1"
1127411304

11275-
object.hasown@^1.1.2:
11276-
version "1.1.2"
11277-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
11278-
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
11305+
object.hasown@^1.1.3:
11306+
version "1.1.3"
11307+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae"
11308+
integrity sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==
1127911309
dependencies:
11280-
define-properties "^1.1.4"
11281-
es-abstract "^1.20.4"
11310+
define-properties "^1.2.0"
11311+
es-abstract "^1.22.1"
1128211312

1128311313
object.values@^1.1.6, object.values@^1.1.7:
1128411314
version "1.1.7"
@@ -13060,16 +13090,7 @@ regexp.prototype.flags@^1.4.3:
1306013090
define-properties "^1.1.3"
1306113091
functions-have-names "^1.2.2"
1306213092

13063-
regexp.prototype.flags@^1.5.1:
13064-
version "1.5.1"
13065-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"
13066-
integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==
13067-
dependencies:
13068-
call-bind "^1.0.2"
13069-
define-properties "^1.2.0"
13070-
set-function-name "^2.0.0"
13071-
13072-
regexp.prototype.flags@^1.5.2:
13093+
regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.2:
1307313094
version "1.5.2"
1307413095
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
1307513096
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
@@ -13079,6 +13100,15 @@ regexp.prototype.flags@^1.5.2:
1307913100
es-errors "^1.3.0"
1308013101
set-function-name "^2.0.1"
1308113102

13103+
regexp.prototype.flags@^1.5.1:
13104+
version "1.5.1"
13105+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"
13106+
integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==
13107+
dependencies:
13108+
call-bind "^1.0.2"
13109+
define-properties "^1.2.0"
13110+
set-function-name "^2.0.0"
13111+
1308213112
regexpu-core@^5.1.0:
1308313113
version "5.2.1"
1308413114
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.1.tgz#a69c26f324c1e962e9ffd0b88b055caba8089139"
@@ -13334,12 +13364,12 @@ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20
1333413364
path-parse "^1.0.7"
1333513365
supports-preserve-symlinks-flag "^1.0.0"
1333613366

13337-
resolve@^2.0.0-next.4:
13338-
version "2.0.0-next.4"
13339-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
13340-
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
13367+
resolve@^2.0.0-next.5:
13368+
version "2.0.0-next.5"
13369+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
13370+
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
1334113371
dependencies:
13342-
is-core-module "^2.9.0"
13372+
is-core-module "^2.13.0"
1334313373
path-parse "^1.0.7"
1334413374
supports-preserve-symlinks-flag "^1.0.0"
1334513375

@@ -14197,18 +14227,19 @@ string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
1419714227
emoji-regex "^9.2.2"
1419814228
strip-ansi "^7.0.1"
1419914229

14200-
string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
14201-
version "4.0.8"
14202-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
14203-
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
14230+
string.prototype.matchall@^4.0.10, string.prototype.matchall@^4.0.6:
14231+
version "4.0.10"
14232+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100"
14233+
integrity sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==
1420414234
dependencies:
1420514235
call-bind "^1.0.2"
14206-
define-properties "^1.1.4"
14207-
es-abstract "^1.20.4"
14208-
get-intrinsic "^1.1.3"
14236+
define-properties "^1.2.0"
14237+
es-abstract "^1.22.1"
14238+
get-intrinsic "^1.2.1"
1420914239
has-symbols "^1.0.3"
14210-
internal-slot "^1.0.3"
14211-
regexp.prototype.flags "^1.4.3"
14240+
internal-slot "^1.0.5"
14241+
regexp.prototype.flags "^1.5.0"
14242+
set-function-name "^2.0.0"
1421214243
side-channel "^1.0.4"
1421314244

1421414245
string.prototype.trim@^1.2.8:

0 commit comments

Comments
 (0)