Skip to content

Commit e01871a

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

File tree

2 files changed

+128
-28
lines changed

2 files changed

+128
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-airbnb": "16.1.0",
5252
"eslint-config-prettier": "2.9.0",
5353
"eslint-plugin-flowtype": "2.46.1",
54-
"eslint-plugin-import": "2.9.0",
54+
"eslint-plugin-import": "2.20.0",
5555
"eslint-plugin-jest": "21.15.0",
5656
"eslint-plugin-jsx-a11y": "6.0.3",
5757
"eslint-plugin-prettier": "2.6.0",

yarn.lock

+127-27
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,13 @@ array-unique@^0.3.2:
15451545
version "0.3.2"
15461546
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
15471547

1548+
array.prototype.flat@^1.2.1:
1549+
version "1.2.3"
1550+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
1551+
dependencies:
1552+
define-properties "^1.1.3"
1553+
es-abstract "^1.17.0-next.1"
1554+
15481555
array.prototype.flatmap@^1.2.0:
15491556
version "1.2.1"
15501557
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.1.tgz#3103cd4826ef90019c9b0a4839b2535fa6faf4e9"
@@ -2945,7 +2952,7 @@ buffer@^4.3.0:
29452952
ieee754 "^1.1.4"
29462953
isarray "^1.0.0"
29472954

2948-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
2955+
builtin-modules@^1.0.0:
29492956
version "1.1.1"
29502957
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
29512958

@@ -3722,6 +3729,12 @@ define-properties@^1.1.2:
37223729
foreach "^2.0.5"
37233730
object-keys "^1.0.8"
37243731

3732+
define-properties@^1.1.3:
3733+
version "1.1.3"
3734+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
3735+
dependencies:
3736+
object-keys "^1.0.12"
3737+
37253738
define-property@^0.2.5:
37263739
version "0.2.5"
37273740
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -4069,6 +4082,22 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
40694082
is-callable "^1.1.3"
40704083
is-regex "^1.0.4"
40714084

4085+
es-abstract@^1.17.0-next.1:
4086+
version "1.17.2"
4087+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
4088+
dependencies:
4089+
es-to-primitive "^1.2.1"
4090+
function-bind "^1.1.1"
4091+
has "^1.0.3"
4092+
has-symbols "^1.0.1"
4093+
is-callable "^1.1.5"
4094+
is-regex "^1.0.5"
4095+
object-inspect "^1.7.0"
4096+
object-keys "^1.1.1"
4097+
object.assign "^4.1.0"
4098+
string.prototype.trimleft "^2.1.1"
4099+
string.prototype.trimright "^2.1.1"
4100+
40724101
es-to-primitive@^1.1.1:
40734102
version "1.1.1"
40744103
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4077,6 +4106,14 @@ es-to-primitive@^1.1.1:
40774106
is-date-object "^1.0.1"
40784107
is-symbol "^1.0.1"
40794108

4109+
es-to-primitive@^1.2.1:
4110+
version "1.2.1"
4111+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
4112+
dependencies:
4113+
is-callable "^1.1.4"
4114+
is-date-object "^1.0.1"
4115+
is-symbol "^1.0.2"
4116+
40804117
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
40814118
version "0.10.41"
40824119
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.41.tgz#bab3e982d750f0112f0cb9e6abed72c59eb33eb2"
@@ -4191,40 +4228,42 @@ [email protected]:
41914228
dependencies:
41924229
get-stdin "^5.0.1"
41934230

4194-
eslint-import-resolver-node@^0.3.1:
4195-
version "0.3.2"
4196-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
4231+
eslint-import-resolver-node@^0.3.2:
4232+
version "0.3.3"
4233+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
41974234
dependencies:
41984235
debug "^2.6.9"
4199-
resolve "^1.5.0"
4236+
resolve "^1.13.1"
42004237

4201-
eslint-module-utils@^2.1.1:
4202-
version "2.1.1"
4203-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
4238+
eslint-module-utils@^2.4.1:
4239+
version "2.5.2"
4240+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
42044241
dependencies:
4205-
debug "^2.6.8"
4206-
pkg-dir "^1.0.0"
4242+
debug "^2.6.9"
4243+
pkg-dir "^2.0.0"
42074244

42084245
42094246
version "2.46.1"
42104247
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
42114248
dependencies:
42124249
lodash "^4.15.0"
42134250

4214-
eslint-plugin-import@2.9.0:
4215-
version "2.9.0"
4216-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169"
4251+
eslint-plugin-import@2.20.0:
4252+
version "2.20.0"
4253+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa"
42174254
dependencies:
4218-
builtin-modules "^1.1.1"
4255+
array-includes "^3.0.3"
4256+
array.prototype.flat "^1.2.1"
42194257
contains-path "^0.1.0"
4220-
debug "^2.6.8"
4258+
debug "^2.6.9"
42214259
doctrine "1.5.0"
4222-
eslint-import-resolver-node "^0.3.1"
4223-
eslint-module-utils "^2.1.1"
4224-
has "^1.0.1"
4225-
lodash "^4.17.4"
4226-
minimatch "^3.0.3"
4260+
eslint-import-resolver-node "^0.3.2"
4261+
eslint-module-utils "^2.4.1"
4262+
has "^1.0.3"
4263+
minimatch "^3.0.4"
4264+
object.values "^1.1.0"
42274265
read-pkg-up "^2.0.0"
4266+
resolve "^1.12.0"
42284267

42294268
42304269
version "21.15.0"
@@ -5047,6 +5086,10 @@ has-symbols@^1.0.0:
50475086
version "1.0.0"
50485087
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
50495088

5089+
has-symbols@^1.0.1:
5090+
version "1.0.1"
5091+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
5092+
50505093
has-unicode@^2.0.0:
50515094
version "2.0.1"
50525095
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -5084,6 +5127,12 @@ has@^1.0.1:
50845127
dependencies:
50855128
function-bind "^1.0.2"
50865129

5130+
has@^1.0.3:
5131+
version "1.0.3"
5132+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5133+
dependencies:
5134+
function-bind "^1.1.1"
5135+
50875136
hash-base@^2.0.0:
50885137
version "2.0.2"
50895138
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5489,6 +5538,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
54895538
version "1.1.3"
54905539
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
54915540

5541+
is-callable@^1.1.4, is-callable@^1.1.5:
5542+
version "1.1.5"
5543+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
5544+
54925545
is-ci@^1.0.10:
54935546
version "1.1.0"
54945547
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5689,6 +5742,12 @@ is-regex@^1.0.4:
56895742
dependencies:
56905743
has "^1.0.1"
56915744

5745+
is-regex@^1.0.5:
5746+
version "1.0.5"
5747+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
5748+
dependencies:
5749+
has "^1.0.3"
5750+
56925751
is-regexp@^1.0.0:
56935752
version "1.0.0"
56945753
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5719,6 +5778,12 @@ is-symbol@^1.0.1:
57195778
version "1.0.1"
57205779
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
57215780

5781+
is-symbol@^1.0.2:
5782+
version "1.0.3"
5783+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
5784+
dependencies:
5785+
has-symbols "^1.0.1"
5786+
57225787
is-typedarray@~1.0.0:
57235788
version "1.0.0"
57245789
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -7038,6 +7103,10 @@ object-inspect@^1.5.0:
70387103
version "1.5.0"
70397104
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
70407105

7106+
object-inspect@^1.7.0:
7107+
version "1.7.0"
7108+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7109+
70417110
object-is@^1.0.1:
70427111
version "1.0.1"
70437112
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -7046,6 +7115,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
70467115
version "1.0.11"
70477116
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
70487117

7118+
object-keys@^1.0.12, object-keys@^1.1.1:
7119+
version "1.1.1"
7120+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7121+
70497122
object-keys@~0.2.0:
70507123
version "0.2.0"
70517124
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7107,6 +7180,15 @@ object.values@^1.0.4:
71077180
function-bind "^1.1.0"
71087181
has "^1.0.1"
71097182

7183+
object.values@^1.1.0:
7184+
version "1.1.1"
7185+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
7186+
dependencies:
7187+
define-properties "^1.1.3"
7188+
es-abstract "^1.17.0-next.1"
7189+
function-bind "^1.1.1"
7190+
has "^1.0.3"
7191+
71107192
on-finished@~2.3.0:
71117193
version "2.3.0"
71127194
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -7333,6 +7415,10 @@ path-parse@^1.0.5:
73337415
version "1.0.5"
73347416
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
73357417

7418+
path-parse@^1.0.6:
7419+
version "1.0.6"
7420+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7421+
73367422
73377423
version "0.1.7"
73387424
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7399,12 +7485,6 @@ pirates@^3.0.1:
73997485
dependencies:
74007486
node-modules-regexp "^1.0.0"
74017487

7402-
pkg-dir@^1.0.0:
7403-
version "1.0.0"
7404-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
7405-
dependencies:
7406-
find-up "^1.0.0"
7407-
74087488
pkg-dir@^2.0.0:
74097489
version "2.0.0"
74107490
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -8473,12 +8553,18 @@ [email protected]:
84738553
version "1.1.7"
84748554
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
84758555

8476-
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
8556+
resolve@^1.1.6, resolve@^1.3.2:
84778557
version "1.5.0"
84788558
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
84798559
dependencies:
84808560
path-parse "^1.0.5"
84818561

8562+
resolve@^1.12.0, resolve@^1.13.1:
8563+
version "1.14.2"
8564+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
8565+
dependencies:
8566+
path-parse "^1.0.6"
8567+
84828568
restore-cursor@^1.0.1:
84838569
version "1.0.1"
84848570
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -8978,6 +9064,20 @@ string.prototype.padstart@^3.0.0:
89789064
es-abstract "^1.4.3"
89799065
function-bind "^1.0.2"
89809066

9067+
string.prototype.trimleft@^2.1.1:
9068+
version "2.1.1"
9069+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
9070+
dependencies:
9071+
define-properties "^1.1.3"
9072+
function-bind "^1.1.1"
9073+
9074+
string.prototype.trimright@^2.1.1:
9075+
version "2.1.1"
9076+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
9077+
dependencies:
9078+
define-properties "^1.1.3"
9079+
function-bind "^1.1.1"
9080+
89819081
string_decoder@^1.0.0:
89829082
version "1.1.0"
89839083
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403"

0 commit comments

Comments
 (0)