dependabot[bot] opened a new pull request, #14429: URL: https://github.com/apache/camel/pull/14429
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's releases</a>.</em></p> <blockquote> <h2>v2.29.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1">https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1</a></p> <h2>v2.29.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0">https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0</a></p> <h2>v2.28.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1">https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1</a></p> <h2>v2.28.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0">https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0</a></p> <h2>v2.27.5</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5">https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5</a></p> <h2>v2.27.4</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4">https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4</a></p> <h2>v2.27.3</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3">https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3</a></p> <h2>v2.27.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2">https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2</a></p> <h2>v2.27.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1">https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1</a></p> <h2>v2.27.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0">https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.29.1] - 2023-12-14</h2> <h3>Fixed</h3> <ul> <li>[<code>no-extraneous-dependencies</code>]: ignore <code>export type { ... } from '...'</code> when <code>includeTypes</code> is <code>false</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2919">#2919</a>, thanks [<a href="https://github.com/Pandemic1617"><code>@Pandemic1617</code></a>])</li> <li>[<code>no-unused-modules</code>]: support export patterns with array destructuring (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2930">#2930</a>, thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[Deps] update <code>tsconfig-paths</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2447">#2447</a>, thanks [<a href="https://github.com/domdomegg"><code>@domdomegg</code></a>])</li> </ul> <h2>[2.29.0] - 2023-10-22</h2> <h3>Added</h3> <ul> <li>TypeScript config: add .cts and .mts extensions (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2851">#2851</a>, thanks [<a href="https://github.com/Zamiell"><code>@Zamiell</code></a>])</li> <li>[<code>newline-after-import</code>]: new option <code>exactCount</code> and docs update (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/1933">#1933</a>, thanks [<a href="https://github.com/anikethsaha"><code>@anikethsaha</code></a>] and [<a href="https://github.com/reosarevok"><code>@reosarevok</code></a>])</li> <li>[<code>newline-after-import</code>]: fix <code>exactCount</code> with <code>considerComments</code> false positive, when there is a leading comment (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2884">#2884</a>, thanks [<a href="https://github.com/kinland"><code>@kinland</code></a>])</li> </ul> <h2>[2.28.1] - 2023-08-18</h2> <h3>Fixed</h3> <ul> <li>[<code>order</code>]: revert breaking change to single nested group (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2854">#2854</a>, thanks [<a href="https://github.com/yndajas"><code>@yndajas</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] remove duplicate fixable notices in docs (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2850">#2850</a>, thanks [<a href="https://github.com/bmish"><code>@bmish</code></a>])</li> </ul> <h2>[2.28.0] - 2023-07-27</h2> <h3>Fixed</h3> <ul> <li>[<code>no-duplicates</code>]: remove duplicate identifiers in duplicate imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2577">#2577</a>, thanks [<a href="https://github.com/joe-matsec"><code>@joe-matsec</code></a>])</li> <li>[<code>consistent-type-specifier-style</code>]: fix accidental removal of comma in certain cases (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2754">#2754</a>, thanks [<a href="https://github.com/bradzacher"><code>@bradzacher</code></a>])</li> <li>[Perf] <code>ExportMap</code>: Improve <code>ExportMap.for</code> performance on larger codebases (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2756">#2756</a>, thanks [<a href="https://github.com/leipert"><code>@leipert</code></a>])</li> <li>[<code>no-extraneous-dependencies</code>]/TypeScript: do not error when importing inline type from dev dependencies (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/1820">#1820</a>, thanks [<a href="https://github.com/andyogo"><code>@andyogo</code></a>])</li> <li>[<code>newline-after-import</code>]/TypeScript: do not error when re-exporting a namespaced import (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2832">#2832</a>, thanks [<a href="https://github.com/laurens-dg"><code>@laurens-dg</code></a>])</li> <li>[<code>order</code>]: partial fix for <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2687">#2687</a> (thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[<code>no-duplicates</code>]: Detect across type and regular imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2835">#2835</a>, thanks [<a href="https://github.com/benkrejci"><code>@benkrejci</code></a>])</li> <li>[<code>extensions</code>]: handle <code>.</code> and <code>..</code> properly (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2778">#2778</a>, thanks [<a href="https://github.com/benasher44"><code>@benasher44</code></a>])</li> <li>[<code>no-unused-modules</code>]: improve schema (thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[<code>no-unused-modules</code>]: report error on binding instead of parent export (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2842">#2842</a>, thanks [<a href="https://github.com/Chamion"><code>@Chamion</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>no-duplicates</code>]: fix example schema (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2684">#2684</a>, thanks [<a href="https://github.com/simmo"><code>@simmo</code></a>])</li> <li>[Docs] [<code>group-exports</code>]: fix syntax highlighting (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2699">#2699</a>, thanks [<a href="https://github.com/devinrhode2"><code>@devinrhode2</code></a>])</li> <li>[Docs] [<code>extensions</code>]: reference node ESM behavior (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2748">#2748</a>, thanks [<a href="https://github.com/xM8WVqaG"><code>@xM8WVqaG</code></a>])</li> <li>[Refactor] [<code>exports-last</code>]: use <code>array.prototype.findlastindex</code> (thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[Refactor] [<code>no-anonymous-default-export</code>]: use <code>object.fromentries</code> (thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[Refactor] [<code>no-unused-modules</code>]: use <code>array.prototype.flatmap</code> (thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> </ul> <h2>[2.27.5] - 2023-01-16</h2> <h3>Fixed</h3> <ul> <li>[<code>order]</code>: Fix group ranks order when alphabetizing (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2674">#2674</a>, thanks [<a href="https://github.com/Pearce-Ropion"><code>@Pearce-Ropion</code></a>])</li> </ul> <h2>[2.27.4] - 2023-01-11</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ee5fadeffff68f2300bed7f67a310496cb969d61"><code>ee5fade</code></a> Bump to 2.29.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/48fec35fbe9d20f5c859a02d0e4acef70759c875"><code>48fec35</code></a> [Deps] update <code>tsconfig-paths</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/80aee736721397cd073636950fef30aa65e165d3"><code>80aee73</code></a> [Dev Deps] update <code>chai</code>, <code>eslint-doc-generator</code>, <code>markdownlint-cli</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/8c83eafe4a709c0c275279a7bf99d92fa4e034a5"><code>8c83eaf</code></a> [Tests] node v21.3 has a broken <code>fs.writeFile</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/e67259e4c167d46e9cc5472d3afa32369fbf2eff"><code>e67259e</code></a> [Fix] <code>no-unused-modules</code>: support export patterns with array destructuring</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9fd3c42707d71987e439a847f2e213f55c84f734"><code>9fd3c42</code></a> [Tests] <code>no-duplicates</code>: add passing test</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/12f0300100b9bb90c6a952d07c133f2d5842ad57"><code>12f0300</code></a> [Fix] <code>no-extraneous-dependencies</code>: ignore <code>export type { ... } from '...'</code> w...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6d34c88a91a9cb7556700b7cb83c8a27731ff302"><code>6d34c88</code></a> Bump to 2.29.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ec6a8ea3c386241daaf208fe78da151b30415357"><code>ec6a8ea</code></a> [Refactor] use <code>hasown</code> instead of <code>has</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/78f50b852a0dc187ccbfd6b4592e4f59ba78d339"><code>78f50b8</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.findlastindex</code>, `array.proto...</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.29.1">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org