Skip to content

Commit 7deedb7

Browse files
Bump eslint-plugin-import from 2.7.0 to 2.18.2
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.7.0 to 2.18.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.7.0...v2.18.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 86d6dba commit 7deedb7

File tree

1 file changed

+133
-47
lines changed

1 file changed

+133
-47
lines changed

yarn.lock

Lines changed: 133 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ array-equal@^1.0.0:
212212
version "1.0.0"
213213
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
214214

215+
array-includes@^3.0.3:
216+
version "3.0.3"
217+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
218+
dependencies:
219+
define-properties "^1.1.2"
220+
es-abstract "^1.7.0"
221+
215222
array-union@^1.0.1:
216223
version "1.0.2"
217224
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1090,7 +1097,7 @@ boom@2.x.x:
10901097
dependencies:
10911098
hoek "2.x.x"
10921099

1093-
brace-expansion@^1.0.0, brace-expansion@^1.1.7:
1100+
brace-expansion@^1.1.7:
10941101
version "1.1.11"
10951102
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
10961103
dependencies:
@@ -1127,7 +1134,7 @@ buffer-shims@^1.0.0:
11271134
version "1.0.0"
11281135
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
11291136

1130-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1137+
builtin-modules@^1.0.0:
11311138
version "1.1.1"
11321139
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11331140

@@ -1339,7 +1346,7 @@ dashdash@^1.12.0:
13391346
dependencies:
13401347
assert-plus "^1.0.0"
13411348

1342-
debug@^2.1.1, debug@^2.2.0, debug@^2.6.8:
1349+
debug@^2.1.1, debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
13431350
version "2.6.9"
13441351
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
13451352
dependencies:
@@ -1369,6 +1376,12 @@ default-require-extensions@^1.0.0:
13691376
dependencies:
13701377
strip-bom "^2.0.0"
13711378

1379+
define-properties@^1.1.2, define-properties@^1.1.3:
1380+
version "1.1.3"
1381+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1382+
dependencies:
1383+
object-keys "^1.0.12"
1384+
13721385
del@^2.0.2:
13731386
version "2.2.2"
13741387
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1438,6 +1451,29 @@ error-ex@^1.2.0:
14381451
dependencies:
14391452
is-arrayish "^0.2.1"
14401453

1454+
es-abstract@^1.12.0, es-abstract@^1.7.0:
1455+
version "1.14.2"
1456+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
1457+
dependencies:
1458+
es-to-primitive "^1.2.0"
1459+
function-bind "^1.1.1"
1460+
has "^1.0.3"
1461+
has-symbols "^1.0.0"
1462+
is-callable "^1.1.4"
1463+
is-regex "^1.0.4"
1464+
object-inspect "^1.6.0"
1465+
object-keys "^1.1.1"
1466+
string.prototype.trimleft "^2.0.0"
1467+
string.prototype.trimright "^2.0.0"
1468+
1469+
es-to-primitive@^1.2.0:
1470+
version "1.2.0"
1471+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1472+
dependencies:
1473+
is-callable "^1.1.4"
1474+
is-date-object "^1.0.1"
1475+
is-symbol "^1.0.2"
1476+
14411477
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
14421478
version "0.10.15"
14431479
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -1518,34 +1554,35 @@ escope@^3.6.0:
15181554
esrecurse "^4.1.0"
15191555
estraverse "^4.1.1"
15201556

1521-
eslint-import-resolver-node@^0.3.1:
1522-
version "0.3.1"
1523-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz#4422574cde66a9a7b099938ee4d508a199e0e3cc"
1557+
eslint-import-resolver-node@^0.3.2:
1558+
version "0.3.2"
1559+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
15241560
dependencies:
1525-
debug "^2.6.8"
1526-
resolve "^1.2.0"
1561+
debug "^2.6.9"
1562+
resolve "^1.5.0"
15271563

1528-
eslint-module-utils@^2.1.1:
1529-
version "2.1.1"
1530-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
1564+
eslint-module-utils@^2.4.0:
1565+
version "2.4.1"
1566+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
15311567
dependencies:
15321568
debug "^2.6.8"
1533-
pkg-dir "^1.0.0"
1569+
pkg-dir "^2.0.0"
15341570

15351571
eslint-plugin-import@^2.2.0:
1536-
version "2.7.0"
1537-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f"
1572+
version "2.18.2"
1573+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
15381574
dependencies:
1539-
builtin-modules "^1.1.1"
1575+
array-includes "^3.0.3"
15401576
contains-path "^0.1.0"
1541-
debug "^2.6.8"
1577+
debug "^2.6.9"
15421578
doctrine "1.5.0"
1543-
eslint-import-resolver-node "^0.3.1"
1544-
eslint-module-utils "^2.1.1"
1545-
has "^1.0.1"
1546-
lodash.cond "^4.3.0"
1547-
minimatch "^3.0.3"
1579+
eslint-import-resolver-node "^0.3.2"
1580+
eslint-module-utils "^2.4.0"
1581+
has "^1.0.3"
1582+
minimatch "^3.0.4"
1583+
object.values "^1.1.0"
15481584
read-pkg-up "^2.0.0"
1585+
resolve "^1.11.0"
15491586

15501587
eslint-scope@3.7.1:
15511588
version "3.7.1"
@@ -1812,9 +1849,9 @@ fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
18121849
mkdirp ">=0.5 0"
18131850
rimraf "2"
18141851

1815-
function-bind@^1.0.2:
1816-
version "1.1.0"
1817-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
1852+
function-bind@^1.1.1:
1853+
version "1.1.1"
1854+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
18181855

18191856
gauge@~2.7.1:
18201857
version "2.7.3"
@@ -1956,15 +1993,19 @@ has-flag@^3.0.0:
19561993
version "3.0.0"
19571994
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
19581995

1996+
has-symbols@^1.0.0:
1997+
version "1.0.0"
1998+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1999+
19592000
has-unicode@^2.0.0:
19602001
version "2.0.1"
19612002
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
19622003

1963-
has@^1.0.1:
1964-
version "1.0.1"
1965-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
2004+
has@^1.0.1, has@^1.0.3:
2005+
version "1.0.3"
2006+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
19662007
dependencies:
1967-
function-bind "^1.0.2"
2008+
function-bind "^1.1.1"
19682009

19692010
hawk@~3.1.3:
19702011
version "3.1.3"
@@ -2087,12 +2128,20 @@ is-builtin-module@^1.0.0:
20872128
dependencies:
20882129
builtin-modules "^1.0.0"
20892130

2131+
is-callable@^1.1.4:
2132+
version "1.1.4"
2133+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2134+
20902135
is-ci@^1.0.9:
20912136
version "1.0.10"
20922137
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
20932138
dependencies:
20942139
ci-info "^1.0.0"
20952140

2141+
is-date-object@^1.0.1:
2142+
version "1.0.1"
2143+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
2144+
20962145
is-dotfile@^1.0.0:
20972146
version "1.0.2"
20982147
resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.2.tgz#2c132383f39199f8edc268ca01b9b007d205cc4d"
@@ -2181,6 +2230,12 @@ is-property@^1.0.0, is-property@^1.0.2:
21812230
version "1.0.2"
21822231
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
21832232

2233+
is-regex@^1.0.4:
2234+
version "1.0.4"
2235+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
2236+
dependencies:
2237+
has "^1.0.1"
2238+
21842239
is-resolvable@^1.0.0:
21852240
version "1.0.0"
21862241
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62"
@@ -2191,6 +2246,12 @@ is-stream@^1.0.1:
21912246
version "1.1.0"
21922247
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
21932248

2249+
is-symbol@^1.0.2:
2250+
version "1.0.2"
2251+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2252+
dependencies:
2253+
has-symbols "^1.0.0"
2254+
21942255
is-typedarray@~1.0.0:
21952256
version "1.0.0"
21962257
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -2644,10 +2705,6 @@ locate-path@^2.0.0:
26442705
p-locate "^2.0.0"
26452706
path-exists "^3.0.0"
26462707

2647-
lodash.cond@^4.3.0:
2648-
version "4.5.2"
2649-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
2650-
26512708
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
26522709
version "4.17.15"
26532710
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -2700,13 +2757,7 @@ mime-types@^2.1.12, mime-types@~2.1.7:
27002757
dependencies:
27012758
mime-db "~1.27.0"
27022759

2703-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3:
2704-
version "3.0.3"
2705-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
2706-
dependencies:
2707-
brace-expansion "^1.0.0"
2708-
2709-
minimatch@^3.0.4:
2760+
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
27102761
version "3.0.4"
27112762
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
27122763
dependencies:
@@ -2825,13 +2876,30 @@ object-assign@^4.0.1, object-assign@^4.1.0:
28252876
version "4.1.1"
28262877
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
28272878

2879+
object-inspect@^1.6.0:
2880+
version "1.6.0"
2881+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
2882+
2883+
object-keys@^1.0.12, object-keys@^1.1.1:
2884+
version "1.1.1"
2885+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
2886+
28282887
object.omit@^2.0.0:
28292888
version "2.0.1"
28302889
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
28312890
dependencies:
28322891
for-own "^0.1.4"
28332892
is-extendable "^0.1.1"
28342893

2894+
object.values@^1.1.0:
2895+
version "1.1.0"
2896+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
2897+
dependencies:
2898+
define-properties "^1.1.3"
2899+
es-abstract "^1.12.0"
2900+
function-bind "^1.1.1"
2901+
has "^1.0.3"
2902+
28352903
once@^1.3.0, once@^1.3.3, once@^1.4.0:
28362904
version "1.4.0"
28372905
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -2940,6 +3008,10 @@ path-parse@^1.0.5:
29403008
version "1.0.5"
29413009
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
29423010

3011+
path-parse@^1.0.6:
3012+
version "1.0.6"
3013+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3014+
29433015
path-type@^1.0.0:
29443016
version "1.1.0"
29453017
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -2972,11 +3044,11 @@ pinkie@^2.0.0:
29723044
version "2.0.4"
29733045
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
29743046

2975-
pkg-dir@^1.0.0:
2976-
version "1.0.0"
2977-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3047+
pkg-dir@^2.0.0:
3048+
version "2.0.0"
3049+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
29783050
dependencies:
2979-
find-up "^1.0.0"
3051+
find-up "^2.1.0"
29803052

29813053
pkginfo@~0.4.0:
29823054
version "0.4.0"
@@ -3218,11 +3290,11 @@ resolve@1.1.7:
32183290
version "1.1.7"
32193291
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
32203292

3221-
resolve@^1.1.6, resolve@^1.2.0:
3222-
version "1.3.2"
3223-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235"
3293+
resolve@^1.1.6, resolve@^1.11.0, resolve@^1.2.0, resolve@^1.5.0:
3294+
version "1.12.0"
3295+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
32243296
dependencies:
3225-
path-parse "^1.0.5"
3297+
path-parse "^1.0.6"
32263298

32273299
restore-cursor@^1.0.1:
32283300
version "1.0.1"
@@ -3400,6 +3472,20 @@ string-width@^2.0.0:
34003472
is-fullwidth-code-point "^2.0.0"
34013473
strip-ansi "^3.0.0"
34023474

3475+
string.prototype.trimleft@^2.0.0:
3476+
version "2.1.0"
3477+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
3478+
dependencies:
3479+
define-properties "^1.1.3"
3480+
function-bind "^1.1.1"
3481+
3482+
string.prototype.trimright@^2.0.0:
3483+
version "2.1.0"
3484+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
3485+
dependencies:
3486+
define-properties "^1.1.3"
3487+
function-bind "^1.1.1"
3488+
34033489
string_decoder@~0.10.x:
34043490
version "0.10.31"
34053491
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)