Skip to content

Commit 974d6e1

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.18.0
1 parent 6dc706e commit 974d6e1

2 files changed

Lines changed: 97 additions & 27 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.20.0",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.17.0",
12+
"eslint-plugin-react": "7.18.0",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "2.1.8"

advanced/yarn.lock

Lines changed: 96 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,15 @@ array-includes@^3.0.3:
17321732
define-properties "^1.1.2"
17331733
es-abstract "^1.7.0"
17341734

1735+
array-includes@^3.1.1:
1736+
version "3.1.1"
1737+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
1738+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
1739+
dependencies:
1740+
define-properties "^1.1.3"
1741+
es-abstract "^1.17.0"
1742+
is-string "^1.0.5"
1743+
17351744
array-map@~0.0.0:
17361745
version "0.0.0"
17371746
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -4018,6 +4027,23 @@ es-abstract@^1.15.0:
40184027
string.prototype.trimleft "^2.1.0"
40194028
string.prototype.trimright "^2.1.0"
40204029

4030+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
4031+
version "1.17.2"
4032+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
4033+
integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw==
4034+
dependencies:
4035+
es-to-primitive "^1.2.1"
4036+
function-bind "^1.1.1"
4037+
has "^1.0.3"
4038+
has-symbols "^1.0.1"
4039+
is-callable "^1.1.5"
4040+
is-regex "^1.0.5"
4041+
object-inspect "^1.7.0"
4042+
object-keys "^1.1.1"
4043+
object.assign "^4.1.0"
4044+
string.prototype.trimleft "^2.1.1"
4045+
string.prototype.trimright "^2.1.1"
4046+
40214047
es-abstract@^1.7.0:
40224048
version "1.10.0"
40234049
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -4137,11 +4163,6 @@ eslint-plugin-babel@4.1.2:
41374163
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
41384164
integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=
41394165

4140-
eslint-plugin-eslint-plugin@^2.1.0:
4141-
version "2.1.0"
4142-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
4143-
integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg==
4144-
41454166
eslint-plugin-flowtype@2.50.1:
41464167
version "2.50.1"
41474168
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.1.tgz#36d4c961ac8b9e9e1dc091d3fba0537dad34ae8a"
@@ -4238,21 +4259,20 @@ eslint-plugin-react@7.12.4:
42384259
prop-types "^15.6.2"
42394260
resolve "^1.9.0"
42404261

4241-
eslint-plugin-react@7.17.0:
4242-
version "7.17.0"
4243-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
4244-
integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A==
4262+
eslint-plugin-react@7.18.0:
4263+
version "7.18.0"
4264+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
4265+
integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ==
42454266
dependencies:
4246-
array-includes "^3.0.3"
4267+
array-includes "^3.1.1"
42474268
doctrine "^2.1.0"
4248-
eslint-plugin-eslint-plugin "^2.1.0"
42494269
has "^1.0.3"
42504270
jsx-ast-utils "^2.2.3"
4251-
object.entries "^1.1.0"
4252-
object.fromentries "^2.0.1"
4253-
object.values "^1.1.0"
4271+
object.entries "^1.1.1"
4272+
object.fromentries "^2.0.2"
4273+
object.values "^1.1.1"
42544274
prop-types "^15.7.2"
4255-
resolve "^1.13.1"
4275+
resolve "^1.14.2"
42564276

42574277
eslint-scope@3.7.1, eslint-scope@^3.7.1:
42584278
version "3.7.1"
@@ -6094,6 +6114,11 @@ is-callable@^1.1.4:
60946114
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
60956115
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
60966116

6117+
is-callable@^1.1.5:
6118+
version "1.1.5"
6119+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
6120+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
6121+
60976122
is-ci@^1.0.10:
60986123
version "1.1.0"
60996124
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -6306,6 +6331,13 @@ is-regex@^1.0.4:
63066331
dependencies:
63076332
has "^1.0.1"
63086333

6334+
is-regex@^1.0.5:
6335+
version "1.0.5"
6336+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
6337+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
6338+
dependencies:
6339+
has "^1.0.3"
6340+
63096341
is-regexp@^1.0.0:
63106342
version "1.0.0"
63116343
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6326,6 +6358,11 @@ is-stream@^1.0.1, is-stream@^1.1.0:
63266358
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
63276359
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
63286360

6361+
is-string@^1.0.5:
6362+
version "1.0.5"
6363+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
6364+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
6365+
63296366
is-svg@^3.0.0:
63306367
version "3.0.0"
63316368
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -8033,13 +8070,13 @@ object.assign@^4.1.0:
80338070
has-symbols "^1.0.0"
80348071
object-keys "^1.0.11"
80358072

8036-
object.entries@^1.1.0:
8037-
version "1.1.0"
8038-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
8039-
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
8073+
object.entries@^1.1.1:
8074+
version "1.1.1"
8075+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
8076+
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
80408077
dependencies:
80418078
define-properties "^1.1.3"
8042-
es-abstract "^1.12.0"
8079+
es-abstract "^1.17.0-next.1"
80438080
function-bind "^1.1.1"
80448081
has "^1.0.3"
80458082

@@ -8053,13 +8090,13 @@ object.fromentries@^2.0.0:
80538090
function-bind "^1.1.1"
80548091
has "^1.0.1"
80558092

8056-
object.fromentries@^2.0.1:
8057-
version "2.0.1"
8058-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
8059-
integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
8093+
object.fromentries@^2.0.2:
8094+
version "2.0.2"
8095+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
8096+
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
80608097
dependencies:
80618098
define-properties "^1.1.3"
8062-
es-abstract "^1.15.0"
8099+
es-abstract "^1.17.0-next.1"
80638100
function-bind "^1.1.1"
80648101
has "^1.0.3"
80658102

@@ -8096,6 +8133,16 @@ object.values@^1.1.0:
80968133
function-bind "^1.1.1"
80978134
has "^1.0.3"
80988135

8136+
object.values@^1.1.1:
8137+
version "1.1.1"
8138+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
8139+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
8140+
dependencies:
8141+
define-properties "^1.1.3"
8142+
es-abstract "^1.17.0-next.1"
8143+
function-bind "^1.1.1"
8144+
has "^1.0.3"
8145+
80998146
obuf@^1.0.0:
81008147
version "1.1.1"
81018148
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -10173,13 +10220,20 @@ resolve@1.10.0, resolve@^1.6.0, resolve@^1.8.1:
1017310220
dependencies:
1017410221
path-parse "^1.0.6"
1017510222

10176-
resolve@^1.12.0, resolve@^1.13.1:
10223+
resolve@^1.12.0:
1017710224
version "1.13.1"
1017810225
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
1017910226
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
1018010227
dependencies:
1018110228
path-parse "^1.0.6"
1018210229

10230+
resolve@^1.14.2:
10231+
version "1.14.2"
10232+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
10233+
integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
10234+
dependencies:
10235+
path-parse "^1.0.6"
10236+
1018310237
resolve@^1.3.2, resolve@^1.5.0:
1018410238
version "1.5.0"
1018510239
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
@@ -10888,6 +10942,14 @@ string.prototype.trimleft@^2.1.0:
1088810942
define-properties "^1.1.3"
1088910943
function-bind "^1.1.1"
1089010944

10945+
string.prototype.trimleft@^2.1.1:
10946+
version "2.1.1"
10947+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10948+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10949+
dependencies:
10950+
define-properties "^1.1.3"
10951+
function-bind "^1.1.1"
10952+
1089110953
string.prototype.trimright@^2.1.0:
1089210954
version "2.1.0"
1089310955
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
@@ -10896,6 +10958,14 @@ string.prototype.trimright@^2.1.0:
1089610958
define-properties "^1.1.3"
1089710959
function-bind "^1.1.1"
1089810960

10961+
string.prototype.trimright@^2.1.1:
10962+
version "2.1.1"
10963+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10964+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10965+
dependencies:
10966+
define-properties "^1.1.3"
10967+
function-bind "^1.1.1"
10968+
1089910969
string_decoder@^1.0.0, string_decoder@~1.0.3:
1090010970
version "1.0.3"
1090110971
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)