[PR #1339] [CLOSED] Bump eslint-plugin-import from 2.26.0 to 2.27.5 #1868

Closed
opened 2026-02-25 23:31:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1339
Author: @dependabot[bot]
Created: 2/20/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-import-2.27.5


📝 Commits (1)

  • 64e5c19 Bump eslint-plugin-import from 2.26.0 to 2.27.5

📊 Changes

2 files changed (+42 additions, -27 deletions)

View changed files

📝 package-lock.json (+41 -26)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-import from 2.26.0 to 2.27.5.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.27.5] - 2023-01-16

Fixed

[2.27.4] - 2023-01-11

Fixed

  • semver should be a prod dep (#2668)

[2.27.3] - 2023-01-11

Fixed

  • [no-empty-named-blocks]: rewrite rule to only check import declarations (#2666)

[2.27.2] - 2023-01-11

Fixed

  • [no-duplicates]: do not unconditionally require typescript (#2665)

[2.27.1] - 2023-01-11

Fixed

[2.27.0] - 2023-01-11

Added

Fixed

  • [order]: move nested imports closer to main import entry (#2396, thanks [@​pri1311])
  • [no-restricted-paths]: fix an error message (#2466, thanks [@​AdriAt360])
  • [no-restricted-paths]: use Minimatch.match instead of minimatch to comply with Windows Native paths (#2466, thanks [@​AdriAt360])
  • [order]: require with member expression could not be fixed if alphabetize.order was used (#2490, thanks [@​msvab])
  • [order]: leave more space in rankings for consecutive path groups (#2506, thanks [@​Pearce-Ropion])
  • [no-cycle]: add ExportNamedDeclaration statements to dependencies (#2511, thanks [@​BenoitZugmeyer])
  • [dynamic-import-chunkname]: prevent false report on a valid webpack magic comment (#2330, thanks [@​mhmadhamster])

... (truncated)

Commits
  • 5ff9e45 Bump to v2.27.5
  • ee6e1be [Refactor] minor performance refactors
  • 3cb966e [Deps] update array.prototype.flatmap
  • 0778b03 [Fix] order: Fix group ranks order when alphabetizing
  • af8fd26 [eslint] configure no-extraneous-dependencies rule properly, to prevent tod...
  • cda23fe Bump to 2.27.4
  • 520e169 [Fix] semver should be a prod dep
  • 82d81f1 Bump to 2.27.3
  • 2035355 [Fix] no-empty-named-blocks: rewrite rule to only check import declarations
  • eee88e4 Bump to 2.27.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1339 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-import-2.27.5` --- ### 📝 Commits (1) - [`64e5c19`](https://github.com/floccusaddon/floccus/commit/64e5c19154bf444ce6d83fb404a2cf5a603e7755) Bump eslint-plugin-import from 2.26.0 to 2.27.5 ### 📊 Changes **2 files changed** (+42 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+41 -26) 📝 `package.json` (+1 -1) </details> ### 📄 Description 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) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1868
No description provided.