Skip to content

Commit ed5a931

Browse files
fix(deps): update dependency eslint-plugin-react to v7.21.4 (#207)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cf0c18d commit ed5a931

File tree

2 files changed

+64
-6
lines changed

2 files changed

+64
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint-plugin-jsx-a11y": "6.3.1",
1717
"eslint-plugin-prefer-arrow": "1.2.2",
1818
"eslint-plugin-prettier": "3.1.4",
19-
"eslint-plugin-react": "7.21.3",
19+
"eslint-plugin-react": "7.21.4",
2020
"eslint-plugin-react-hooks": "4.1.2",
2121
"merge-options": "3.0.3",
2222
"prettier": "2.1.2",

yarn.lock

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,24 @@ es-abstract@^1.17.5:
17321732
string.prototype.trimend "^1.0.1"
17331733
string.prototype.trimstart "^1.0.1"
17341734

1735+
es-abstract@^1.18.0-next.0:
1736+
version "1.18.0-next.1"
1737+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
1738+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
1739+
dependencies:
1740+
es-to-primitive "^1.2.1"
1741+
function-bind "^1.1.1"
1742+
has "^1.0.3"
1743+
has-symbols "^1.0.1"
1744+
is-callable "^1.2.2"
1745+
is-negative-zero "^2.0.0"
1746+
is-regex "^1.1.1"
1747+
object-inspect "^1.8.0"
1748+
object-keys "^1.1.1"
1749+
object.assign "^4.1.1"
1750+
string.prototype.trimend "^1.0.1"
1751+
string.prototype.trimstart "^1.0.1"
1752+
17351753
es-to-primitive@^1.2.1:
17361754
version "1.2.1"
17371755
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -1864,16 +1882,16 @@ [email protected]:
18641882
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
18651883
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
18661884

1867-
1868-
version "7.21.3"
1869-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
1870-
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
1885+
1886+
version "7.21.4"
1887+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
1888+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
18711889
dependencies:
18721890
array-includes "^3.1.1"
18731891
array.prototype.flatmap "^1.2.3"
18741892
doctrine "^2.1.0"
18751893
has "^1.0.3"
1876-
jsx-ast-utils "^2.4.1"
1894+
jsx-ast-utils "^2.4.1 || ^3.0.0"
18771895
object.entries "^1.1.2"
18781896
object.fromentries "^2.0.2"
18791897
object.values "^1.1.1"
@@ -2891,6 +2909,11 @@ is-callable@^1.2.0:
28912909
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
28922910
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
28932911

2912+
is-callable@^1.2.2:
2913+
version "1.2.2"
2914+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
2915+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
2916+
28942917
is-ci@^1.0.10:
28952918
version "1.2.1"
28962919
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -2991,6 +3014,11 @@ is-installed-globally@^0.1.0:
29913014
global-dirs "^0.1.0"
29923015
is-path-inside "^1.0.0"
29933016

3017+
is-negative-zero@^2.0.0:
3018+
version "2.0.0"
3019+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
3020+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
3021+
29943022
is-npm@^1.0.0:
29953023
version "1.0.0"
29963024
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -3063,6 +3091,13 @@ is-regex@^1.1.0:
30633091
dependencies:
30643092
has-symbols "^1.0.1"
30653093

3094+
is-regex@^1.1.1:
3095+
version "1.1.1"
3096+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
3097+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
3098+
dependencies:
3099+
has-symbols "^1.0.1"
3100+
30663101
is-retry-allowed@^1.0.0:
30673102
version "1.2.0"
30683103
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
@@ -3252,6 +3287,14 @@ jsx-ast-utils@^2.4.1:
32523287
array-includes "^3.1.1"
32533288
object.assign "^4.1.0"
32543289

3290+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
3291+
version "3.0.0"
3292+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
3293+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
3294+
dependencies:
3295+
array-includes "^3.1.1"
3296+
object.assign "^4.1.1"
3297+
32553298
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
32563299
version "3.2.2"
32573300
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -4310,6 +4353,11 @@ object-inspect@^1.7.0:
43104353
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
43114354
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
43124355

4356+
object-inspect@^1.8.0:
4357+
version "1.8.0"
4358+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
4359+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
4360+
43134361
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
43144362
version "1.1.1"
43154363
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -4332,6 +4380,16 @@ object.assign@^4.1.0:
43324380
has-symbols "^1.0.0"
43334381
object-keys "^1.0.11"
43344382

4383+
object.assign@^4.1.1:
4384+
version "4.1.1"
4385+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
4386+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
4387+
dependencies:
4388+
define-properties "^1.1.3"
4389+
es-abstract "^1.18.0-next.0"
4390+
has-symbols "^1.0.1"
4391+
object-keys "^1.1.1"
4392+
43354393
object.entries@^1.1.2:
43364394
version "1.1.2"
43374395
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"

0 commit comments

Comments
 (0)