Skip to content

Commit e6dcd57

Browse files
build(deps-dev): bump eslint-plugin-react in /atcoder-problems-frontend
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.0 to 7.29.4. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.20.0...v7.29.4) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1d9c51 commit e6dcd57

File tree

2 files changed

+9
-121
lines changed

2 files changed

+9
-121
lines changed

atcoder-problems-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-config-prettier": "6.11.0",
8484
"eslint-plugin-import": "2.22.1",
8585
"eslint-plugin-prettier": "3.1.3",
86-
"eslint-plugin-react": "7.20.0",
86+
"eslint-plugin-react": "7.29.4",
8787
"eslint-plugin-react-hooks": "4.0.2",
8888
"http-proxy-middleware": "1.0.5",
8989
"husky": "4.2.5",

atcoder-problems-frontend/yarn.lock

Lines changed: 8 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,14 +1042,6 @@
10421042
core-js-pure "^3.20.2"
10431043
regenerator-runtime "^0.13.4"
10441044

1045-
"@babel/runtime-corejs3@^7.12.1":
1046-
version "7.12.5"
1047-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz#ffee91da0eb4c6dae080774e94ba606368e414f4"
1048-
integrity sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==
1049-
dependencies:
1050-
core-js-pure "^3.0.0"
1051-
regenerator-runtime "^0.13.4"
1052-
10531045
"@babel/runtime@^7.1.2", "@babel/runtime@^7.9.2":
10541046
version "7.14.0"
10551047
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
@@ -4070,11 +4062,6 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0:
40704062
browserslist "^4.19.1"
40714063
semver "7.0.0"
40724064

4073-
core-js-pure@^3.0.0:
4074-
version "3.15.2"
4075-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.15.2.tgz#c8e0874822705f3385d3197af9348f7c9ae2e3ce"
4076-
integrity sha512-D42L7RYh1J2grW8ttxoY1+17Y4wXZeKe7uyplAI3FkNQyI5OgBIAjUfFiTPfL1rs0qLpxaabITNbjKl1Sp82tA==
4077-
40784065
core-js-pure@^3.20.2:
40794066
version "3.21.1"
40804067
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.1.tgz#8c4d1e78839f5f46208de7230cebfb72bc3bdb51"
@@ -5114,7 +5101,7 @@ error-stack-parser@^2.0.6:
51145101
dependencies:
51155102
stackframe "^1.1.1"
51165103

5117-
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.19.0, es-abstract@^1.19.1:
5104+
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.19.0, es-abstract@^1.19.1:
51185105
version "1.19.1"
51195106
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
51205107
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
@@ -5338,27 +5325,10 @@ eslint-plugin-react-hooks@^4.2.0:
53385325
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
53395326
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
53405327

5341-
5342-
version "7.20.0"
5343-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz#f98712f0a5e57dfd3e5542ef0604b8739cd47be3"
5344-
integrity sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==
5345-
dependencies:
5346-
array-includes "^3.1.1"
5347-
doctrine "^2.1.0"
5348-
has "^1.0.3"
5349-
jsx-ast-utils "^2.2.3"
5350-
object.entries "^1.1.1"
5351-
object.fromentries "^2.0.2"
5352-
object.values "^1.1.1"
5353-
prop-types "^15.7.2"
5354-
resolve "^1.15.1"
5355-
string.prototype.matchall "^4.0.2"
5356-
xregexp "^4.3.0"
5357-
5358-
eslint-plugin-react@^7.21.5:
5359-
version "7.29.3"
5360-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
5361-
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
5328+
[email protected], eslint-plugin-react@^7.21.5:
5329+
version "7.29.4"
5330+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
5331+
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
53625332
dependencies:
53635333
array-includes "^3.1.4"
53645334
array.prototype.flatmap "^1.2.5"
@@ -7121,13 +7091,6 @@ is-core-module@^2.0.0, is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-mod
71217091
dependencies:
71227092
has "^1.0.3"
71237093

7124-
is-core-module@^2.1.0:
7125-
version "2.2.0"
7126-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
7127-
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
7128-
dependencies:
7129-
has "^1.0.3"
7130-
71317094
is-data-descriptor@^0.1.4:
71327095
version "0.1.4"
71337096
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8102,14 +8065,6 @@ jsprim@^1.2.2:
81028065
json-schema "0.2.3"
81038066
verror "1.10.0"
81048067

8105-
jsx-ast-utils@^2.2.3:
8106-
version "2.4.1"
8107-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
8108-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
8109-
dependencies:
8110-
array-includes "^3.1.1"
8111-
object.assign "^4.1.0"
8112-
81138068
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.2.1:
81148069
version "3.2.1"
81158070
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b"
@@ -9156,26 +9111,6 @@ object.entries@^1.1.0, object.entries@^1.1.5:
91569111
define-properties "^1.1.3"
91579112
es-abstract "^1.19.1"
91589113

9159-
object.entries@^1.1.1:
9160-
version "1.1.3"
9161-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
9162-
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
9163-
dependencies:
9164-
call-bind "^1.0.0"
9165-
define-properties "^1.1.3"
9166-
es-abstract "^1.18.0-next.1"
9167-
has "^1.0.3"
9168-
9169-
object.fromentries@^2.0.2:
9170-
version "2.0.4"
9171-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
9172-
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
9173-
dependencies:
9174-
call-bind "^1.0.2"
9175-
define-properties "^1.1.3"
9176-
es-abstract "^1.18.0-next.2"
9177-
has "^1.0.3"
9178-
91799114
object.fromentries@^2.0.5:
91809115
version "2.0.5"
91819116
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
@@ -9209,7 +9144,7 @@ object.pick@^1.3.0:
92099144
dependencies:
92109145
isobject "^3.0.1"
92119146

9212-
object.values@^1.1.0, object.values@^1.1.5:
9147+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.5:
92139148
version "1.1.5"
92149149
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
92159150
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -9218,16 +9153,6 @@ object.values@^1.1.0, object.values@^1.1.5:
92189153
define-properties "^1.1.3"
92199154
es-abstract "^1.19.1"
92209155

9221-
object.values@^1.1.1:
9222-
version "1.1.3"
9223-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
9224-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
9225-
dependencies:
9226-
call-bind "^1.0.2"
9227-
define-properties "^1.1.3"
9228-
es-abstract "^1.18.0-next.2"
9229-
has "^1.0.3"
9230-
92319156
obuf@^1.0.0, obuf@^1.1.2:
92329157
version "1.1.2"
92339158
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -10498,16 +10423,7 @@ prompts@^2.0.1:
1049810423
kleur "^3.0.3"
1049910424
sisteransi "^1.0.5"
1050010425

10501-
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
10502-
version "15.7.2"
10503-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
10504-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
10505-
dependencies:
10506-
loose-envify "^1.4.0"
10507-
object-assign "^4.1.1"
10508-
react-is "^16.8.1"
10509-
10510-
prop-types@^15.7.2, prop-types@^15.8.1:
10426+
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1051110427
version "15.8.1"
1051210428
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1051310429
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -10811,7 +10727,7 @@ [email protected]:
1081110727
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.2.0.tgz#6dda80c8a8f338ff96a1851424d63083282630d0"
1081210728
integrity sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==
1081310729

10814-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
10730+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.4:
1081510731
version "16.13.1"
1081610732
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1081710733
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -11405,14 +11321,6 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.1
1140511321
path-parse "^1.0.7"
1140611322
supports-preserve-symlinks-flag "^1.0.0"
1140711323

11408-
resolve@^1.15.1:
11409-
version "1.19.0"
11410-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
11411-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
11412-
dependencies:
11413-
is-core-module "^2.1.0"
11414-
path-parse "^1.0.6"
11415-
1141611324
resolve@^2.0.0-next.3:
1141711325
version "2.0.0-next.3"
1141811326
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -12300,19 +12208,6 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1230012208
is-fullwidth-code-point "^3.0.0"
1230112209
strip-ansi "^6.0.1"
1230212210

12303-
string.prototype.matchall@^4.0.2:
12304-
version "4.0.4"
12305-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
12306-
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
12307-
dependencies:
12308-
call-bind "^1.0.2"
12309-
define-properties "^1.1.3"
12310-
es-abstract "^1.18.0-next.2"
12311-
has-symbols "^1.0.1"
12312-
internal-slot "^1.0.3"
12313-
regexp.prototype.flags "^1.3.1"
12314-
side-channel "^1.0.4"
12315-
1231612211
string.prototype.matchall@^4.0.6:
1231712212
version "4.0.6"
1231812213
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
@@ -13750,13 +13645,6 @@ xmlchars@^2.2.0:
1375013645
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
1375113646
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
1375213647

13753-
xregexp@^4.3.0:
13754-
version "4.4.1"
13755-
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.4.1.tgz#c84a88fa79e9ab18ca543959712094492185fe65"
13756-
integrity sha512-2u9HwfadaJaY9zHtRRnH6BY6CQVNQKkYm3oLtC9gJXXzfsbACg5X5e4EZZGVAH+YIfa+QA9lsFQTTe3HURF3ag==
13757-
dependencies:
13758-
"@babel/runtime-corejs3" "^7.12.1"
13759-
1376013648
xtend@^4.0.0, xtend@~4.0.1:
1376113649
version "4.0.2"
1376213650
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)