Skip to content

Commit caa70b9

Browse files
chore(deps): update dependency eslint-plugin-import to v2.26.0 (#236)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 796cebb commit caa70b9

File tree

2 files changed

+54
-21
lines changed

2 files changed

+54
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint-config-algolia": "20.0.0",
1414
"eslint-config-prettier": "8.5.0",
1515
"eslint-plugin-eslint-comments": "3.2.0",
16-
"eslint-plugin-import": "2.25.4",
16+
"eslint-plugin-import": "2.26.0",
1717
"eslint-plugin-jest": "25.7.0",
1818
"eslint-plugin-jsdoc": "39.3.2",
1919
"eslint-plugin-prettier": "4.0.0",

yarn.lock

Lines changed: 53 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,10 @@ eslint-import-resolver-node@^0.3.6:
16151615
debug "^3.2.7"
16161616
resolve "^1.20.0"
16171617

1618-
eslint-module-utils@^2.7.2:
1619-
version "2.7.2"
1620-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
1621-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
1618+
eslint-module-utils@^2.7.3:
1619+
version "2.7.3"
1620+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
1621+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
16221622
dependencies:
16231623
debug "^3.2.7"
16241624
find-up "^2.1.0"
@@ -1631,24 +1631,24 @@ [email protected]:
16311631
escape-string-regexp "^1.0.5"
16321632
ignore "^5.0.5"
16331633

1634-
eslint-plugin-import@2.25.4:
1635-
version "2.25.4"
1636-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
1637-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
1634+
eslint-plugin-import@2.26.0:
1635+
version "2.26.0"
1636+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
1637+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
16381638
dependencies:
16391639
array-includes "^3.1.4"
16401640
array.prototype.flat "^1.2.5"
16411641
debug "^2.6.9"
16421642
doctrine "^2.1.0"
16431643
eslint-import-resolver-node "^0.3.6"
1644-
eslint-module-utils "^2.7.2"
1644+
eslint-module-utils "^2.7.3"
16451645
has "^1.0.3"
1646-
is-core-module "^2.8.0"
1646+
is-core-module "^2.8.1"
16471647
is-glob "^4.0.3"
1648-
minimatch "^3.0.4"
1648+
minimatch "^3.1.2"
16491649
object.values "^1.1.5"
1650-
resolve "^1.20.0"
1651-
tsconfig-paths "^3.12.0"
1650+
resolve "^1.22.0"
1651+
tsconfig-paths "^3.14.1"
16521652

16531653
16541654
version "25.7.0"
@@ -2228,13 +2228,20 @@ is-callable@^1.1.4, is-callable@^1.2.4:
22282228
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
22292229
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
22302230

2231-
is-core-module@^2.2.0, is-core-module@^2.8.0:
2231+
is-core-module@^2.2.0:
22322232
version "2.8.0"
22332233
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
22342234
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
22352235
dependencies:
22362236
has "^1.0.3"
22372237

2238+
is-core-module@^2.8.1:
2239+
version "2.9.0"
2240+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
2241+
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
2242+
dependencies:
2243+
has "^1.0.3"
2244+
22382245
is-date-object@^1.0.1:
22392246
version "1.0.5"
22402247
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -3015,11 +3022,23 @@ minimatch@^3.0.4:
30153022
dependencies:
30163023
brace-expansion "^1.1.7"
30173024

3025+
minimatch@^3.1.2:
3026+
version "3.1.2"
3027+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3028+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3029+
dependencies:
3030+
brace-expansion "^1.1.7"
3031+
30183032
minimist@^1.2.0, minimist@^1.2.5:
30193033
version "1.2.5"
30203034
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
30213035
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
30223036

3037+
minimist@^1.2.6:
3038+
version "1.2.6"
3039+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
3040+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
3041+
30233042
30243043
version "2.0.0"
30253044
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -3214,7 +3233,7 @@ path-key@^3.0.0, path-key@^3.1.0:
32143233
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
32153234
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
32163235

3217-
path-parse@^1.0.6:
3236+
path-parse@^1.0.6, path-parse@^1.0.7:
32183237
version "1.0.7"
32193238
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
32203239
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -3360,6 +3379,15 @@ resolve@^1.12.0, resolve@^1.20.0:
33603379
is-core-module "^2.2.0"
33613380
path-parse "^1.0.6"
33623381

3382+
resolve@^1.22.0:
3383+
version "1.22.0"
3384+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
3385+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
3386+
dependencies:
3387+
is-core-module "^2.8.1"
3388+
path-parse "^1.0.7"
3389+
supports-preserve-symlinks-flag "^1.0.0"
3390+
33633391
reusify@^1.0.4:
33643392
version "1.0.4"
33653393
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
@@ -3593,6 +3621,11 @@ supports-hyperlinks@^2.0.0:
35933621
has-flag "^4.0.0"
35943622
supports-color "^7.0.0"
35953623

3624+
supports-preserve-symlinks-flag@^1.0.0:
3625+
version "1.0.0"
3626+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
3627+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
3628+
35963629
symbol-tree@^3.2.4:
35973630
version "3.2.4"
35983631
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -3672,14 +3705,14 @@ [email protected]:
36723705
semver "7.x"
36733706
yargs-parser "20.x"
36743707

3675-
tsconfig-paths@^3.12.0:
3676-
version "3.12.0"
3677-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
3678-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
3708+
tsconfig-paths@^3.14.1:
3709+
version "3.14.1"
3710+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
3711+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
36793712
dependencies:
36803713
"@types/json5" "^0.0.29"
36813714
json5 "^1.0.1"
3682-
minimist "^1.2.0"
3715+
minimist "^1.2.6"
36833716
strip-bom "^3.0.0"
36843717

36853718
tslib@^1.8.1:

0 commit comments

Comments
 (0)