Skip to content

Commit 36a4983

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.22.0
1 parent 06790d1 commit 36a4983

3 files changed

Lines changed: 104 additions & 44 deletions

File tree

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-algolia": "16.0.0",
3434
"eslint-config-prettier": "6.11.0",
3535
"eslint-plugin-eslint-comments": "3.2.0",
36-
"eslint-plugin-import": "2.20.2",
36+
"eslint-plugin-import": "2.22.0",
3737
"eslint-plugin-jest": "23.13.2",
3838
"eslint-plugin-prettier": "3.1.3",
3939
"jest": "26.0.1",

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-algolia": "16.0.0",
7171
"eslint-config-prettier": "6.11.0",
7272
"eslint-plugin-eslint-comments": "3.2.0",
73-
"eslint-plugin-import": "2.20.2",
73+
"eslint-plugin-import": "2.22.0",
7474
"eslint-plugin-jest": "23.13.2",
7575
"eslint-plugin-prettier": "3.1.3",
7676
"jest": "26.0.1",

yarn.lock

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,6 +3151,11 @@
31513151
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
31523152
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
31533153

3154+
"@types/json5@^0.0.29":
3155+
version "0.0.29"
3156+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
3157+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
3158+
31543159
"@types/minimatch@*":
31553160
version "3.0.3"
31563161
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3934,13 +3939,14 @@ array-ify@^1.0.0:
39343939
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
39353940
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
39363941

3937-
array-includes@^3.0.3:
3938-
version "3.0.3"
3939-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
3940-
integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
3942+
array-includes@^3.1.1:
3943+
version "3.1.1"
3944+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
3945+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
39413946
dependencies:
3942-
define-properties "^1.1.2"
3943-
es-abstract "^1.7.0"
3947+
define-properties "^1.1.3"
3948+
es-abstract "^1.17.0"
3949+
is-string "^1.0.5"
39443950

39453951
array-union@^1.0.1, array-union@^1.0.2:
39463952
version "1.0.2"
@@ -3964,14 +3970,13 @@ array-unique@^0.3.2:
39643970
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
39653971
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
39663972

3967-
array.prototype.flat@^1.2.1:
3968-
version "1.2.2"
3969-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
3970-
integrity sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ==
3973+
array.prototype.flat@^1.2.3:
3974+
version "1.2.3"
3975+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
3976+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
39713977
dependencies:
39723978
define-properties "^1.1.3"
3973-
es-abstract "^1.15.0"
3974-
function-bind "^1.1.1"
3979+
es-abstract "^1.17.0-next.1"
39753980

39763981
arrify@^1.0.1:
39773982
version "1.0.1"
@@ -6333,7 +6338,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
63336338
dependencies:
63346339
is-arrayish "^0.2.1"
63356340

6336-
es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
6341+
es-abstract@^1.12.0, es-abstract@^1.5.1:
63376342
version "1.16.2"
63386343
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
63396344
integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
@@ -6349,21 +6354,22 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
63496354
string.prototype.trimleft "^2.1.0"
63506355
string.prototype.trimright "^2.1.0"
63516356

6352-
es-abstract@^1.15.0:
6353-
version "1.16.3"
6354-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
6355-
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
6357+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
6358+
version "1.17.6"
6359+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
6360+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
63566361
dependencies:
63576362
es-to-primitive "^1.2.1"
63586363
function-bind "^1.1.1"
63596364
has "^1.0.3"
63606365
has-symbols "^1.0.1"
6361-
is-callable "^1.1.4"
6362-
is-regex "^1.0.4"
6366+
is-callable "^1.2.0"
6367+
is-regex "^1.1.0"
63636368
object-inspect "^1.7.0"
63646369
object-keys "^1.1.1"
6365-
string.prototype.trimleft "^2.1.0"
6366-
string.prototype.trimright "^2.1.0"
6370+
object.assign "^4.1.0"
6371+
string.prototype.trimend "^1.0.1"
6372+
string.prototype.trimstart "^1.0.1"
63676373

63686374
es-to-primitive@^1.2.1:
63696375
version "1.2.1"
@@ -6425,18 +6431,18 @@ eslint-config-prettier@6.11.0:
64256431
dependencies:
64266432
get-stdin "^6.0.0"
64276433

6428-
eslint-import-resolver-node@^0.3.2:
6429-
version "0.3.2"
6430-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
6431-
integrity sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==
6434+
eslint-import-resolver-node@^0.3.3:
6435+
version "0.3.4"
6436+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
6437+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
64326438
dependencies:
64336439
debug "^2.6.9"
6434-
resolve "^1.5.0"
6440+
resolve "^1.13.1"
64356441

6436-
eslint-module-utils@^2.4.1:
6437-
version "2.5.0"
6438-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
6439-
integrity sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==
6442+
eslint-module-utils@^2.6.0:
6443+
version "2.6.0"
6444+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
6445+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
64406446
dependencies:
64416447
debug "^2.6.9"
64426448
pkg-dir "^2.0.0"
@@ -6449,23 +6455,24 @@ eslint-plugin-eslint-comments@3.2.0:
64496455
escape-string-regexp "^1.0.5"
64506456
ignore "^5.0.5"
64516457

6452-
eslint-plugin-import@2.20.2:
6453-
version "2.20.2"
6454-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
6455-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
6458+
eslint-plugin-import@2.22.0:
6459+
version "2.22.0"
6460+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
6461+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
64566462
dependencies:
6457-
array-includes "^3.0.3"
6458-
array.prototype.flat "^1.2.1"
6463+
array-includes "^3.1.1"
6464+
array.prototype.flat "^1.2.3"
64596465
contains-path "^0.1.0"
64606466
debug "^2.6.9"
64616467
doctrine "1.5.0"
6462-
eslint-import-resolver-node "^0.3.2"
6463-
eslint-module-utils "^2.4.1"
6468+
eslint-import-resolver-node "^0.3.3"
6469+
eslint-module-utils "^2.6.0"
64646470
has "^1.0.3"
64656471
minimatch "^3.0.4"
6466-
object.values "^1.1.0"
6472+
object.values "^1.1.1"
64676473
read-pkg-up "^2.0.0"
6468-
resolve "^1.12.0"
6474+
resolve "^1.17.0"
6475+
tsconfig-paths "^3.9.0"
64696476

64706477
eslint-plugin-jest@23.13.2:
64716478
version "23.13.2"
@@ -8178,6 +8185,11 @@ is-callable@^1.1.4:
81788185
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
81798186
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
81808187

8188+
is-callable@^1.2.0:
8189+
version "1.2.0"
8190+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
8191+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
8192+
81818193
is-ci@^2.0.0:
81828194
version "2.0.0"
81838195
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -8406,6 +8418,13 @@ is-regex@^1.0.4:
84068418
dependencies:
84078419
has "^1.0.1"
84088420

8421+
is-regex@^1.1.0:
8422+
version "1.1.0"
8423+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
8424+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
8425+
dependencies:
8426+
has-symbols "^1.0.1"
8427+
84098428
is-resolvable@^1.0.0:
84108429
version "1.1.0"
84118430
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -8428,6 +8447,11 @@ is-stream@^2.0.0:
84288447
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
84298448
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
84308449

8450+
is-string@^1.0.5:
8451+
version "1.0.5"
8452+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
8453+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
8454+
84318455
is-svg@^3.0.0:
84328456
version "3.0.0"
84338457
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -10422,6 +10446,16 @@ object.values@^1.1.0:
1042210446
function-bind "^1.1.1"
1042310447
has "^1.0.3"
1042410448

10449+
object.values@^1.1.1:
10450+
version "1.1.1"
10451+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
10452+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
10453+
dependencies:
10454+
define-properties "^1.1.3"
10455+
es-abstract "^1.17.0-next.1"
10456+
function-bind "^1.1.1"
10457+
has "^1.0.3"
10458+
1042510459
obuf@^1.0.0, obuf@^1.1.2:
1042610460
version "1.1.2"
1042710461
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -12135,14 +12169,14 @@ resolve-url@^0.2.1:
1213512169
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1213612170
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1213712171

12138-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
12172+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1:
1213912173
version "1.13.1"
1214012174
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
1214112175
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
1214212176
dependencies:
1214312177
path-parse "^1.0.6"
1214412178

12145-
resolve@^1.17.0:
12179+
resolve@^1.13.1, resolve@^1.17.0:
1214612180
version "1.17.0"
1214712181
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
1214812182
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -12991,6 +13025,14 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1299113025
is-fullwidth-code-point "^3.0.0"
1299213026
strip-ansi "^6.0.0"
1299313027

13028+
string.prototype.trimend@^1.0.1:
13029+
version "1.0.1"
13030+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
13031+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
13032+
dependencies:
13033+
define-properties "^1.1.3"
13034+
es-abstract "^1.17.5"
13035+
1299413036
string.prototype.trimleft@^2.1.0:
1299513037
version "2.1.0"
1299613038
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -13007,6 +13049,14 @@ string.prototype.trimright@^2.1.0:
1300713049
define-properties "^1.1.3"
1300813050
function-bind "^1.1.1"
1300913051

13052+
string.prototype.trimstart@^1.0.1:
13053+
version "1.0.1"
13054+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
13055+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
13056+
dependencies:
13057+
define-properties "^1.1.3"
13058+
es-abstract "^1.17.5"
13059+
1301013060
string_decoder@^1.0.0, string_decoder@^1.1.1:
1301113061
version "1.3.0"
1301213062
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -13545,6 +13595,16 @@ trim-repeated@^1.0.0:
1354513595
dependencies:
1354613596
escape-string-regexp "^1.0.2"
1354713597

13598+
tsconfig-paths@^3.9.0:
13599+
version "3.9.0"
13600+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
13601+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
13602+
dependencies:
13603+
"@types/json5" "^0.0.29"
13604+
json5 "^1.0.1"
13605+
minimist "^1.2.0"
13606+
strip-bom "^3.0.0"
13607+
1354813608
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1354913609
version "1.10.0"
1355013610
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)