Skip to content

Commit 7819ae6

Browse files
fix(deps): update dependency eslint-plugin-react to ^7.21.4 (#141)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 54d1fb0 commit 7819ae6

File tree

2 files changed

+55
-32
lines changed

2 files changed

+55
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-etc": "^0.0.1-beta.44",
4343
"eslint-plugin-import": "^2.22.1",
4444
"eslint-plugin-jsdoc": "^30.2.1",
45-
"eslint-plugin-react": "^7.20.5",
45+
"eslint-plugin-react": "^7.21.4",
4646
"eslint-plugin-react-hooks": "^4.1.2",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.29",
4848
"eslint-plugin-unicorn": "^21.0.0"

yarn.lock

Lines changed: 54 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5, es-abstrac
16271627
string.prototype.trimend "^1.0.1"
16281628
string.prototype.trimstart "^1.0.1"
16291629

1630+
es-abstract@^1.18.0-next.0:
1631+
version "1.18.0-next.1"
1632+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
1633+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
1634+
dependencies:
1635+
es-to-primitive "^1.2.1"
1636+
function-bind "^1.1.1"
1637+
has "^1.0.3"
1638+
has-symbols "^1.0.1"
1639+
is-callable "^1.2.2"
1640+
is-negative-zero "^2.0.0"
1641+
is-regex "^1.1.1"
1642+
object-inspect "^1.8.0"
1643+
object-keys "^1.1.1"
1644+
object.assign "^4.1.1"
1645+
string.prototype.trimend "^1.0.1"
1646+
string.prototype.trimstart "^1.0.1"
1647+
16301648
es-to-primitive@^1.2.1:
16311649
version "1.2.1"
16321650
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -1749,16 +1767,16 @@ eslint-plugin-react-hooks@^4.1.2:
17491767
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
17501768
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
17511769

1752-
eslint-plugin-react@^7.20.5:
1753-
version "7.20.5"
1754-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857"
1755-
integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw==
1770+
eslint-plugin-react@^7.21.4:
1771+
version "7.21.4"
1772+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
1773+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
17561774
dependencies:
17571775
array-includes "^3.1.1"
17581776
array.prototype.flatmap "^1.2.3"
17591777
doctrine "^2.1.0"
17601778
has "^1.0.3"
1761-
jsx-ast-utils "^2.4.1"
1779+
jsx-ast-utils "^2.4.1 || ^3.0.0"
17621780
object.entries "^1.1.2"
17631781
object.fromentries "^2.0.2"
17641782
object.values "^1.1.1"
@@ -2562,10 +2580,10 @@ is-arrayish@^0.2.1:
25622580
resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
25632581
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
25642582

2565-
is-callable@^1.1.4, is-callable@^1.2.0:
2566-
version "1.2.0"
2567-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
2568-
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
2583+
is-callable@^1.1.4, is-callable@^1.2.0, is-callable@^1.2.2:
2584+
version "1.2.2"
2585+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
2586+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
25692587

25702588
is-ci@^1.0.10:
25712589
version "1.2.1"
@@ -2623,6 +2641,11 @@ is-installed-globally@^0.1.0:
26232641
global-dirs "^0.1.0"
26242642
is-path-inside "^1.0.0"
26252643

2644+
is-negative-zero@^2.0.0:
2645+
version "2.0.0"
2646+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
2647+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
2648+
26262649
is-npm@^1.0.0:
26272650
version "1.0.0"
26282651
resolved "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -2667,10 +2690,10 @@ is-redirect@^1.0.0:
26672690
resolved "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
26682691
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
26692692

2670-
is-regex@^1.1.0:
2671-
version "1.1.0"
2672-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
2673-
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
2693+
is-regex@^1.1.0, is-regex@^1.1.1:
2694+
version "1.1.1"
2695+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
2696+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
26742697
dependencies:
26752698
has-symbols "^1.0.1"
26762699

@@ -2837,13 +2860,13 @@ jsprim@^1.2.2:
28372860
json-schema "0.2.3"
28382861
verror "1.10.0"
28392862

2840-
jsx-ast-utils@^2.4.1:
2841-
version "2.4.1"
2842-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
2843-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
2863+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
2864+
version "3.0.0"
2865+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
2866+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
28442867
dependencies:
28452868
array-includes "^3.1.1"
2846-
object.assign "^4.1.0"
2869+
object.assign "^4.1.1"
28472870

28482871
kleur@^3.0.3:
28492872
version "3.0.3"
@@ -3799,25 +3822,25 @@ object-assign@^4.1.0, object-assign@^4.1.1:
37993822
resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
38003823
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
38013824

3802-
object-inspect@^1.7.0:
3803-
version "1.7.0"
3804-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3805-
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
3825+
object-inspect@^1.7.0, object-inspect@^1.8.0:
3826+
version "1.8.0"
3827+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
3828+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
38063829

3807-
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3830+
object-keys@^1.0.12, object-keys@^1.1.1:
38083831
version "1.1.1"
38093832
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
38103833
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
38113834

3812-
object.assign@^4.1.0:
3813-
version "4.1.0"
3814-
resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3815-
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
3835+
object.assign@^4.1.0, object.assign@^4.1.1:
3836+
version "4.1.1"
3837+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
3838+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
38163839
dependencies:
3817-
define-properties "^1.1.2"
3818-
function-bind "^1.1.1"
3819-
has-symbols "^1.0.0"
3820-
object-keys "^1.0.11"
3840+
define-properties "^1.1.3"
3841+
es-abstract "^1.18.0-next.0"
3842+
has-symbols "^1.0.1"
3843+
object-keys "^1.1.1"
38213844

38223845
object.entries@^1.1.2:
38233846
version "1.1.2"

0 commit comments

Comments
 (0)