Skip to content

Commit 6d3b87b

Browse files
committed
fix(deps): update dependency eslint-plugin-import to v2.19.1
1 parent b307562 commit 6d3b87b

File tree

2 files changed

+133
-28
lines changed

2 files changed

+133
-28
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-config-react-app": "^2.0.1",
4141
"eslint-loader": "1.9.0",
4242
"eslint-plugin-flowtype": "2.39.1",
43-
"eslint-plugin-import": "2.8.0",
43+
"eslint-plugin-import": "2.19.1",
4444
"eslint-plugin-jsx-a11y": "5.1.1",
4545
"eslint-plugin-react": "7.4.0",
4646
"extract-text-webpack-plugin": "3.0.2",

yarn.lock

Lines changed: 132 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ array-unique@^0.2.1:
233233
version "0.2.1"
234234
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
235235

236+
array.prototype.flat@^1.2.1:
237+
version "1.2.3"
238+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
239+
dependencies:
240+
define-properties "^1.1.3"
241+
es-abstract "^1.17.0-next.1"
242+
236243
arrify@^1.0.0, arrify@^1.0.1:
237244
version "1.0.1"
238245
resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1188,7 +1195,7 @@ buffer@^4.3.0:
11881195
ieee754 "^1.1.4"
11891196
isarray "^1.0.0"
11901197

1191-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1198+
builtin-modules@^1.0.0:
11921199
version "1.1.1"
11931200
resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11941201

@@ -1935,7 +1942,7 @@ dateformat@^1.0.11, dateformat@^1.0.12:
19351942
get-stdin "^4.0.1"
19361943
meow "^3.3.0"
19371944

1938-
[email protected], debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6.8:
1945+
[email protected], debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9:
19391946
version "2.6.9"
19401947
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
19411948
dependencies:
@@ -1986,6 +1993,12 @@ define-properties@^1.1.2:
19861993
foreach "^2.0.5"
19871994
object-keys "^1.0.8"
19881995

1996+
define-properties@^1.1.3:
1997+
version "1.1.3"
1998+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1999+
dependencies:
2000+
object-keys "^1.0.12"
2001+
19892002
defined@^1.0.0:
19902003
version "1.0.0"
19912004
resolved "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
@@ -2239,6 +2252,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
22392252
dependencies:
22402253
is-arrayish "^0.2.1"
22412254

2255+
es-abstract@^1.17.0-next.1:
2256+
version "1.17.0-next.1"
2257+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
2258+
dependencies:
2259+
es-to-primitive "^1.2.1"
2260+
function-bind "^1.1.1"
2261+
has "^1.0.3"
2262+
has-symbols "^1.0.1"
2263+
is-callable "^1.1.4"
2264+
is-regex "^1.0.4"
2265+
object-inspect "^1.7.0"
2266+
object-keys "^1.1.1"
2267+
object.assign "^4.1.0"
2268+
string.prototype.trimleft "^2.1.0"
2269+
string.prototype.trimright "^2.1.0"
2270+
22422271
es-abstract@^1.7.0:
22432272
version "1.9.0"
22442273
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2257,6 +2286,14 @@ es-to-primitive@^1.1.1:
22572286
is-date-object "^1.0.1"
22582287
is-symbol "^1.0.1"
22592288

2289+
es-to-primitive@^1.2.1:
2290+
version "1.2.1"
2291+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2292+
dependencies:
2293+
is-callable "^1.1.4"
2294+
is-date-object "^1.0.1"
2295+
is-symbol "^1.0.2"
2296+
22602297
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
22612298
version "0.10.35"
22622299
resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.35.tgz#18ee858ce6a3c45c7d79e91c15fcca9ec568494f"
@@ -2345,12 +2382,12 @@ eslint-config-react-app@^2.0.1:
23452382
version "2.0.1"
23462383
resolved "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-2.0.1.tgz#fd0503da01ae608f0c6ae8861de084975142230e"
23472384

2348-
eslint-import-resolver-node@^0.3.1:
2349-
version "0.3.1"
2350-
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz#4422574cde66a9a7b099938ee4d508a199e0e3cc"
2385+
eslint-import-resolver-node@^0.3.2:
2386+
version "0.3.2"
2387+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
23512388
dependencies:
2352-
debug "^2.6.8"
2353-
resolve "^1.2.0"
2389+
debug "^2.6.9"
2390+
resolve "^1.5.0"
23542391

23552392
23562393
version "1.9.0"
@@ -2362,33 +2399,35 @@ [email protected]:
23622399
object-hash "^1.1.4"
23632400
rimraf "^2.6.1"
23642401

2365-
eslint-module-utils@^2.1.1:
2366-
version "2.1.1"
2367-
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
2402+
eslint-module-utils@^2.4.1:
2403+
version "2.5.0"
2404+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
23682405
dependencies:
2369-
debug "^2.6.8"
2370-
pkg-dir "^1.0.0"
2406+
debug "^2.6.9"
2407+
pkg-dir "^2.0.0"
23712408

23722409
23732410
version "2.39.1"
23742411
resolved "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.39.1.tgz#b5624622a0388bcd969f4351131232dcb9649cd5"
23752412
dependencies:
23762413
lodash "^4.15.0"
23772414

2378-
eslint-plugin-import@2.8.0:
2379-
version "2.8.0"
2380-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
2415+
eslint-plugin-import@2.19.1:
2416+
version "2.19.1"
2417+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
23812418
dependencies:
2382-
builtin-modules "^1.1.1"
2419+
array-includes "^3.0.3"
2420+
array.prototype.flat "^1.2.1"
23832421
contains-path "^0.1.0"
2384-
debug "^2.6.8"
2422+
debug "^2.6.9"
23852423
doctrine "1.5.0"
2386-
eslint-import-resolver-node "^0.3.1"
2387-
eslint-module-utils "^2.1.1"
2388-
has "^1.0.1"
2389-
lodash.cond "^4.3.0"
2390-
minimatch "^3.0.3"
2424+
eslint-import-resolver-node "^0.3.2"
2425+
eslint-module-utils "^2.4.1"
2426+
has "^1.0.3"
2427+
minimatch "^3.0.4"
2428+
object.values "^1.1.0"
23912429
read-pkg-up "^2.0.0"
2430+
resolve "^1.12.0"
23922431

23932432
23942433
version "5.1.1"
@@ -3138,6 +3177,10 @@ has-flag@^2.0.0:
31383177
version "2.0.0"
31393178
resolved "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
31403179

3180+
has-symbols@^1.0.0, has-symbols@^1.0.1:
3181+
version "1.0.1"
3182+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
3183+
31413184
has-unicode@^2.0.0:
31423185
version "2.0.1"
31433186
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3148,6 +3191,12 @@ has@^1.0.1:
31483191
dependencies:
31493192
function-bind "^1.0.2"
31503193

3194+
has@^1.0.3:
3195+
version "1.0.3"
3196+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3197+
dependencies:
3198+
function-bind "^1.1.1"
3199+
31513200
hash-base@^2.0.0:
31523201
version "2.0.2"
31533202
resolved "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3473,6 +3522,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
34733522
version "1.1.3"
34743523
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
34753524

3525+
is-callable@^1.1.4:
3526+
version "1.1.4"
3527+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3528+
34763529
is-ci@^1.0.10:
34773530
version "1.0.10"
34783531
resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -3631,6 +3684,12 @@ is-symbol@^1.0.1:
36313684
version "1.0.1"
36323685
resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
36333686

3687+
is-symbol@^1.0.2:
3688+
version "1.0.3"
3689+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
3690+
dependencies:
3691+
has-symbols "^1.0.1"
3692+
36343693
is-text-path@^1.0.0:
36353694
version "1.0.1"
36363695
resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -4255,10 +4314,6 @@ lodash.camelcase@^4.3.0:
42554314
version "4.3.0"
42564315
resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
42574316

4258-
lodash.cond@^4.3.0:
4259-
version "4.5.2"
4260-
resolved "https://registry.npmjs.org/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
4261-
42624317
lodash.defaults@^4.2.0:
42634318
version "4.2.0"
42644319
resolved "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
@@ -4690,17 +4745,43 @@ object-hash@^1.1.4:
46904745
version "1.2.0"
46914746
resolved "https://registry.npmjs.org/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
46924747

4748+
object-inspect@^1.7.0:
4749+
version "1.7.0"
4750+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
4751+
4752+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
4753+
version "1.1.1"
4754+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
4755+
46934756
object-keys@^1.0.8:
46944757
version "1.0.11"
46954758
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
46964759

4760+
object.assign@^4.1.0:
4761+
version "4.1.0"
4762+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4763+
dependencies:
4764+
define-properties "^1.1.2"
4765+
function-bind "^1.1.1"
4766+
has-symbols "^1.0.0"
4767+
object-keys "^1.0.11"
4768+
46974769
object.omit@^2.0.0:
46984770
version "2.0.1"
46994771
resolved "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
47004772
dependencies:
47014773
for-own "^0.1.4"
47024774
is-extendable "^0.1.1"
47034775

4776+
object.values@^1.1.0:
4777+
version "1.1.1"
4778+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
4779+
dependencies:
4780+
define-properties "^1.1.3"
4781+
es-abstract "^1.17.0-next.1"
4782+
function-bind "^1.1.1"
4783+
has "^1.0.3"
4784+
47044785
obuf@^1.0.0, obuf@^1.1.1:
47054786
version "1.1.1"
47064787
resolved "https://registry.npmjs.org/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -4908,6 +4989,10 @@ path-parse@^1.0.5:
49084989
version "1.0.5"
49094990
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
49104991

4992+
path-parse@^1.0.6:
4993+
version "1.0.6"
4994+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4995+
49114996
49124997
version "0.1.7"
49134998
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5791,7 +5876,13 @@ [email protected]:
57915876
version "1.1.7"
57925877
resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
57935878

5794-
resolve@^1.2.0, resolve@^1.3.2:
5879+
resolve@^1.12.0, resolve@^1.5.0:
5880+
version "1.13.1"
5881+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
5882+
dependencies:
5883+
path-parse "^1.0.6"
5884+
5885+
resolve@^1.3.2:
57955886
version "1.5.0"
57965887
resolved "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
57975888
dependencies:
@@ -6179,6 +6270,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
61796270
is-fullwidth-code-point "^2.0.0"
61806271
strip-ansi "^4.0.0"
61816272

6273+
string.prototype.trimleft@^2.1.0:
6274+
version "2.1.0"
6275+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
6276+
dependencies:
6277+
define-properties "^1.1.3"
6278+
function-bind "^1.1.1"
6279+
6280+
string.prototype.trimright@^2.1.0:
6281+
version "2.1.0"
6282+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
6283+
dependencies:
6284+
define-properties "^1.1.3"
6285+
function-bind "^1.1.1"
6286+
61826287
string_decoder@^0.10.25, string_decoder@~0.10.x:
61836288
version "0.10.31"
61846289
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)