Skip to content

Commit 84d4297

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

File tree

2 files changed

+118
-24
lines changed

2 files changed

+118
-24
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.19.1",
5555
"eslint-plugin-jest": "21.15.0",
5656
"eslint-plugin-jsx-a11y": "6.0.3",
5757
"eslint-plugin-prettier": "2.6.0",

yarn.lock

+117-23
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.0-next.1"
4087+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
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.4"
4094+
is-regex "^1.0.4"
4095+
object-inspect "^1.7.0"
4096+
object-keys "^1.1.1"
4097+
object.assign "^4.1.0"
4098+
string.prototype.trimleft "^2.1.0"
4099+
string.prototype.trimright "^2.1.0"
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:
4231+
eslint-import-resolver-node@^0.3.2:
41954232
version "0.3.2"
41964233
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
41974234
dependencies:
41984235
debug "^2.6.9"
41994236
resolve "^1.5.0"
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.0"
4240+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
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.19.1:
4252+
version "2.19.1"
4253+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
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:
5542+
version "1.1.4"
5543+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
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"
@@ -5719,6 +5772,12 @@ is-symbol@^1.0.1:
57195772
version "1.0.1"
57205773
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
57215774

5775+
is-symbol@^1.0.2:
5776+
version "1.0.3"
5777+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
5778+
dependencies:
5779+
has-symbols "^1.0.1"
5780+
57225781
is-typedarray@~1.0.0:
57235782
version "1.0.0"
57245783
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -7038,6 +7097,10 @@ object-inspect@^1.5.0:
70387097
version "1.5.0"
70397098
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
70407099

7100+
object-inspect@^1.7.0:
7101+
version "1.7.0"
7102+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7103+
70417104
object-is@^1.0.1:
70427105
version "1.0.1"
70437106
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -7046,6 +7109,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
70467109
version "1.0.11"
70477110
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
70487111

7112+
object-keys@^1.0.12, object-keys@^1.1.1:
7113+
version "1.1.1"
7114+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7115+
70497116
object-keys@~0.2.0:
70507117
version "0.2.0"
70517118
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7107,6 +7174,15 @@ object.values@^1.0.4:
71077174
function-bind "^1.1.0"
71087175
has "^1.0.1"
71097176

7177+
object.values@^1.1.0:
7178+
version "1.1.1"
7179+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
7180+
dependencies:
7181+
define-properties "^1.1.3"
7182+
es-abstract "^1.17.0-next.1"
7183+
function-bind "^1.1.1"
7184+
has "^1.0.3"
7185+
71107186
on-finished@~2.3.0:
71117187
version "2.3.0"
71127188
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -7333,6 +7409,10 @@ path-parse@^1.0.5:
73337409
version "1.0.5"
73347410
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
73357411

7412+
path-parse@^1.0.6:
7413+
version "1.0.6"
7414+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7415+
73367416
73377417
version "0.1.7"
73387418
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7399,12 +7479,6 @@ pirates@^3.0.1:
73997479
dependencies:
74007480
node-modules-regexp "^1.0.0"
74017481

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-
74087482
pkg-dir@^2.0.0:
74097483
version "2.0.0"
74107484
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -8479,6 +8553,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
84798553
dependencies:
84808554
path-parse "^1.0.5"
84818555

8556+
resolve@^1.12.0:
8557+
version "1.13.1"
8558+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
8559+
dependencies:
8560+
path-parse "^1.0.6"
8561+
84828562
restore-cursor@^1.0.1:
84838563
version "1.0.1"
84848564
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -8978,6 +9058,20 @@ string.prototype.padstart@^3.0.0:
89789058
es-abstract "^1.4.3"
89799059
function-bind "^1.0.2"
89809060

9061+
string.prototype.trimleft@^2.1.0:
9062+
version "2.1.0"
9063+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
9064+
dependencies:
9065+
define-properties "^1.1.3"
9066+
function-bind "^1.1.1"
9067+
9068+
string.prototype.trimright@^2.1.0:
9069+
version "2.1.0"
9070+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
9071+
dependencies:
9072+
define-properties "^1.1.3"
9073+
function-bind "^1.1.1"
9074+
89819075
string_decoder@^1.0.0:
89829076
version "1.1.0"
89839077
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403"

0 commit comments

Comments
 (0)