Commit 3f164fc
authored
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@>=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@>=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 />
[](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
2 files changed
+9
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1652 | 1652 | | |
1653 | 1653 | | |
1654 | 1654 | | |
1655 | | - | |
| 1655 | + | |
1656 | 1656 | | |
1657 | 1657 | | |
1658 | 1658 | | |
| |||
2068 | 2068 | | |
2069 | 2069 | | |
2070 | 2070 | | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
2074 | 2074 | | |
2075 | 2075 | | |
2076 | | - | |
| 2076 | + | |
2077 | 2077 | | |
2078 | | - | |
2079 | 2078 | | |
2080 | 2079 | | |
2081 | 2080 | | |
2082 | 2081 | | |
| 2082 | + | |
2083 | 2083 | | |
2084 | 2084 | | |
2085 | 2085 | | |
| |||
2089 | 2089 | | |
2090 | 2090 | | |
2091 | 2091 | | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | | - | |
2099 | | - | |
2100 | | - | |
2101 | | - | |
2102 | | - | |
2103 | | - | |
2104 | | - | |
| 2092 | + | |
2105 | 2093 | | |
2106 | 2094 | | |
2107 | 2095 | | |
| |||
2188 | 2176 | | |
2189 | 2177 | | |
2190 | 2178 | | |
2191 | | - | |
| 2179 | + | |
2192 | 2180 | | |
2193 | 2181 | | |
2194 | 2182 | | |
| |||
0 commit comments