Skip to content

Commit f5fe81a

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.20.0
1 parent aa84006 commit f5fe81a

File tree

2 files changed

+128
-32
lines changed

2 files changed

+128
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-airbnb": "16.1.0",
4747
"eslint-config-prettier": "2.9.0",
4848
"eslint-plugin-flowtype": "2.42.0",
49-
"eslint-plugin-import": "2.8.0",
49+
"eslint-plugin-import": "2.20.0",
5050
"eslint-plugin-jest": "21.7.0",
5151
"eslint-plugin-jsx-a11y": "6.0.3",
5252
"eslint-plugin-prettier": "2.6.0",

yarn.lock

Lines changed: 127 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,13 @@ array-unique@^0.2.1:
511511
version "0.2.1"
512512
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
513513

514+
array.prototype.flat@^1.2.1:
515+
version "1.2.3"
516+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
517+
dependencies:
518+
define-properties "^1.1.3"
519+
es-abstract "^1.17.0-next.1"
520+
514521
array.prototype.flatmap@^1.2.0:
515522
version "1.2.0"
516523
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.0.tgz#279f7ed4eeb1cedfe5515e92e63cfb40ca15b74b"
@@ -1858,7 +1865,7 @@ buffer@^5.0.3:
18581865
base64-js "^1.0.2"
18591866
ieee754 "^1.1.4"
18601867

1861-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1868+
builtin-modules@^1.0.0:
18621869
version "1.1.1"
18631870
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
18641871

@@ -2587,6 +2594,12 @@ define-properties@^1.1.2:
25872594
foreach "^2.0.5"
25882595
object-keys "^1.0.8"
25892596

2597+
define-properties@^1.1.3:
2598+
version "1.1.3"
2599+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
2600+
dependencies:
2601+
object-keys "^1.0.12"
2602+
25902603
defined@^1.0.0:
25912604
version "1.0.0"
25922605
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
@@ -2915,6 +2928,22 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
29152928
is-callable "^1.1.3"
29162929
is-regex "^1.0.4"
29172930

2931+
es-abstract@^1.17.0-next.1:
2932+
version "1.17.2"
2933+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
2934+
dependencies:
2935+
es-to-primitive "^1.2.1"
2936+
function-bind "^1.1.1"
2937+
has "^1.0.3"
2938+
has-symbols "^1.0.1"
2939+
is-callable "^1.1.5"
2940+
is-regex "^1.0.5"
2941+
object-inspect "^1.7.0"
2942+
object-keys "^1.1.1"
2943+
object.assign "^4.1.0"
2944+
string.prototype.trimleft "^2.1.1"
2945+
string.prototype.trimright "^2.1.1"
2946+
29182947
es-to-primitive@^1.1.1:
29192948
version "1.1.1"
29202949
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -2923,6 +2952,14 @@ es-to-primitive@^1.1.1:
29232952
is-date-object "^1.0.1"
29242953
is-symbol "^1.0.1"
29252954

2955+
es-to-primitive@^1.2.1:
2956+
version "1.2.1"
2957+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2958+
dependencies:
2959+
is-callable "^1.1.4"
2960+
is-date-object "^1.0.1"
2961+
is-symbol "^1.0.2"
2962+
29262963
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
29272964
version "0.10.38"
29282965
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3"
@@ -3036,40 +3073,42 @@ [email protected]:
30363073
dependencies:
30373074
get-stdin "^5.0.1"
30383075

3039-
eslint-import-resolver-node@^0.3.1:
3040-
version "0.3.2"
3041-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
3076+
eslint-import-resolver-node@^0.3.2:
3077+
version "0.3.3"
3078+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
30423079
dependencies:
30433080
debug "^2.6.9"
3044-
resolve "^1.5.0"
3081+
resolve "^1.13.1"
30453082

3046-
eslint-module-utils@^2.1.1:
3047-
version "2.1.1"
3048-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
3083+
eslint-module-utils@^2.4.1:
3084+
version "2.5.2"
3085+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
30493086
dependencies:
3050-
debug "^2.6.8"
3051-
pkg-dir "^1.0.0"
3087+
debug "^2.6.9"
3088+
pkg-dir "^2.0.0"
30523089

30533090
30543091
version "2.42.0"
30553092
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
30563093
dependencies:
30573094
lodash "^4.15.0"
30583095

3059-
eslint-plugin-import@2.8.0:
3060-
version "2.8.0"
3061-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
3096+
eslint-plugin-import@2.20.0:
3097+
version "2.20.0"
3098+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa"
30623099
dependencies:
3063-
builtin-modules "^1.1.1"
3100+
array-includes "^3.0.3"
3101+
array.prototype.flat "^1.2.1"
30643102
contains-path "^0.1.0"
3065-
debug "^2.6.8"
3103+
debug "^2.6.9"
30663104
doctrine "1.5.0"
3067-
eslint-import-resolver-node "^0.3.1"
3068-
eslint-module-utils "^2.1.1"
3069-
has "^1.0.1"
3070-
lodash.cond "^4.3.0"
3071-
minimatch "^3.0.3"
3105+
eslint-import-resolver-node "^0.3.2"
3106+
eslint-module-utils "^2.4.1"
3107+
has "^1.0.3"
3108+
minimatch "^3.0.4"
3109+
object.values "^1.1.0"
30723110
read-pkg-up "^2.0.0"
3111+
resolve "^1.12.0"
30733112

30743113
30753114
version "21.7.0"
@@ -3824,6 +3863,10 @@ has-symbols@^1.0.0:
38243863
version "1.0.0"
38253864
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
38263865

3866+
has-symbols@^1.0.1:
3867+
version "1.0.1"
3868+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
3869+
38273870
has-unicode@^2.0.0:
38283871
version "2.0.1"
38293872
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3834,6 +3877,12 @@ has@^1.0.1:
38343877
dependencies:
38353878
function-bind "^1.0.2"
38363879

3880+
has@^1.0.3:
3881+
version "1.0.3"
3882+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3883+
dependencies:
3884+
function-bind "^1.1.1"
3885+
38373886
hash-base@^2.0.0:
38383887
version "2.0.2"
38393888
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4221,6 +4270,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
42214270
version "1.1.3"
42224271
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
42234272

4273+
is-callable@^1.1.4, is-callable@^1.1.5:
4274+
version "1.1.5"
4275+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
4276+
42244277
is-ci@^1.0.10:
42254278
version "1.1.0"
42264279
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4371,6 +4424,12 @@ is-regex@^1.0.4:
43714424
dependencies:
43724425
has "^1.0.1"
43734426

4427+
is-regex@^1.0.5:
4428+
version "1.0.5"
4429+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
4430+
dependencies:
4431+
has "^1.0.3"
4432+
43744433
is-regexp@^1.0.0:
43754434
version "1.0.0"
43764435
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -4401,6 +4460,12 @@ is-symbol@^1.0.1:
44014460
version "1.0.1"
44024461
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
44034462

4463+
is-symbol@^1.0.2:
4464+
version "1.0.3"
4465+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
4466+
dependencies:
4467+
has-symbols "^1.0.1"
4468+
44044469
is-typedarray@~1.0.0:
44054470
version "1.0.0"
44064471
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -5092,10 +5157,6 @@ lodash.camelcase@^4.3.0:
50925157
version "4.3.0"
50935158
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
50945159

5095-
lodash.cond@^4.3.0:
5096-
version "4.5.2"
5097-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
5098-
50995160
lodash.debounce@^4.0.8:
51005161
version "4.0.8"
51015162
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -5637,6 +5698,10 @@ object-inspect@^1.5.0:
56375698
version "1.5.0"
56385699
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
56395700

5701+
object-inspect@^1.7.0:
5702+
version "1.7.0"
5703+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
5704+
56405705
object-is@^1.0.1:
56415706
version "1.0.1"
56425707
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -5645,6 +5710,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
56455710
version "1.0.11"
56465711
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
56475712

5713+
object-keys@^1.0.12, object-keys@^1.1.1:
5714+
version "1.1.1"
5715+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5716+
56485717
object-keys@~0.2.0:
56495718
version "0.2.0"
56505719
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -5694,6 +5763,15 @@ object.values@^1.0.4:
56945763
function-bind "^1.1.0"
56955764
has "^1.0.1"
56965765

5766+
object.values@^1.1.0:
5767+
version "1.1.1"
5768+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
5769+
dependencies:
5770+
define-properties "^1.1.3"
5771+
es-abstract "^1.17.0-next.1"
5772+
function-bind "^1.1.1"
5773+
has "^1.0.3"
5774+
56975775
on-finished@~2.3.0:
56985776
version "2.3.0"
56995777
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -5902,6 +5980,10 @@ path-parse@^1.0.5:
59025980
version "1.0.5"
59035981
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
59045982

5983+
path-parse@^1.0.6:
5984+
version "1.0.6"
5985+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5986+
59055987
59065988
version "0.1.7"
59075989
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5962,12 +6044,6 @@ pinkie@^2.0.0:
59626044
version "2.0.4"
59636045
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
59646046

5965-
pkg-dir@^1.0.0:
5966-
version "1.0.0"
5967-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
5968-
dependencies:
5969-
find-up "^1.0.0"
5970-
59716047
pkg-dir@^2.0.0:
59726048
version "2.0.0"
59736049
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -7017,12 +7093,18 @@ [email protected]:
70177093
version "1.1.7"
70187094
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
70197095

7020-
resolve@^1.1.6, resolve@^1.5.0:
7096+
resolve@^1.1.6:
70217097
version "1.5.0"
70227098
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
70237099
dependencies:
70247100
path-parse "^1.0.5"
70257101

7102+
resolve@^1.12.0, resolve@^1.13.1:
7103+
version "1.14.2"
7104+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
7105+
dependencies:
7106+
path-parse "^1.0.6"
7107+
70267108
restore-cursor@^1.0.1:
70277109
version "1.0.1"
70287110
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -7459,6 +7541,20 @@ string.prototype.padstart@^3.0.0:
74597541
es-abstract "^1.4.3"
74607542
function-bind "^1.0.2"
74617543

7544+
string.prototype.trimleft@^2.1.1:
7545+
version "2.1.1"
7546+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
7547+
dependencies:
7548+
define-properties "^1.1.3"
7549+
function-bind "^1.1.1"
7550+
7551+
string.prototype.trimright@^2.1.1:
7552+
version "2.1.1"
7553+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
7554+
dependencies:
7555+
define-properties "^1.1.3"
7556+
function-bind "^1.1.1"
7557+
74627558
string_decoder@^1.0.0, string_decoder@~1.0.3:
74637559
version "1.0.3"
74647560
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)