Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 24f0ca9

Browse files
committed
Update dependency eslint-plugin-import to v2.20.1
1 parent d932e14 commit 24f0ca9

File tree

2 files changed

+136
-37
lines changed

2 files changed

+136
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"enzyme-to-json": "3.2.2",
5252
"eslint": "4.11.0",
5353
"eslint-config-airbnb": "16.1.0",
54-
"eslint-plugin-import": "2.8.0",
54+
"eslint-plugin-import": "2.20.1",
5555
"eslint-plugin-jsx-a11y": "6.0.2",
5656
"eslint-plugin-react": "7.4.0",
5757
"file-loader": "1.1.5",

yarn.lock

Lines changed: 135 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,13 @@ array-unique@^0.2.1:
287287
version "0.2.1"
288288
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
289289

290+
array.prototype.flat@^1.2.1:
291+
version "1.2.3"
292+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
293+
dependencies:
294+
define-properties "^1.1.3"
295+
es-abstract "^1.17.0-next.1"
296+
290297
arrify@^1.0.0, arrify@^1.0.1:
291298
version "1.0.1"
292299
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1218,7 +1225,7 @@ buffer@^4.3.0:
12181225
ieee754 "^1.1.4"
12191226
isarray "^1.0.0"
12201227

1221-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1228+
builtin-modules@^1.0.0:
12221229
version "1.1.1"
12231230
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
12241231

@@ -1750,7 +1757,7 @@ date-now@^0.1.4:
17501757
version "0.1.4"
17511758
resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
17521759

1753-
[email protected], debug@^2.2.0, debug@^2.6.6, debug@^2.6.8:
1760+
[email protected], debug@^2.2.0, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9:
17541761
version "2.6.9"
17551762
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
17561763
dependencies:
@@ -1791,6 +1798,12 @@ define-properties@^1.1.2:
17911798
foreach "^2.0.5"
17921799
object-keys "^1.0.8"
17931800

1801+
define-properties@^1.1.3:
1802+
version "1.1.3"
1803+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1804+
dependencies:
1805+
object-keys "^1.0.12"
1806+
17941807
defined@^1.0.0:
17951808
version "1.0.0"
17961809
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
@@ -2059,6 +2072,22 @@ error-ex@^1.2.0:
20592072
dependencies:
20602073
is-arrayish "^0.2.1"
20612074

2075+
es-abstract@^1.17.0-next.1:
2076+
version "1.17.4"
2077+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
2078+
dependencies:
2079+
es-to-primitive "^1.2.1"
2080+
function-bind "^1.1.1"
2081+
has "^1.0.3"
2082+
has-symbols "^1.0.1"
2083+
is-callable "^1.1.5"
2084+
is-regex "^1.0.5"
2085+
object-inspect "^1.7.0"
2086+
object-keys "^1.1.1"
2087+
object.assign "^4.1.0"
2088+
string.prototype.trimleft "^2.1.1"
2089+
string.prototype.trimright "^2.1.1"
2090+
20622091
es-abstract@^1.6.1, es-abstract@^1.7.0:
20632092
version "1.9.0"
20642093
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2077,6 +2106,14 @@ es-to-primitive@^1.1.1:
20772106
is-date-object "^1.0.1"
20782107
is-symbol "^1.0.1"
20792108

2109+
es-to-primitive@^1.2.1:
2110+
version "1.2.1"
2111+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2112+
dependencies:
2113+
is-callable "^1.1.4"
2114+
is-date-object "^1.0.1"
2115+
is-symbol "^1.0.2"
2116+
20802117
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
20812118
version "0.10.35"
20822119
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.35.tgz#18ee858ce6a3c45c7d79e91c15fcca9ec568494f"
@@ -2169,34 +2206,36 @@ [email protected]:
21692206
dependencies:
21702207
eslint-config-airbnb-base "^12.1.0"
21712208

2172-
eslint-import-resolver-node@^0.3.1:
2173-
version "0.3.1"
2174-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz#4422574cde66a9a7b099938ee4d508a199e0e3cc"
2209+
eslint-import-resolver-node@^0.3.2:
2210+
version "0.3.3"
2211+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
21752212
dependencies:
2176-
debug "^2.6.8"
2177-
resolve "^1.2.0"
2213+
debug "^2.6.9"
2214+
resolve "^1.13.1"
21782215

2179-
eslint-module-utils@^2.1.1:
2180-
version "2.1.1"
2181-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
2216+
eslint-module-utils@^2.4.1:
2217+
version "2.5.2"
2218+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
21822219
dependencies:
2183-
debug "^2.6.8"
2184-
pkg-dir "^1.0.0"
2220+
debug "^2.6.9"
2221+
pkg-dir "^2.0.0"
21852222

2186-
eslint-plugin-import@2.8.0:
2187-
version "2.8.0"
2188-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
2223+
eslint-plugin-import@2.20.1:
2224+
version "2.20.1"
2225+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
21892226
dependencies:
2190-
builtin-modules "^1.1.1"
2227+
array-includes "^3.0.3"
2228+
array.prototype.flat "^1.2.1"
21912229
contains-path "^0.1.0"
2192-
debug "^2.6.8"
2230+
debug "^2.6.9"
21932231
doctrine "1.5.0"
2194-
eslint-import-resolver-node "^0.3.1"
2195-
eslint-module-utils "^2.1.1"
2196-
has "^1.0.1"
2197-
lodash.cond "^4.3.0"
2198-
minimatch "^3.0.3"
2232+
eslint-import-resolver-node "^0.3.2"
2233+
eslint-module-utils "^2.4.1"
2234+
has "^1.0.3"
2235+
minimatch "^3.0.4"
2236+
object.values "^1.1.0"
21992237
read-pkg-up "^2.0.0"
2238+
resolve "^1.12.0"
22002239

22012240
22022241
version "6.0.2"
@@ -2879,6 +2918,10 @@ has-flag@^2.0.0:
28792918
version "2.0.0"
28802919
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
28812920

2921+
has-symbols@^1.0.0, has-symbols@^1.0.1:
2922+
version "1.0.1"
2923+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2924+
28822925
has-unicode@^2.0.0:
28832926
version "2.0.1"
28842927
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2889,6 +2932,12 @@ has@^1.0.1:
28892932
dependencies:
28902933
function-bind "^1.0.2"
28912934

2935+
has@^1.0.3:
2936+
version "1.0.3"
2937+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2938+
dependencies:
2939+
function-bind "^1.1.1"
2940+
28922941
hash-base@^2.0.0:
28932942
version "2.0.2"
28942943
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3192,6 +3241,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
31923241
version "1.1.3"
31933242
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
31943243

3244+
is-callable@^1.1.4, is-callable@^1.1.5:
3245+
version "1.1.5"
3246+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
3247+
31953248
is-ci@^1.0.10:
31963249
version "1.0.10"
31973250
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -3308,6 +3361,12 @@ is-regex@^1.0.4:
33083361
dependencies:
33093362
has "^1.0.1"
33103363

3364+
is-regex@^1.0.5:
3365+
version "1.0.5"
3366+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
3367+
dependencies:
3368+
has "^1.0.3"
3369+
33113370
is-resolvable@^1.0.0:
33123371
version "1.0.0"
33133372
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62"
@@ -3332,6 +3391,12 @@ is-symbol@^1.0.1:
33323391
version "1.0.1"
33333392
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
33343393

3394+
is-symbol@^1.0.2:
3395+
version "1.0.3"
3396+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
3397+
dependencies:
3398+
has-symbols "^1.0.1"
3399+
33353400
is-typedarray@~1.0.0:
33363401
version "1.0.0"
33373402
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3873,10 +3938,6 @@ lodash.camelcase@^4.3.0:
38733938
version "4.3.0"
38743939
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
38753940

3876-
lodash.cond@^4.3.0:
3877-
version "4.5.2"
3878-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
3879-
38803941
lodash.flattendeep@^4.4.0:
38813942
version "4.4.0"
38823943
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -4290,6 +4351,10 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
42904351
version "4.1.1"
42914352
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
42924353

4354+
object-inspect@^1.7.0:
4355+
version "1.7.0"
4356+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
4357+
42934358
object-is@^1.0.1:
42944359
version "1.0.1"
42954360
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -4298,6 +4363,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
42984363
version "1.0.11"
42994364
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
43004365

4366+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
4367+
version "1.1.1"
4368+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
4369+
43014370
object.assign@^4.0.4:
43024371
version "4.0.4"
43034372
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
@@ -4306,6 +4375,15 @@ object.assign@^4.0.4:
43064375
function-bind "^1.1.0"
43074376
object-keys "^1.0.10"
43084377

4378+
object.assign@^4.1.0:
4379+
version "4.1.0"
4380+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4381+
dependencies:
4382+
define-properties "^1.1.2"
4383+
function-bind "^1.1.1"
4384+
has-symbols "^1.0.0"
4385+
object-keys "^1.0.11"
4386+
43094387
object.entries@^1.0.4:
43104388
version "1.0.4"
43114389
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
@@ -4331,6 +4409,15 @@ object.values@^1.0.4:
43314409
function-bind "^1.1.0"
43324410
has "^1.0.1"
43334411

4412+
object.values@^1.1.0:
4413+
version "1.1.1"
4414+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
4415+
dependencies:
4416+
define-properties "^1.1.3"
4417+
es-abstract "^1.17.0-next.1"
4418+
function-bind "^1.1.1"
4419+
has "^1.0.3"
4420+
43344421
obuf@^1.0.0, obuf@^1.1.1:
43354422
version "1.1.1"
43364423
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -4519,6 +4606,10 @@ path-parse@^1.0.5:
45194606
version "1.0.5"
45204607
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
45214608

4609+
path-parse@^1.0.6:
4610+
version "1.0.6"
4611+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4612+
45224613
45234614
version "0.1.7"
45244615
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -4573,12 +4664,6 @@ pinkie@^2.0.0:
45734664
version "2.0.4"
45744665
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
45754666

4576-
pkg-dir@^1.0.0:
4577-
version "1.0.0"
4578-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
4579-
dependencies:
4580-
find-up "^1.0.0"
4581-
45824667
pkg-dir@^2.0.0:
45834668
version "2.0.0"
45844669
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -5285,11 +5370,11 @@ [email protected]:
52855370
version "1.1.7"
52865371
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
52875372

5288-
resolve@^1.2.0:
5289-
version "1.5.0"
5290-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
5373+
resolve@^1.12.0, resolve@^1.13.1:
5374+
version "1.15.1"
5375+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
52915376
dependencies:
5292-
path-parse "^1.0.5"
5377+
path-parse "^1.0.6"
52935378

52945379
restore-cursor@^2.0.0:
52955380
version "2.0.0"
@@ -5692,6 +5777,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
56925777
is-fullwidth-code-point "^2.0.0"
56935778
strip-ansi "^4.0.0"
56945779

5780+
string.prototype.trimleft@^2.1.1:
5781+
version "2.1.1"
5782+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
5783+
dependencies:
5784+
define-properties "^1.1.3"
5785+
function-bind "^1.1.1"
5786+
5787+
string.prototype.trimright@^2.1.1:
5788+
version "2.1.1"
5789+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
5790+
dependencies:
5791+
define-properties "^1.1.3"
5792+
function-bind "^1.1.1"
5793+
56955794
string_decoder@^0.10.25:
56965795
version "0.10.31"
56975796
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)