Skip to content

Commit 90b16e0

Browse files
authored
Merge pull request #266 from p3ol/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.26.0
2 parents a6d368e + e9ebd2d commit 90b16e0

2 files changed

Lines changed: 47 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "8.18.0",
2121
"eslint-config-standard": "16.0.3",
2222
"eslint-plugin-babel": "5.3.1",
23-
"eslint-plugin-import": "2.25.4",
23+
"eslint-plugin-import": "2.26.0",
2424
"eslint-plugin-node": "11.1.0",
2525
"eslint-plugin-promise": "6.0.0",
2626
"eslint-plugin-react": "7.30.0",

yarn.lock

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,10 +2581,10 @@ eslint-import-resolver-node@^0.3.6:
25812581
debug "^3.2.7"
25822582
resolve "^1.20.0"
25832583

2584-
eslint-module-utils@^2.7.2:
2585-
version "2.7.2"
2586-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
2587-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
2584+
eslint-module-utils@^2.7.3:
2585+
version "2.7.3"
2586+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2587+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
25882588
dependencies:
25892589
debug "^3.2.7"
25902590
find-up "^2.1.0"
@@ -2604,24 +2604,24 @@ eslint-plugin-es@^3.0.0:
26042604
eslint-utils "^2.0.0"
26052605
regexpp "^3.0.0"
26062606

2607-
eslint-plugin-import@2.25.4:
2608-
version "2.25.4"
2609-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2610-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2607+
eslint-plugin-import@2.26.0:
2608+
version "2.26.0"
2609+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2610+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
26112611
dependencies:
26122612
array-includes "^3.1.4"
26132613
array.prototype.flat "^1.2.5"
26142614
debug "^2.6.9"
26152615
doctrine "^2.1.0"
26162616
eslint-import-resolver-node "^0.3.6"
2617-
eslint-module-utils "^2.7.2"
2617+
eslint-module-utils "^2.7.3"
26182618
has "^1.0.3"
2619-
is-core-module "^2.8.0"
2619+
is-core-module "^2.8.1"
26202620
is-glob "^4.0.3"
2621-
minimatch "^3.0.4"
2621+
minimatch "^3.1.2"
26222622
object.values "^1.1.5"
2623-
resolve "^1.20.0"
2624-
tsconfig-paths "^3.12.0"
2623+
resolve "^1.22.0"
2624+
tsconfig-paths "^3.14.1"
26252625

26262626
eslint-plugin-node@11.1.0:
26272627
version "11.1.0"
@@ -3440,13 +3440,20 @@ is-callable@^1.1.4, is-callable@^1.2.4:
34403440
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
34413441
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
34423442

3443-
is-core-module@^2.2.0, is-core-module@^2.8.0:
3443+
is-core-module@^2.2.0:
34443444
version "2.8.0"
34453445
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
34463446
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
34473447
dependencies:
34483448
has "^1.0.3"
34493449

3450+
is-core-module@^2.8.1:
3451+
version "2.8.1"
3452+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
3453+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
3454+
dependencies:
3455+
has "^1.0.3"
3456+
34503457
is-date-object@^1.0.1:
34513458
version "1.0.5"
34523459
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -3836,6 +3843,11 @@ minimist@^1.2.0, minimist@^1.2.5:
38363843
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
38373844
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
38383845

3846+
minimist@^1.2.6:
3847+
version "1.2.6"
3848+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
3849+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
3850+
38393851
mkdirp@^0.5.5:
38403852
version "0.5.5"
38413853
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
@@ -4154,7 +4166,7 @@ path-key@^3.0.0, path-key@^3.1.0:
41544166
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
41554167
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
41564168

4157-
path-parse@^1.0.6:
4169+
path-parse@^1.0.6, path-parse@^1.0.7:
41584170
version "1.0.7"
41594171
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
41604172
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -4461,6 +4473,15 @@ resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.9
44614473
is-core-module "^2.2.0"
44624474
path-parse "^1.0.6"
44634475

4476+
resolve@^1.22.0:
4477+
version "1.22.0"
4478+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
4479+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
4480+
dependencies:
4481+
is-core-module "^2.8.1"
4482+
path-parse "^1.0.7"
4483+
supports-preserve-symlinks-flag "^1.0.0"
4484+
44644485
resolve@^2.0.0-next.3:
44654486
version "2.0.0-next.3"
44664487
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -4835,6 +4856,11 @@ supports-color@^8.0.0:
48354856
dependencies:
48364857
has-flag "^4.0.0"
48374858

4859+
supports-preserve-symlinks-flag@^1.0.0:
4860+
version "1.0.0"
4861+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
4862+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
4863+
48384864
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
48394865
version "2.2.1"
48404866
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
@@ -4887,14 +4913,14 @@ toidentifier@1.0.0:
48874913
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
48884914
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
48894915

4890-
tsconfig-paths@^3.12.0:
4891-
version "3.12.0"
4892-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
4893-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
4916+
tsconfig-paths@^3.14.1:
4917+
version "3.14.1"
4918+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
4919+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
48944920
dependencies:
48954921
"@types/json5" "^0.0.29"
48964922
json5 "^1.0.1"
4897-
minimist "^1.2.0"
4923+
minimist "^1.2.6"
48984924
strip-bom "^3.0.0"
48994925

49004926
tslib@^2.0.3:

0 commit comments

Comments
 (0)