Skip to content

Commit 7cb79ae

Browse files
chore: update dependency eslint-plugin-import to v2.21.2 (#1194)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9f14e1c commit 7cb79ae

File tree

1 file changed

+90
-55
lines changed

1 file changed

+90
-55
lines changed

yarn.lock

+90-55
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,11 @@
24712471
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
24722472
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
24732473

2474+
"@types/json5@^0.0.29":
2475+
version "0.0.29"
2476+
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2477+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
2478+
24742479
24752480
version "4.14.149"
24762481
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
@@ -2852,7 +2857,7 @@ array-ify@^1.0.0:
28522857
resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
28532858
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
28542859

2855-
array-includes@^3.0.3:
2860+
array-includes@^3.1.1:
28562861
version "3.1.1"
28572862
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
28582863
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -2883,7 +2888,7 @@ array-unique@^0.3.2:
28832888
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
28842889
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
28852890

2886-
array.prototype.flat@^1.2.1:
2891+
array.prototype.flat@^1.2.3:
28872892
version "1.2.3"
28882893
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
28892894
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -4612,22 +4617,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
46124617
dependencies:
46134618
is-arrayish "^0.2.1"
46144619

4615-
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
4616-
version "1.17.0"
4617-
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
4618-
integrity sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==
4620+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
4621+
version "1.17.6"
4622+
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
4623+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
46194624
dependencies:
46204625
es-to-primitive "^1.2.1"
46214626
function-bind "^1.1.1"
46224627
has "^1.0.3"
46234628
has-symbols "^1.0.1"
4624-
is-callable "^1.1.5"
4625-
is-regex "^1.0.5"
4629+
is-callable "^1.2.0"
4630+
is-regex "^1.1.0"
46264631
object-inspect "^1.7.0"
46274632
object-keys "^1.1.1"
46284633
object.assign "^4.1.0"
4629-
string.prototype.trimleft "^2.1.1"
4630-
string.prototype.trimright "^2.1.1"
4634+
string.prototype.trimend "^1.0.1"
4635+
string.prototype.trimstart "^1.0.1"
46314636

46324637
es-to-primitive@^1.2.1:
46334638
version "1.2.1"
@@ -4679,39 +4684,40 @@ eslint-config-prettier@^6.10.0:
46794684
dependencies:
46804685
get-stdin "^6.0.0"
46814686

4682-
eslint-import-resolver-node@^0.3.2:
4687+
eslint-import-resolver-node@^0.3.3:
46834688
version "0.3.3"
46844689
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
46854690
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
46864691
dependencies:
46874692
debug "^2.6.9"
46884693
resolve "^1.13.1"
46894694

4690-
eslint-module-utils@^2.4.1:
4691-
version "2.5.2"
4692-
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
4693-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
4695+
eslint-module-utils@^2.6.0:
4696+
version "2.6.0"
4697+
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
4698+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
46944699
dependencies:
46954700
debug "^2.6.9"
46964701
pkg-dir "^2.0.0"
46974702

46984703
eslint-plugin-import@^2.20.1:
4699-
version "2.20.1"
4700-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
4701-
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
4704+
version "2.21.2"
4705+
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c"
4706+
integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA==
47024707
dependencies:
4703-
array-includes "^3.0.3"
4704-
array.prototype.flat "^1.2.1"
4708+
array-includes "^3.1.1"
4709+
array.prototype.flat "^1.2.3"
47054710
contains-path "^0.1.0"
47064711
debug "^2.6.9"
47074712
doctrine "1.5.0"
4708-
eslint-import-resolver-node "^0.3.2"
4709-
eslint-module-utils "^2.4.1"
4713+
eslint-import-resolver-node "^0.3.3"
4714+
eslint-module-utils "^2.6.0"
47104715
has "^1.0.3"
47114716
minimatch "^3.0.4"
4712-
object.values "^1.1.0"
4717+
object.values "^1.1.1"
47134718
read-pkg-up "^2.0.0"
4714-
resolve "^1.12.0"
4719+
resolve "^1.17.0"
4720+
tsconfig-paths "^3.9.0"
47154721

47164722
eslint-plugin-jest@^23.6.0:
47174723
version "23.7.0"
@@ -5844,7 +5850,12 @@ homedir-polyfill@^1.0.1:
58445850
dependencies:
58455851
parse-passwd "^1.0.0"
58465852

5847-
hosted-git-info@^2.1.4, hosted-git-info@^2.5.0, hosted-git-info@^2.7.1:
5853+
hosted-git-info@^2.1.4:
5854+
version "2.8.8"
5855+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
5856+
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
5857+
5858+
hosted-git-info@^2.5.0, hosted-git-info@^2.7.1:
58485859
version "2.8.5"
58495860
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
58505861
integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==
@@ -6234,10 +6245,10 @@ [email protected]:
62346245
dependencies:
62356246
builtin-modules "^3.0.0"
62366247

6237-
is-callable@^1.1.4, is-callable@^1.1.5:
6238-
version "1.1.5"
6239-
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
6240-
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
6248+
is-callable@^1.1.4, is-callable@^1.2.0:
6249+
version "1.2.0"
6250+
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
6251+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
62416252

62426253
is-ci@^1.0.10:
62436254
version "1.2.1"
@@ -6419,12 +6430,12 @@ is-redirect@^1.0.0:
64196430
resolved "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
64206431
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
64216432

6422-
is-regex@^1.0.5:
6423-
version "1.0.5"
6424-
resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
6425-
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
6433+
is-regex@^1.1.0:
6434+
version "1.1.0"
6435+
resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
6436+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
64266437
dependencies:
6427-
has "^1.0.3"
6438+
has-symbols "^1.0.1"
64286439

64296440
is-regexp@^1.0.0:
64306441
version "1.0.0"
@@ -7043,6 +7054,13 @@ [email protected], json5@^2.1.0:
70437054
dependencies:
70447055
minimist "^1.2.0"
70457056

7057+
json5@^1.0.1:
7058+
version "1.0.1"
7059+
resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
7060+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
7061+
dependencies:
7062+
minimist "^1.2.0"
7063+
70467064
json5@^2.1.2:
70477065
version "2.1.3"
70487066
resolved "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
@@ -8203,7 +8221,7 @@ object.pick@^1.3.0:
82038221
dependencies:
82048222
isobject "^3.0.1"
82058223

8206-
object.values@^1.1.0:
8224+
object.values@^1.1.1:
82078225
version "1.1.1"
82088226
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
82098227
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -9376,7 +9394,14 @@ [email protected]:
93769394
resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
93779395
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
93789396

9379-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.8.1:
9397+
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0:
9398+
version "1.17.0"
9399+
resolved "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
9400+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
9401+
dependencies:
9402+
path-parse "^1.0.6"
9403+
9404+
resolve@^1.3.2, resolve@^1.8.1:
93809405
version "1.15.1"
93819406
resolved "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
93829407
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
@@ -9843,22 +9868,22 @@ source-map@^0.7.3:
98439868
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
98449869

98459870
spdx-correct@^3.0.0:
9846-
version "3.1.0"
9847-
resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
9848-
integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==
9871+
version "3.1.1"
9872+
resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
9873+
integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
98499874
dependencies:
98509875
spdx-expression-parse "^3.0.0"
98519876
spdx-license-ids "^3.0.0"
98529877

98539878
spdx-exceptions@^2.1.0:
9854-
version "2.2.0"
9855-
resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
9856-
integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==
9879+
version "2.3.0"
9880+
resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
9881+
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
98579882

98589883
spdx-expression-parse@^3.0.0:
9859-
version "3.0.0"
9860-
resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
9861-
integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==
9884+
version "3.0.1"
9885+
resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
9886+
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
98629887
dependencies:
98639888
spdx-exceptions "^2.1.0"
98649889
spdx-license-ids "^3.0.0"
@@ -10000,21 +10025,21 @@ string-width@^4.1.0, string-width@^4.2.0:
1000010025
is-fullwidth-code-point "^3.0.0"
1000110026
strip-ansi "^6.0.0"
1000210027

10003-
string.prototype.trimleft@^2.1.1:
10004-
version "2.1.1"
10005-
resolved "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10006-
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10028+
string.prototype.trimend@^1.0.1:
10029+
version "1.0.1"
10030+
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
10031+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
1000710032
dependencies:
1000810033
define-properties "^1.1.3"
10009-
function-bind "^1.1.1"
10034+
es-abstract "^1.17.5"
1001010035

10011-
string.prototype.trimright@^2.1.1:
10012-
version "2.1.1"
10013-
resolved "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10014-
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10036+
string.prototype.trimstart@^1.0.1:
10037+
version "1.0.1"
10038+
resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
10039+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
1001510040
dependencies:
1001610041
define-properties "^1.1.3"
10017-
function-bind "^1.1.1"
10042+
es-abstract "^1.17.5"
1001810043

1001910044
string_decoder@^1.1.1:
1002010045
version "1.3.0"
@@ -10466,6 +10491,16 @@ [email protected]:
1046610491
semver "7.x"
1046710492
yargs-parser "18.x"
1046810493

10494+
tsconfig-paths@^3.9.0:
10495+
version "3.9.0"
10496+
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
10497+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
10498+
dependencies:
10499+
"@types/json5" "^0.0.29"
10500+
json5 "^1.0.1"
10501+
minimist "^1.2.0"
10502+
strip-bom "^3.0.0"
10503+
1046910504
tslib@^1.8.1, tslib@^1.9.0:
1047010505
version "1.10.0"
1047110506
resolved "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

0 commit comments

Comments
 (0)