Skip to content

Commit e3c3174

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.20.1
1 parent 85313cd commit e3c3174

File tree

2 files changed

+145
-36
lines changed

2 files changed

+145
-36
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "4.19.1",
4343
"eslint-config-airbnb-base": "12.1.0",
4444
"eslint-config-prettier": "2.9.0",
45-
"eslint-plugin-import": "2.11.0",
45+
"eslint-plugin-import": "2.20.1",
4646
"eslint-plugin-jest": "21.15.1",
4747
"eslint-plugin-prettier": "2.6.0",
4848
"husky": "0.14.3",

Diff for: yarn.lock

+144-35
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,14 @@ array-equal@^1.0.0:
246246
version "1.0.0"
247247
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
248248

249+
array-includes@^3.0.3:
250+
version "3.1.1"
251+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
252+
dependencies:
253+
define-properties "^1.1.3"
254+
es-abstract "^1.17.0"
255+
is-string "^1.0.5"
256+
249257
array-union@^1.0.1:
250258
version "1.0.2"
251259
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -264,6 +272,13 @@ array-unique@^0.3.2:
264272
version "0.3.2"
265273
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
266274

275+
array.prototype.flat@^1.2.1:
276+
version "1.2.3"
277+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
278+
dependencies:
279+
define-properties "^1.1.3"
280+
es-abstract "^1.17.0-next.1"
281+
267282
arrify@^1.0.0, arrify@^1.0.1:
268283
version "1.0.1"
269284
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1446,6 +1461,12 @@ define-properties@^1.1.2:
14461461
foreach "^2.0.5"
14471462
object-keys "^1.0.8"
14481463

1464+
define-properties@^1.1.3:
1465+
version "1.1.3"
1466+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1467+
dependencies:
1468+
object-keys "^1.0.12"
1469+
14491470
define-property@^0.2.5:
14501471
version "0.2.5"
14511472
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -1544,6 +1565,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
15441565
dependencies:
15451566
is-arrayish "^0.2.1"
15461567

1568+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
1569+
version "1.17.4"
1570+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
1571+
dependencies:
1572+
es-to-primitive "^1.2.1"
1573+
function-bind "^1.1.1"
1574+
has "^1.0.3"
1575+
has-symbols "^1.0.1"
1576+
is-callable "^1.1.5"
1577+
is-regex "^1.0.5"
1578+
object-inspect "^1.7.0"
1579+
object-keys "^1.1.1"
1580+
object.assign "^4.1.0"
1581+
string.prototype.trimleft "^2.1.1"
1582+
string.prototype.trimright "^2.1.1"
1583+
15471584
es-abstract@^1.5.1:
15481585
version "1.10.0"
15491586
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -1562,6 +1599,14 @@ es-to-primitive@^1.1.1:
15621599
is-date-object "^1.0.1"
15631600
is-symbol "^1.0.1"
15641601

1602+
es-to-primitive@^1.2.1:
1603+
version "1.2.1"
1604+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1605+
dependencies:
1606+
is-callable "^1.1.4"
1607+
is-date-object "^1.0.1"
1608+
is-symbol "^1.0.2"
1609+
15651610
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
15661611
version "1.0.5"
15671612
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1589,34 +1634,36 @@ [email protected]:
15891634
dependencies:
15901635
get-stdin "^5.0.1"
15911636

1592-
eslint-import-resolver-node@^0.3.1:
1593-
version "0.3.2"
1594-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
1637+
eslint-import-resolver-node@^0.3.2:
1638+
version "0.3.3"
1639+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
15951640
dependencies:
15961641
debug "^2.6.9"
1597-
resolve "^1.5.0"
1642+
resolve "^1.13.1"
15981643

1599-
eslint-module-utils@^2.2.0:
1600-
version "2.2.0"
1601-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
1644+
eslint-module-utils@^2.4.1:
1645+
version "2.5.2"
1646+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
16021647
dependencies:
1603-
debug "^2.6.8"
1604-
pkg-dir "^1.0.0"
1648+
debug "^2.6.9"
1649+
pkg-dir "^2.0.0"
16051650

1606-
eslint-plugin-import@2.11.0:
1607-
version "2.11.0"
1608-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
1651+
eslint-plugin-import@2.20.1:
1652+
version "2.20.1"
1653+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
16091654
dependencies:
1655+
array-includes "^3.0.3"
1656+
array.prototype.flat "^1.2.1"
16101657
contains-path "^0.1.0"
1611-
debug "^2.6.8"
1658+
debug "^2.6.9"
16121659
doctrine "1.5.0"
1613-
eslint-import-resolver-node "^0.3.1"
1614-
eslint-module-utils "^2.2.0"
1615-
has "^1.0.1"
1616-
lodash "^4.17.4"
1617-
minimatch "^3.0.3"
1660+
eslint-import-resolver-node "^0.3.2"
1661+
eslint-module-utils "^2.4.1"
1662+
has "^1.0.3"
1663+
minimatch "^3.0.4"
1664+
object.values "^1.1.0"
16181665
read-pkg-up "^2.0.0"
1619-
resolve "^1.6.0"
1666+
resolve "^1.12.0"
16201667

16211668
16221669
version "21.15.1"
@@ -2182,6 +2229,10 @@ has-flag@^3.0.0:
21822229
version "3.0.0"
21832230
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
21842231

2232+
has-symbols@^1.0.0, has-symbols@^1.0.1:
2233+
version "1.0.1"
2234+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2235+
21852236
has-unicode@^2.0.0:
21862237
version "2.0.1"
21872238
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2219,6 +2270,12 @@ has@^1.0.1:
22192270
dependencies:
22202271
function-bind "^1.0.2"
22212272

2273+
has@^1.0.3:
2274+
version "1.0.3"
2275+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2276+
dependencies:
2277+
function-bind "^1.1.1"
2278+
22222279
[email protected], hawk@~3.1.3:
22232280
version "3.1.3"
22242281
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2395,6 +2452,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
23952452
version "1.1.3"
23962453
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
23972454

2455+
is-callable@^1.1.4, is-callable@^1.1.5:
2456+
version "1.1.5"
2457+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
2458+
23982459
is-ci@^1.0.10:
23992460
version "1.1.0"
24002461
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -2569,6 +2630,12 @@ is-regex@^1.0.4:
25692630
dependencies:
25702631
has "^1.0.1"
25712632

2633+
is-regex@^1.0.5:
2634+
version "1.0.5"
2635+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
2636+
dependencies:
2637+
has "^1.0.3"
2638+
25722639
is-regexp@^1.0.0:
25732640
version "1.0.0"
25742641
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -2581,10 +2648,20 @@ is-stream@^1.1.0:
25812648
version "1.1.0"
25822649
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
25832650

2651+
is-string@^1.0.5:
2652+
version "1.0.5"
2653+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
2654+
25842655
is-symbol@^1.0.1:
25852656
version "1.0.1"
25862657
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
25872658

2659+
is-symbol@^1.0.2:
2660+
version "1.0.3"
2661+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
2662+
dependencies:
2663+
has-symbols "^1.0.1"
2664+
25882665
is-typedarray@~1.0.0:
25892666
version "1.0.0"
25902667
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3635,6 +3712,14 @@ object-copy@^0.1.0:
36353712
define-property "^0.2.5"
36363713
kind-of "^3.0.3"
36373714

3715+
object-inspect@^1.7.0:
3716+
version "1.7.0"
3717+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3718+
3719+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3720+
version "1.1.1"
3721+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3722+
36383723
object-keys@^1.0.8:
36393724
version "1.0.11"
36403725
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -3645,6 +3730,15 @@ object-visit@^1.0.0:
36453730
dependencies:
36463731
isobject "^3.0.0"
36473732

3733+
object.assign@^4.1.0:
3734+
version "4.1.0"
3735+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3736+
dependencies:
3737+
define-properties "^1.1.2"
3738+
function-bind "^1.1.1"
3739+
has-symbols "^1.0.0"
3740+
object-keys "^1.0.11"
3741+
36483742
object.getownpropertydescriptors@^2.0.3:
36493743
version "2.0.3"
36503744
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -3665,6 +3759,15 @@ object.pick@^1.3.0:
36653759
dependencies:
36663760
isobject "^3.0.1"
36673761

3762+
object.values@^1.1.0:
3763+
version "1.1.1"
3764+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
3765+
dependencies:
3766+
define-properties "^1.1.3"
3767+
es-abstract "^1.17.0-next.1"
3768+
function-bind "^1.1.1"
3769+
has "^1.0.3"
3770+
36683771
once@^1.3.0, once@^1.3.3, once@^1.4.0:
36693772
version "1.4.0"
36703773
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -3819,6 +3922,10 @@ path-parse@^1.0.5:
38193922
version "1.0.5"
38203923
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
38213924

3925+
path-parse@^1.0.6:
3926+
version "1.0.6"
3927+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3928+
38223929
path-type@^1.0.0:
38233930
version "1.1.0"
38243931
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3859,12 +3966,6 @@ pinkie@^2.0.0:
38593966
version "2.0.4"
38603967
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
38613968

3862-
pkg-dir@^1.0.0:
3863-
version "1.0.0"
3864-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3865-
dependencies:
3866-
find-up "^1.0.0"
3867-
38683969
pkg-dir@^2.0.0:
38693970
version "2.0.0"
38703971
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -4213,17 +4314,11 @@ [email protected]:
42134314
version "1.1.7"
42144315
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
42154316

4216-
resolve@^1.5.0:
4217-
version "1.5.0"
4218-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
4219-
dependencies:
4220-
path-parse "^1.0.5"
4221-
4222-
resolve@^1.6.0:
4223-
version "1.7.1"
4224-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
4317+
resolve@^1.12.0, resolve@^1.13.1:
4318+
version "1.15.1"
4319+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
42254320
dependencies:
4226-
path-parse "^1.0.5"
4321+
path-parse "^1.0.6"
42274322

42284323
restore-cursor@^1.0.1:
42294324
version "1.0.1"
@@ -4547,6 +4642,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
45474642
is-fullwidth-code-point "^2.0.0"
45484643
strip-ansi "^4.0.0"
45494644

4645+
string.prototype.trimleft@^2.1.1:
4646+
version "2.1.1"
4647+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
4648+
dependencies:
4649+
define-properties "^1.1.3"
4650+
function-bind "^1.1.1"
4651+
4652+
string.prototype.trimright@^2.1.1:
4653+
version "2.1.1"
4654+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
4655+
dependencies:
4656+
define-properties "^1.1.3"
4657+
function-bind "^1.1.1"
4658+
45504659
string_decoder@~1.0.3:
45514660
version "1.0.3"
45524661
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)