Skip to content

Commit 3f164fc

Browse files
chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.3 to 3.7.0 (#73)
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.6.3 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/326">#326</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/93ea1305d0317db62a71edf029688eb410c2d261"><code>93ea130</code></a> Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! - This version has implemented the <code>eslint-plugin-import-x</code>'s v3 resolver interface. This allows you to use import/require to reference <code>eslint-import-resolver-typescript</code> directly in your ESLint flat config:</p> <p><strong>Previously</strong></p> <pre lang="js"><code>// eslint.config.js module.exports = { settings: { 'import-x/resolver': { typescript: { alwaysTryTypes: true, }, // or require.resolve('eslint-import-resolver-typescript'): alwaysTryTypes: true, } } } } </code></pre> <p><strong>Now</strong></p> <pre lang="js"><code>// eslint.config.js const { createTypeScriptImportResolver, } = require('eslint-import-resolver-typescript') <p>module.exports = {<br /> settings: {<br /> 'import-x/resolver-next': [<br /> createTypeScriptImportResolver({<br /> alwaysTryTypes: true,<br /> }),<br /> ],<br /> },<br /> }<br /> </code></pre></p> <p>Note that this only works with <code>eslint-plugin-import-x@&gt;=4.5.0</code>. You can't use <code>createTypeScriptImportResolver</code> with the older versions of <code>eslint-plugin-import-x</code> or any existing versions of <code>eslint-plugin-import</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's changelog</a>.</em></p> <blockquote> <h2>3.7.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/326">#326</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/93ea1305d0317db62a71edf029688eb410c2d261"><code>93ea130</code></a> Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! - This version has implemented the <code>eslint-plugin-import-x</code>'s v3 resolver interface. This allows you to use import/require to reference <code>eslint-import-resolver-typescript</code> directly in your ESLint flat config:</p> <p><strong>Previously</strong></p> <pre lang="js"><code>// eslint.config.js module.exports = { settings: { 'import-x/resolver': { typescript: { alwaysTryTypes: true, }, // or require.resolve('eslint-import-resolver-typescript'): alwaysTryTypes: true, } } } } </code></pre> <p><strong>Now</strong></p> <pre lang="js"><code>// eslint.config.js const { createTypeScriptImportResolver, } = require('eslint-import-resolver-typescript') <p>module.exports = {<br /> settings: {<br /> 'import-x/resolver-next': [<br /> createTypeScriptImportResolver({<br /> alwaysTryTypes: true,<br /> }),<br /> ],<br /> },<br /> }<br /> </code></pre></p> <p>Note that this only works with <code>eslint-plugin-import-x@&gt;=4.5.0</code>. You can't use <code>createTypeScriptImportResolver</code> with the older versions of <code>eslint-plugin-import-x</code> or any existing versions of <code>eslint-plugin-import</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c5da7003c3e98400be91fb2c38a988fbe3dab124"><code>c5da700</code></a> chore: release eslint-import-resolver-typescript (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/327">#327</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/93ea1305d0317db62a71edf029688eb410c2d261"><code>93ea130</code></a> feat: implement import-x resolver interface v3 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/326">#326</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/e6256b7860e886583ec5a7614b001d021e1086a2"><code>e6256b7</code></a> chore(deps): update dependency simple-git-hooks to ^2.11.1 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/325">#325</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/da56f17bd02cd7f5078210bed0df6eb07745ed24"><code>da56f17</code></a> chore(deps): update dependency react to ^18.3.1 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/324">#324</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/88a6d44d4009a16c3709e96527e3f1c84dcfb354"><code>88a6d44</code></a> chore(deps): update node.js to v18.20.5 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/323">#323</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/bed664f539cd7dc8e0d551d26ea7032711923ac5"><code>bed664f</code></a> chore(deps): update dependency <code>@​changesets/cli</code> to ^2.27.10 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/322">#322</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/42e7cc3eb413dda56683c1b2b2483e4756e0bd62"><code>42e7cc3</code></a> chore(deps): update dependency <code>@​types/node</code> to ^18.19.63 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/320">#320</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/13fa760ddd08697d1e9fc4a1b119241f1619e7cb"><code>13fa760</code></a> chore(deps): update dependency <code>@​changesets/cli</code> to ^2.27.9 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/319">#319</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/5ee5879b4428f42edbc262d66e192c76202b7f47"><code>5ee5879</code></a> fix(deps): update dependency debug to ^4.3.7 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/316">#316</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/f5b09f5f192b432a31c19f75a513003b6c17e03a"><code>f5b09f5</code></a> chore(deps): update dependency eslint to ^8.57.1 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/315">#315</a>)</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-import-resolver-typescript&package-manager=npm_and_yarn&previous-version=3.6.3&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0924f0 commit 3f164fc

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint": "^9.16.0",
8686
"eslint-config-flat-gitignore": "^0.3.0",
8787
"eslint-doc-generator": "^1.7.1",
88-
"eslint-import-resolver-typescript": "^3.6.3",
88+
"eslint-import-resolver-typescript": "^3.7.0",
8989
"eslint-plugin-eslint-plugin": "^6.3.2",
9090
"eslint-plugin-import-x": "^4.4.2",
9191
"eslint-plugin-n": "^17.14.0",

yarn.lock

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ __metadata:
16521652
languageName: node
16531653
linkType: hard
16541654

1655-
"debug@npm:4, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.7":
1655+
"debug@npm:4, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.7":
16561656
version: 4.3.7
16571657
resolution: "debug@npm:4.3.7"
16581658
dependencies:
@@ -2068,18 +2068,18 @@ __metadata:
20682068
languageName: node
20692069
linkType: hard
20702070

2071-
"eslint-import-resolver-typescript@npm:^3.6.3":
2072-
version: 3.6.3
2073-
resolution: "eslint-import-resolver-typescript@npm:3.6.3"
2071+
"eslint-import-resolver-typescript@npm:^3.7.0":
2072+
version: 3.7.0
2073+
resolution: "eslint-import-resolver-typescript@npm:3.7.0"
20742074
dependencies:
20752075
"@nolyfill/is-core-module": "npm:1.0.39"
2076-
debug: "npm:^4.3.5"
2076+
debug: "npm:^4.3.7"
20772077
enhanced-resolve: "npm:^5.15.0"
2078-
eslint-module-utils: "npm:^2.8.1"
20792078
fast-glob: "npm:^3.3.2"
20802079
get-tsconfig: "npm:^4.7.5"
20812080
is-bun-module: "npm:^1.0.2"
20822081
is-glob: "npm:^4.0.3"
2082+
stable-hash: "npm:^0.0.4"
20832083
peerDependencies:
20842084
eslint: "*"
20852085
eslint-plugin-import: "*"
@@ -2089,19 +2089,7 @@ __metadata:
20892089
optional: true
20902090
eslint-plugin-import-x:
20912091
optional: true
2092-
checksum: 10c0/5933b00791b7b077725b9ba9a85327d2e2dc7c8944c18a868feb317a0bf0e1e77aed2254c9c5e24dcc49360d119331d2c15281837f4269592965ace380a75111
2093-
languageName: node
2094-
linkType: hard
2095-
2096-
"eslint-module-utils@npm:^2.8.1":
2097-
version: 2.12.0
2098-
resolution: "eslint-module-utils@npm:2.12.0"
2099-
dependencies:
2100-
debug: "npm:^3.2.7"
2101-
peerDependenciesMeta:
2102-
eslint:
2103-
optional: true
2104-
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
2092+
checksum: 10c0/b1dec542a31486b3b5730f71f08a8ee2ac4915dbc4aa1493fd15bc8fcadcb029772ab39a425824c235045b3a7e629290a339d4a7e7f3dd32b24e715106352d40
21052093
languageName: node
21062094
linkType: hard
21072095

@@ -2188,7 +2176,7 @@ __metadata:
21882176
eslint: "npm:^9.16.0"
21892177
eslint-config-flat-gitignore: "npm:^0.3.0"
21902178
eslint-doc-generator: "npm:^1.7.1"
2191-
eslint-import-resolver-typescript: "npm:^3.6.3"
2179+
eslint-import-resolver-typescript: "npm:^3.7.0"
21922180
eslint-plugin-eslint-plugin: "npm:^6.3.2"
21932181
eslint-plugin-import-x: "npm:^4.4.2"
21942182
eslint-plugin-n: "npm:^17.14.0"

0 commit comments

Comments
 (0)