Skip to content

Commit 670f17b

Browse files
committed
Update dependency eslint-plugin-import to v2.22.0
1 parent 17ac462 commit 670f17b

2 files changed

Lines changed: 118 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-config-airbnb-base": "14.1.0",
3535
"eslint-config-prettier": "6.11.0",
3636
"eslint-config-xo": "0.29.1",
37-
"eslint-plugin-import": "2.20.2",
37+
"eslint-plugin-import": "2.22.0",
3838
"eslint-plugin-jsdoc": "25.2.0",
3939
"eslint-plugin-jsx-a11y": "6.2.3",
4040
"eslint-plugin-prettier": "3.1.3",

yarn.lock

Lines changed: 117 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,11 @@
11301130
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
11311131
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
11321132

1133+
"@types/json5@^0.0.29":
1134+
version "0.0.29"
1135+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1136+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1137+
11331138
"@types/node@*":
11341139
version "13.13.5"
11351140
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"
@@ -1402,6 +1407,15 @@ array-includes@^3.0.3:
14021407
define-properties "^1.1.2"
14031408
es-abstract "^1.7.0"
14041409

1410+
array-includes@^3.1.1:
1411+
version "3.1.1"
1412+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
1413+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
1414+
dependencies:
1415+
define-properties "^1.1.3"
1416+
es-abstract "^1.17.0"
1417+
is-string "^1.0.5"
1418+
14051419
array-union@^1.0.1:
14061420
version "1.0.2"
14071421
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1419,7 +1433,7 @@ array-unique@^0.3.2:
14191433
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
14201434
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
14211435

1422-
array.prototype.flat@^1.2.1:
1436+
array.prototype.flat@^1.2.3:
14231437
version "1.2.3"
14241438
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
14251439
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -2300,17 +2314,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
23002314
dependencies:
23012315
is-arrayish "^0.2.1"
23022316

2303-
es-abstract@^1.12.0, es-abstract@^1.7.0:
2304-
version "1.13.0"
2305-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2306-
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
2317+
es-abstract@^1.17.0, es-abstract@^1.17.5:
2318+
version "1.17.6"
2319+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
2320+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
23072321
dependencies:
2308-
es-to-primitive "^1.2.0"
2322+
es-to-primitive "^1.2.1"
23092323
function-bind "^1.1.1"
23102324
has "^1.0.3"
2311-
is-callable "^1.1.4"
2312-
is-regex "^1.0.4"
2313-
object-keys "^1.0.12"
2325+
has-symbols "^1.0.1"
2326+
is-callable "^1.2.0"
2327+
is-regex "^1.1.0"
2328+
object-inspect "^1.7.0"
2329+
object-keys "^1.1.1"
2330+
object.assign "^4.1.0"
2331+
string.prototype.trimend "^1.0.1"
2332+
string.prototype.trimstart "^1.0.1"
23142333

23152334
es-abstract@^1.17.0-next.1:
23162335
version "1.17.4"
@@ -2329,6 +2348,18 @@ es-abstract@^1.17.0-next.1:
23292348
string.prototype.trimleft "^2.1.1"
23302349
string.prototype.trimright "^2.1.1"
23312350

2351+
es-abstract@^1.7.0:
2352+
version "1.13.0"
2353+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2354+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
2355+
dependencies:
2356+
es-to-primitive "^1.2.0"
2357+
function-bind "^1.1.1"
2358+
has "^1.0.3"
2359+
is-callable "^1.1.4"
2360+
is-regex "^1.0.4"
2361+
object-keys "^1.0.12"
2362+
23322363
es-to-primitive@^1.2.0:
23332364
version "1.2.0"
23342365
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -2392,39 +2423,40 @@ eslint-config-xo@0.29.1:
23922423
dependencies:
23932424
confusing-browser-globals "1.0.9"
23942425

2395-
eslint-import-resolver-node@^0.3.2:
2396-
version "0.3.2"
2397-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
2398-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
2426+
eslint-import-resolver-node@^0.3.3:
2427+
version "0.3.4"
2428+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
2429+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
23992430
dependencies:
24002431
debug "^2.6.9"
2401-
resolve "^1.5.0"
2432+
resolve "^1.13.1"
24022433

2403-
eslint-module-utils@^2.4.1:
2404-
version "2.5.2"
2405-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
2406-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
2434+
eslint-module-utils@^2.6.0:
2435+
version "2.6.0"
2436+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
2437+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
24072438
dependencies:
24082439
debug "^2.6.9"
24092440
pkg-dir "^2.0.0"
24102441

2411-
eslint-plugin-import@2.20.2:
2412-
version "2.20.2"
2413-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
2414-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
2442+
eslint-plugin-import@2.22.0:
2443+
version "2.22.0"
2444+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
2445+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
24152446
dependencies:
2416-
array-includes "^3.0.3"
2417-
array.prototype.flat "^1.2.1"
2447+
array-includes "^3.1.1"
2448+
array.prototype.flat "^1.2.3"
24182449
contains-path "^0.1.0"
24192450
debug "^2.6.9"
24202451
doctrine "1.5.0"
2421-
eslint-import-resolver-node "^0.3.2"
2422-
eslint-module-utils "^2.4.1"
2452+
eslint-import-resolver-node "^0.3.3"
2453+
eslint-module-utils "^2.6.0"
24232454
has "^1.0.3"
24242455
minimatch "^3.0.4"
2425-
object.values "^1.1.0"
2456+
object.values "^1.1.1"
24262457
read-pkg-up "^2.0.0"
2427-
resolve "^1.12.0"
2458+
resolve "^1.17.0"
2459+
tsconfig-paths "^3.9.0"
24282460

24292461
eslint-plugin-jsdoc@25.2.0:
24302462
version "25.2.0"
@@ -3315,6 +3347,11 @@ is-callable@^1.1.5:
33153347
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
33163348
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
33173349

3350+
is-callable@^1.2.0:
3351+
version "1.2.0"
3352+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
3353+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
3354+
33183355
is-ci@^2.0.0:
33193356
version "2.0.0"
33203357
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -3453,6 +3490,13 @@ is-regex@^1.0.5:
34533490
dependencies:
34543491
has "^1.0.3"
34553492

3493+
is-regex@^1.1.0:
3494+
version "1.1.0"
3495+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
3496+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
3497+
dependencies:
3498+
has-symbols "^1.0.1"
3499+
34563500
is-regexp@^1.0.0:
34573501
version "1.0.0"
34583502
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -3468,6 +3512,11 @@ is-stream@^2.0.0:
34683512
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
34693513
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
34703514

3515+
is-string@^1.0.5:
3516+
version "1.0.5"
3517+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
3518+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
3519+
34713520
is-symbol@^1.0.2:
34723521
version "1.0.2"
34733522
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -4025,6 +4074,13 @@ json-stringify-safe@~5.0.1:
40254074
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
40264075
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
40274076

4077+
json5@^1.0.1:
4078+
version "1.0.1"
4079+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4080+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4081+
dependencies:
4082+
minimist "^1.2.0"
4083+
40284084
json5@^2.1.0:
40294085
version "2.1.0"
40304086
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
@@ -4613,13 +4669,13 @@ object.pick@^1.3.0:
46134669
dependencies:
46144670
isobject "^3.0.1"
46154671

4616-
object.values@^1.1.0:
4617-
version "1.1.0"
4618-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
4619-
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
4672+
object.values@^1.1.1:
4673+
version "1.1.1"
4674+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
4675+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
46204676
dependencies:
46214677
define-properties "^1.1.3"
4622-
es-abstract "^1.12.0"
4678+
es-abstract "^1.17.0-next.1"
46234679
function-bind "^1.1.1"
46244680
has "^1.0.3"
46254681

@@ -5203,21 +5259,14 @@ resolve-url@^0.2.1:
52035259
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
52045260
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
52055261

5206-
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0:
5262+
resolve@^1.10.0, resolve@^1.3.2:
52075263
version "1.12.0"
52085264
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
52095265
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
52105266
dependencies:
52115267
path-parse "^1.0.6"
52125268

5213-
resolve@^1.12.0:
5214-
version "1.15.1"
5215-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
5216-
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
5217-
dependencies:
5218-
path-parse "^1.0.6"
5219-
5220-
resolve@^1.17.0:
5269+
resolve@^1.13.1, resolve@^1.17.0:
52215270
version "1.17.0"
52225271
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
52235272
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -5650,6 +5699,14 @@ string-width@^4.2.0:
56505699
is-fullwidth-code-point "^3.0.0"
56515700
strip-ansi "^6.0.0"
56525701

5702+
string.prototype.trimend@^1.0.1:
5703+
version "1.0.1"
5704+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
5705+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
5706+
dependencies:
5707+
define-properties "^1.1.3"
5708+
es-abstract "^1.17.5"
5709+
56535710
string.prototype.trimleft@^2.1.1:
56545711
version "2.1.1"
56555712
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
@@ -5666,6 +5723,14 @@ string.prototype.trimright@^2.1.1:
56665723
define-properties "^1.1.3"
56675724
function-bind "^1.1.1"
56685725

5726+
string.prototype.trimstart@^1.0.1:
5727+
version "1.0.1"
5728+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
5729+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
5730+
dependencies:
5731+
define-properties "^1.1.3"
5732+
es-abstract "^1.17.5"
5733+
56695734
stringify-object@^3.3.0:
56705735
version "3.3.0"
56715736
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
@@ -5886,6 +5951,16 @@ trim-right@^1.0.1:
58865951
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
58875952
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
58885953

5954+
tsconfig-paths@^3.9.0:
5955+
version "3.9.0"
5956+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
5957+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
5958+
dependencies:
5959+
"@types/json5" "^0.0.29"
5960+
json5 "^1.0.1"
5961+
minimist "^1.2.0"
5962+
strip-bom "^3.0.0"
5963+
58895964
tslib@1.10.0, tslib@^1.8.1, tslib@^1.9.0:
58905965
version "1.10.0"
58915966
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)