Skip to content

Commit

Permalink
fix(deps): Bump eslint-plugin-import from 2.26.0 to 2.27.5 (#45)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.5.
<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.27.5] - 2023-01-16</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>order]</code>: Fix group ranks order when alphabetizing (<a href="https://github-redirect.dependabot.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>
<h3>Fixed</h3>
<ul>
<li><code>semver</code> should be a prod dep (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2668">#2668</a>)</li>
</ul>
<h2>[2.27.3] - 2023-01-11</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-empty-named-blocks</code>]: rewrite rule to only check import declarations (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2666">#2666</a>)</li>
</ul>
<h2>[2.27.2] - 2023-01-11</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-duplicates</code>]: do not unconditionally require <code>typescript</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2665">#2665</a>)</li>
</ul>
<h2>[2.27.1] - 2023-01-11</h2>
<h3>Fixed</h3>
<ul>
<li><code>array.prototype.flatmap</code> should be a prod dep (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2664">#2664</a>, thanks [<a href="https://github.com/cristobal"><code>@​cristobal</code></a>])</li>
</ul>
<h2>[2.27.0] - 2023-01-11</h2>
<h3>Added</h3>
<ul>
<li>[<code>newline-after-import</code>]: add <code>considerComments</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2399">#2399</a>, thanks [<a href="https://github.com/pri1311"><code>@​pri1311</code></a>])</li>
<li>[<code>no-cycle</code>]: add <code>allowUnsafeDynamicCyclicDependency</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2387">#2387</a>, thanks [<a href="https://github.com/GerkinDev"><code>@​GerkinDev</code></a>])</li>
<li>[<code>no-restricted-paths</code>]: support arrays for <code>from</code> and <code>target</code> options (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li>
<li>[<code>no-anonymous-default-export</code>]: add <code>allowNew</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2505">#2505</a>, thanks [<a href="https://github.com/DamienCassou"><code>@​DamienCassou</code></a>])</li>
<li>[<code>order</code>]: Add <code>distinctGroup</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2395">#2395</a>, thanks [<a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: Add <code>includeInternal</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2541">#2541</a>, thanks [<a href="https://github.com/bdwain"><code>@​bdwain</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: Add <code>includeTypes</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2543">#2543</a>, thanks [<a href="https://github.com/bdwain"><code>@​bdwain</code></a>])</li>
<li>[<code>order</code>]: new <code>alphabetize.orderImportKind</code> option to sort imports with same path based on their kind (<code>type</code>, <code>typeof</code>) (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2544">#2544</a>, thanks [<a href="https://github.com/stropho"><code>@​stropho</code></a>])</li>
<li>[<code>consistent-type-specifier-style</code>]: add rule (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2473">#2473</a>, thanks [<a href="https://github.com/bradzacher"><code>@​bradzacher</code></a>])</li>
<li>Add [<code>no-empty-named-blocks</code>] rule (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2568">#2568</a>, thanks [<a href="https://github.com/guilhermelimak"><code>@​guilhermelimak</code></a>])</li>
<li>[<code>prefer-default-export</code>]: add &quot;target&quot; option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2602">#2602</a>, thanks [<a href="https://github.com/azyzz228"><code>@​azyzz228</code></a>])</li>
<li>[<code>no-absolute-path</code>]: add fixer (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2613">#2613</a>, thanks [<a href="https://github.com/adipascu"><code>@​adipascu</code></a>])</li>
<li>[<code>no-duplicates</code>]: support inline type import with <code>inlineTypeImport</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2475">#2475</a>, thanks [<a href="https://github.com/snewcomer"><code>@​snewcomer</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>order</code>]: move nested imports closer to main import entry (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2396">#2396</a>, thanks [<a href="https://github.com/pri1311"><code>@​pri1311</code></a>])</li>
<li>[<code>no-restricted-paths</code>]: fix an error message (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li>
<li>[<code>no-restricted-paths</code>]: use <code>Minimatch.match</code> instead of <code>minimatch</code> to comply with Windows Native paths (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li>
<li>[<code>order</code>]: require with member expression could not be fixed if alphabetize.order was used (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2490">#2490</a>, thanks [<a href="https://github.com/msvab"><code>@​msvab</code></a>])</li>
<li>[<code>order</code>]: leave more space in rankings for consecutive path groups (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2506">#2506</a>, thanks [<a href="https://github.com/Pearce-Ropion"><code>@​Pearce-Ropion</code></a>])</li>
<li>[<code>no-cycle</code>]: add ExportNamedDeclaration statements to dependencies (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2511">#2511</a>, thanks [<a href="https://github.com/BenoitZugmeyer"><code>@​BenoitZugmeyer</code></a>])</li>
<li>[<code>dynamic-import-chunkname</code>]: prevent false report on a valid webpack magic comment (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2330">#2330</a>, thanks [<a href="https://github.com/mhmadhamster"><code>@​mhmadhamster</code></a>])</li>
</ul>
<!-- 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/5ff9e45d585c5aac396802288aa9a8d93b0a09c6"><code>5ff9e45</code></a> Bump to v2.27.5</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/ee6e1be7da260a30179339afe5fccba7acec6545"><code>ee6e1be</code></a> [Refactor] minor performance refactors</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/3cb966edccbd6482db8503336dc855cd180793b8"><code>3cb966e</code></a> [Deps] update <code>array.prototype.flatmap</code></li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/0778b0390ec18b9fdc1acfd45d10bf1b614d82ff"><code>0778b03</code></a> [Fix] <code>order</code>: Fix group ranks order when alphabetizing</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/af8fd26766912a47b213d6e6676195ab9383524e"><code>af8fd26</code></a> [eslint] configure <code>no-extraneous-dependencies</code> rule properly, to prevent tod...</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/cda23feaf2083c78f97fdfd44d7277b55aee3f25"><code>cda23fe</code></a> Bump to 2.27.4</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/520e169abdef9f3e6648675995f2778465081aa8"><code>520e169</code></a> [Fix] <code>semver</code> should be a prod dep</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/82d81f19abe9988b0c91e650c61161ec6c0f50e7"><code>82d81f1</code></a> Bump to 2.27.3</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/203535504eda82860c05414ac83386087fcde1a3"><code>2035355</code></a> [Fix] <code>no-empty-named-blocks</code>: rewrite rule to only check import declarations</li>
<li><a href="https://github.com/import-js/eslint-plugin-import/commit/eee88e46d9d3b6e18de419569e7d31207a2a0ba5"><code>eee88e4</code></a> Bump to 2.27.2</li>
<li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.5">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.26.0&new-version=2.27.5)](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
dependabot[bot] authored Jan 23, 2023
1 parent b75b9ee commit f400a4e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 50 deletions.
104 changes: 56 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-decorator-position": "^5.0.1",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-ext": "^0.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jest-formatting": "^3.1.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-decorator-position": "^5.0.1",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-ext": "^0.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jest-formatting": "^3.1.0",
Expand Down

0 comments on commit f400a4e

Please sign in to comment.