Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ (deps) Bump eslint-plugin-import from 2.23.4 to 2.24.0 (#127)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.24.0] - 2021-08-08</h2> <h3>Added</h3> <ul> <li>[<code>no-dynamic-require</code>]: add option <code>esmodule</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1223">#1223</a>, thanks [<a href="https://github.com/vikr01"><code>@vikr01</code></a>])</li> <li>[<code>named</code>]: add <code>commonjs</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1222">#1222</a>, thanks [<a href="https://github.com/vikr01"><code>@vikr01</code></a>])</li> <li>[<code>no-namespace</code>]: Add <code>ignore</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2112">#2112</a>, thanks [<a href="https://github.com/aberezkin"><code>@aberezkin</code></a>])</li> <li>[<code>max-dependencies</code>]: add option <code>ignoreTypeImports</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1847">#1847</a>, thanks [<a href="https://github.com/rfermann"><code>@rfermann</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-duplicates</code>]: ensure autofix avoids excessive newlines (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2028">#2028</a>, thanks [<a href="https://github.com/ertrzyiks"><code>@ertrzyiks</code></a>])</li> <li>[<code>extensions</code>]: avoid crashing on partially typed import/export statements (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2118">#2118</a>, thanks [<a href="https://github.com/ljharb"><code>@ljharb</code></a>])</li> <li>[<code>no-extraneous-dependencies</code>]: add ESM intermediate package.json support] (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2121">#2121</a>, thanks [<a href="https://github.com/paztis"><code>@paztis</code></a>])</li> <li>Use <code>context.getPhysicalFilename()</code> when available (ESLint 7.28+) (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2160">#2160</a>, thanks [<a href="https://github.com/pmcelhaney"><code>@pmcelhaney</code></a>])</li> <li>[<code>extensions</code>]/<code>importType</code>: fix isScoped treating @/abc as scoped module (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2146">#2146</a>, thanks [<a href="https://github.com/rperello"><code>@rperello</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>extensions</code>]: removed incorrect cases (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2138">#2138</a>, thanks [<a href="https://github.com/wenfangdu"><code>@wenfangdu</code></a>])</li> <li>[Tests] [<code>order</code>]: add tests for <code>pathGroupsExcludedImportTypes: ['type']</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2158">#2158</a>, thanks [<a href="https://github.com/atav32"><code>@atav32</code></a>])</li> <li>[Docs] [<code>order</code>]: improve the documentation for the <code>pathGroupsExcludedImportTypes</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2156">#2156</a>, thanks [<a href="https://github.com/liby"><code>@liby</code></a>])</li> <li>[Tests] [<code>no-cycle</code>]: Restructure test files (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1517">#1517</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] add description how to use plugin with yarn berry (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2179">#2179</a>, thanks [<a href="https://github.com/KostyaZgara"><code>@KostyaZgara</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/202e5e02db46dfda897ec6952d0a73fea1f23bab"><code>202e5e0</code></a> Bump to v2.24.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/546f87f6c7d87a3cbdff7c8c6d0b36729ec9fa8d"><code>546f87f</code></a> utils: v2.6.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/74fa6c99cc12f79a25cc33e6819b6073344998f1"><code>74fa6c9</code></a> [resolvers/node] v0.3.5</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/32bf64556329dd61ef959fa7cc17e547d8031cf8"><code>32bf645</code></a> [Docs] add description how to use plugin with yarn berry</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/794e869757d047deafab35b38c9552bb42f9e835"><code>794e869</code></a> [meta] update repo URLs</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/429f3f60238356d1d6c1019be988bccad7def0e0"><code>429f3f6</code></a> [Tests] <code>no-cycle</code>: Restructure test files</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/b743a650e9d474fcd5a4252b01c522adcc11b65c"><code>b743a65</code></a> [New] <code>max-dependencies</code>: add option <code>ignoreTypeImports</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/bba59c4848cdd31461a9f45ebe79865d28cd3f5f"><code>bba59c4</code></a> [New] <code>no-namespace</code>: Add <code>ignore</code> option</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/54d86c8a64dc21c14088fcdd8fc3935206e8347a"><code>54d86c8</code></a> [New] <code>named</code>: add <code>commonjs</code> option</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/7626a148510cccedd1e4583111b92cd14bfcb630"><code>7626a14</code></a> [Refactor] <code>named</code>: clean up formatting</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.23.4&new-version=2.24.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 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>
- Loading branch information