Skip to content

Commit e5aa506

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.19.1
1 parent 39cf5d8 commit e5aa506

File tree

2 files changed

+134
-28
lines changed

2 files changed

+134
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-airbnb-base": "12.1.0",
4646
"eslint-config-prettier": "2.9.0",
4747
"eslint-plugin-flowtype": "2.42.0",
48-
"eslint-plugin-import": "2.8.0",
48+
"eslint-plugin-import": "2.19.1",
4949
"eslint-plugin-jest": "21.7.0",
5050
"eslint-plugin-prettier": "2.6.0",
5151
"flow-bin": "0.64.0",

yarn.lock

Lines changed: 133 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,13 @@ array-equal@^1.0.0:
722722
version "1.0.0"
723723
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
724724

725+
array-includes@^3.0.3:
726+
version "3.1.0"
727+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.0.tgz#48a929ef4c6bb1fa6dc4a92c9b023a261b0ca404"
728+
dependencies:
729+
define-properties "^1.1.3"
730+
es-abstract "^1.17.0-next.0"
731+
725732
array-union@^1.0.1:
726733
version "1.0.2"
727734
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -736,6 +743,13 @@ array-unique@^0.2.1:
736743
version "0.2.1"
737744
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
738745

746+
array.prototype.flat@^1.2.1:
747+
version "1.2.3"
748+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
749+
dependencies:
750+
define-properties "^1.1.3"
751+
es-abstract "^1.17.0-next.1"
752+
739753
arrify@^1.0.0, arrify@^1.0.1:
740754
version "1.0.1"
741755
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1104,7 +1118,7 @@ bser@^2.0.0:
11041118
dependencies:
11051119
node-int64 "^0.4.0"
11061120

1107-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1121+
builtin-modules@^1.0.0:
11081122
version "1.1.1"
11091123
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11101124

@@ -1489,6 +1503,12 @@ define-properties@^1.1.2:
14891503
foreach "^2.0.5"
14901504
object-keys "^1.0.8"
14911505

1506+
define-properties@^1.1.3:
1507+
version "1.1.3"
1508+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1509+
dependencies:
1510+
object-keys "^1.0.12"
1511+
14921512
del@^2.0.2:
14931513
version "2.2.2"
14941514
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1606,6 +1626,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
16061626
dependencies:
16071627
is-arrayish "^0.2.1"
16081628

1629+
es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1:
1630+
version "1.17.0-next.1"
1631+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
1632+
dependencies:
1633+
es-to-primitive "^1.2.1"
1634+
function-bind "^1.1.1"
1635+
has "^1.0.3"
1636+
has-symbols "^1.0.1"
1637+
is-callable "^1.1.4"
1638+
is-regex "^1.0.4"
1639+
object-inspect "^1.7.0"
1640+
object-keys "^1.1.1"
1641+
object.assign "^4.1.0"
1642+
string.prototype.trimleft "^2.1.0"
1643+
string.prototype.trimright "^2.1.0"
1644+
16091645
es-abstract@^1.5.1, es-abstract@^1.6.1:
16101646
version "1.10.0"
16111647
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -1624,6 +1660,14 @@ es-to-primitive@^1.1.1:
16241660
is-date-object "^1.0.1"
16251661
is-symbol "^1.0.1"
16261662

1663+
es-to-primitive@^1.2.1:
1664+
version "1.2.1"
1665+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1666+
dependencies:
1667+
is-callable "^1.1.4"
1668+
is-date-object "^1.0.1"
1669+
is-symbol "^1.0.2"
1670+
16271671
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
16281672
version "1.0.5"
16291673
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1651,40 +1695,42 @@ [email protected]:
16511695
dependencies:
16521696
get-stdin "^5.0.1"
16531697

1654-
eslint-import-resolver-node@^0.3.1:
1698+
eslint-import-resolver-node@^0.3.2:
16551699
version "0.3.2"
16561700
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
16571701
dependencies:
16581702
debug "^2.6.9"
16591703
resolve "^1.5.0"
16601704

1661-
eslint-module-utils@^2.1.1:
1662-
version "2.1.1"
1663-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
1705+
eslint-module-utils@^2.4.1:
1706+
version "2.5.0"
1707+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
16641708
dependencies:
1665-
debug "^2.6.8"
1666-
pkg-dir "^1.0.0"
1709+
debug "^2.6.9"
1710+
pkg-dir "^2.0.0"
16671711

16681712
16691713
version "2.42.0"
16701714
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
16711715
dependencies:
16721716
lodash "^4.15.0"
16731717

1674-
eslint-plugin-import@2.8.0:
1675-
version "2.8.0"
1676-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
1718+
eslint-plugin-import@2.19.1:
1719+
version "2.19.1"
1720+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
16771721
dependencies:
1678-
builtin-modules "^1.1.1"
1722+
array-includes "^3.0.3"
1723+
array.prototype.flat "^1.2.1"
16791724
contains-path "^0.1.0"
1680-
debug "^2.6.8"
1725+
debug "^2.6.9"
16811726
doctrine "1.5.0"
1682-
eslint-import-resolver-node "^0.3.1"
1683-
eslint-module-utils "^2.1.1"
1684-
has "^1.0.1"
1685-
lodash.cond "^4.3.0"
1686-
minimatch "^3.0.3"
1727+
eslint-import-resolver-node "^0.3.2"
1728+
eslint-module-utils "^2.4.1"
1729+
has "^1.0.3"
1730+
minimatch "^3.0.4"
1731+
object.values "^1.1.0"
16871732
read-pkg-up "^2.0.0"
1733+
resolve "^1.12.0"
16881734

16891735
16901736
version "21.7.0"
@@ -2270,6 +2316,10 @@ has-flag@^2.0.0:
22702316
version "2.0.0"
22712317
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
22722318

2319+
has-symbols@^1.0.0, has-symbols@^1.0.1:
2320+
version "1.0.1"
2321+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2322+
22732323
has-unicode@^2.0.0:
22742324
version "2.0.1"
22752325
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2280,6 +2330,12 @@ has@^1.0.1:
22802330
dependencies:
22812331
function-bind "^1.0.2"
22822332

2333+
has@^1.0.3:
2334+
version "1.0.3"
2335+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2336+
dependencies:
2337+
function-bind "^1.1.1"
2338+
22832339
[email protected], hawk@~3.1.3:
22842340
version "3.1.3"
22852341
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2490,6 +2546,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
24902546
version "1.1.3"
24912547
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
24922548

2549+
is-callable@^1.1.4:
2550+
version "1.1.4"
2551+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2552+
24932553
is-ci@^1.0.10:
24942554
version "1.1.0"
24952555
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -2638,6 +2698,12 @@ is-symbol@^1.0.1:
26382698
version "1.0.1"
26392699
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
26402700

2701+
is-symbol@^1.0.2:
2702+
version "1.0.3"
2703+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
2704+
dependencies:
2705+
has-symbols "^1.0.1"
2706+
26412707
is-typedarray@~1.0.0:
26422708
version "1.0.0"
26432709
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3277,10 +3343,6 @@ locate-path@^2.0.0:
32773343
p-locate "^2.0.0"
32783344
path-exists "^3.0.0"
32793345

3280-
lodash.cond@^4.3.0:
3281-
version "4.5.2"
3282-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
3283-
32843346
lodash.merge@^4.6.0:
32853347
version "4.6.0"
32863348
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
@@ -3590,6 +3652,14 @@ object-assign@^4.0.1, object-assign@^4.1.0:
35903652
version "4.1.1"
35913653
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
35923654

3655+
object-inspect@^1.7.0:
3656+
version "1.7.0"
3657+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3658+
3659+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3660+
version "1.1.1"
3661+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3662+
35933663
object-keys@^1.0.8:
35943664
version "1.0.11"
35953665
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -3602,6 +3672,15 @@ object-keys@~0.2.0:
36023672
indexof "~0.0.1"
36033673
is "~0.2.6"
36043674

3675+
object.assign@^4.1.0:
3676+
version "4.1.0"
3677+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3678+
dependencies:
3679+
define-properties "^1.1.2"
3680+
function-bind "^1.1.1"
3681+
has-symbols "^1.0.0"
3682+
object-keys "^1.0.11"
3683+
36053684
object.getownpropertydescriptors@^2.0.3:
36063685
version "2.0.3"
36073686
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -3625,6 +3704,15 @@ object.values@^1.0.4:
36253704
function-bind "^1.1.0"
36263705
has "^1.0.1"
36273706

3707+
object.values@^1.1.0:
3708+
version "1.1.1"
3709+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
3710+
dependencies:
3711+
define-properties "^1.1.3"
3712+
es-abstract "^1.17.0-next.1"
3713+
function-bind "^1.1.1"
3714+
has "^1.0.3"
3715+
36283716
once@^1.3.0, once@^1.3.3, once@^1.4.0:
36293717
version "1.4.0"
36303718
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -3797,6 +3885,10 @@ path-parse@^1.0.5:
37973885
version "1.0.5"
37983886
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
37993887

3888+
path-parse@^1.0.6:
3889+
version "1.0.6"
3890+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3891+
38003892
path-type@^1.0.0:
38013893
version "1.1.0"
38023894
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3843,12 +3935,6 @@ pirates@^3.0.1:
38433935
dependencies:
38443936
node-modules-regexp "^1.0.0"
38453937

3846-
pkg-dir@^1.0.0:
3847-
version "1.0.0"
3848-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3849-
dependencies:
3850-
find-up "^1.0.0"
3851-
38523938
pkg-dir@^2.0.0:
38533939
version "2.0.0"
38543940
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -4231,6 +4317,12 @@ [email protected]:
42314317
version "1.1.7"
42324318
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
42334319

4320+
resolve@^1.12.0:
4321+
version "1.13.1"
4322+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
4323+
dependencies:
4324+
path-parse "^1.0.6"
4325+
42344326
resolve@^1.3.2, resolve@^1.5.0:
42354327
version "1.5.0"
42364328
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
@@ -4475,6 +4567,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
44754567
is-fullwidth-code-point "^2.0.0"
44764568
strip-ansi "^4.0.0"
44774569

4570+
string.prototype.trimleft@^2.1.0:
4571+
version "2.1.0"
4572+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
4573+
dependencies:
4574+
define-properties "^1.1.3"
4575+
function-bind "^1.1.1"
4576+
4577+
string.prototype.trimright@^2.1.0:
4578+
version "2.1.0"
4579+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
4580+
dependencies:
4581+
define-properties "^1.1.3"
4582+
function-bind "^1.1.1"
4583+
44784584
string_decoder@~0.10.x:
44794585
version "0.10.31"
44804586
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)