Skip to content

Commit cb4eb67

Browse files
deps: bump eslint-plugin-import-x from 4.11.0 to 4.11.1 (#512)
Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 4.11.0 to 4.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/releases">eslint-plugin-import-x's releases</a>.</em></p> <blockquote> <h2>v4.11.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/321">#321</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/fc4c72c8aeb7ae2f876fa6efa04cd3d269bcebbe"><code>fc4c72c</code></a> Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! - fix: accept non-array resolver in <code>resolver-next</code> setting</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md">eslint-plugin-import-x's changelog</a>.</em></p> <blockquote> <h2>4.11.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/321">#321</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/fc4c72c8aeb7ae2f876fa6efa04cd3d269bcebbe"><code>fc4c72c</code></a> Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! - fix: accept non-array resolver in <code>resolver-next</code> setting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/8b2d6d3b612eb57fb68c3fddec25b02fc622df7c"><code>8b2d6d3</code></a> chore: release eslint-plugin-import-x (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/322">#322</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/fc4c72c8aeb7ae2f876fa6efa04cd3d269bcebbe"><code>fc4c72c</code></a> fix: accept non-array resolver in <code>resolver-next</code> setting (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/321">#321</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/f193e733824e395ecb254cba23fe40d2fbc61348"><code>f193e73</code></a> docs: fix <code>import-x/resolver-next</code> description (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/316">#316</a>)</li> <li>See full diff in <a href="https://github.com/un-ts/eslint-plugin-import-x/compare/v4.11.0...v4.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import-x&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.11.1)](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 3235daa commit cb4eb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-import-resolver-typescript": "4.3.4",
3939
"eslint-plugin-comment-length": "2.2.1",
4040
"eslint-plugin-file-progress": "3.0.2",
41-
"eslint-plugin-import-x": "4.11.0",
41+
"eslint-plugin-import-x": "4.11.1",
4242
"eslint-plugin-jsdoc": "50.6.14",
4343
"eslint-plugin-mdx": "3.4.1",
4444
"eslint-plugin-unused-imports": "4.1.4",

0 commit comments

Comments
 (0)