[PR #1314] [CLOSED] Bump eslint-import-resolver-webpack from 0.12.2 to 0.13.2 #1854

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1314
Author: @dependabot[bot]
Created: 1/8/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.2


📝 Commits (1)

  • 077cebc Bump eslint-import-resolver-webpack from 0.12.2 to 0.13.2

📊 Changes

2 files changed (+37 additions, -1365 deletions)

View changed files

📝 package-lock.json (+36 -1364)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-import-resolver-webpack from 0.12.2 to 0.13.2.

Release notes

Sourced from eslint-import-resolver-webpack's releases.

no-old-and-busted

no-commonjs and no-amd rules added. (thanks @​xjamundx for donating code to get these going)

Changelog

Sourced from eslint-import-resolver-webpack's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

[Unreleased]

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])
  • [export]: do not error on TS export overloads (#1590, thanks [@​ljharb])
  • [no-unresolved], [extensions]: ignore type only exports (#2436, thanks [@​Lukas-Kullmann])
  • ExportMap: add missing param to function (#2589, thanks [@​Fdawgs])
  • [no-unused-modules]: checkPkgFieldObject filters boolean fields from checks (#2598, thanks [@​mpint])
  • [no-cycle]: accept Flow typeof imports, just like type (#2608, thanks [@​gnprice])

Changed

... (truncated)

Commits
  • c3633c6 [resolvers/webpack] v0.13.2
  • ce702dc [resolvers/webpack] [meta] expand engines.node to include node 17
  • 3a44931 [Tests] use new codecov uploader
  • 661876f utils: v2.7.1
  • 02a15aa [utils] [fix] fixed SyntaxError in node <= 6: Unexpected token ) in parse.js
  • 67103e6 Bump to v2.25.2
  • 85739db [Deps] update eslint-module-utils
  • 9cc1654 Bump to v2.25.1
  • 6bdab31 [Deps] update eslint-module-utils
  • b0131d2 Bump to v2.25.0
  • 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/1314 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.2` --- ### 📝 Commits (1) - [`077cebc`](https://github.com/floccusaddon/floccus/commit/077cebcad1bd4e4a8e8655b0e9f6379cc0bf5f38) Bump eslint-import-resolver-webpack from 0.12.2 to 0.13.2 ### 📊 Changes **2 files changed** (+37 additions, -1365 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+36 -1364) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import) from 0.12.2 to 0.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-import-resolver-webpack's releases</a>.</em></p> <blockquote> <h2>no-old-and-busted</h2> <p><code>no-commonjs</code> and <code>no-amd</code> rules added. (thanks <a href="https://github.com/xjamundx"><code>@​xjamundx</code></a> for donating code to get these going)</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-import-resolver-webpack's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. This project adheres to <a href="https://semver.org/">Semantic Versioning</a>. This change log adheres to standards from <a href="https://keepachangelog.com">Keep a CHANGELOG</a>.</p> <h2>[Unreleased]</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> <li>[<code>export</code>]: do not error on TS export overloads (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1590">#1590</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[<code>no-unresolved</code>], [<code>extensions</code>]: ignore type only exports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2436">#2436</a>, thanks [<a href="https://github.com/Lukas-Kullmann"><code>@​Lukas-Kullmann</code></a>])</li> <li><code>ExportMap</code>: add missing param to function (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2589">#2589</a>, thanks [<a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>])</li> <li>[<code>no-unused-modules</code>]: <code>checkPkgFieldObject</code> filters boolean fields from checks (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2598">#2598</a>, thanks [<a href="https://github.com/mpint"><code>@​mpint</code></a>])</li> <li>[<code>no-cycle</code>]: accept Flow <code>typeof</code> imports, just like <code>type</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2608">#2608</a>, thanks [<a href="https://github.com/gnprice"><code>@​gnprice</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] [<code>named</code>]: Run all TypeScript test (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2427">#2427</a>, thanks [<a href="https://github.com/ProdigySim"><code>@​ProdigySim</code></a>])</li> <li>[readme] note use of typescript in readme <code>import/extensions</code> section (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2440">#2440</a>, thanks [<a href="https://github.com/OutdatedVersion"><code>@​OutdatedVersion</code></a>])</li> <li>[Docs] [<code>order</code>]: use correct default value (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2392">#2392</a>, thanks [<a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a>])</li> <li>[meta] replace git.io link in comments with the original URL (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2444">#2444</a>, thanks [<a href="https://github.com/liby"><code>@​liby</code></a>])</li> <li>[Docs] remove global install in readme (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2412">#2412</a>, thanks [<a href="https://github.com/aladdin-add"><code>@​aladdin-add</code></a>])</li> <li>[readme] clarify <code>eslint-import-resolver-typescript</code> usage (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2503">#2503</a>, thanks [<a href="https://github.com/JounQin"><code>@​JounQin</code></a>])</li> <li>[Refactor] [<code>no-cycle</code>]: Add per-run caching of traversed paths (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2419">#2419</a>, thanks [<a href="https://github.com/nokel81"><code>@​nokel81</code></a>])</li> <li>[Performance] <code>ExportMap</code>: add caching after parsing for an ambiguous module (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2531">#2531</a>, thanks [<a href="https://github.com/stenin-nikita"><code>@​stenin-nikita</code></a>])</li> <li>[Docs] [<code>no-useless-path-segments</code>]: fix paths (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2424">#2424</a>, thanks [<a href="https://github.com/s-h-a-d-o-w"><code>@​s-h-a-d-o-w</code></a>])</li> <li>[Tests] [<code>no-cycle</code>]: add passing test cases (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2438">#2438</a>, thanks [<a href="https://github.com/georeith"><code>@​georeith</code></a>])</li> <li>[Refactor] [<code>no-extraneous-dependencies</code>] improve performance using cache (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2374">#2374</a>, thanks [<a href="https://github.com/meowtec"><code>@​meowtec</code></a>])</li> <li>[meta] <code>CONTRIBUTING.md</code>: mention inactive PRs (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2546">#2546</a>, thanks [<a href="https://github.com/stropho"><code>@​stropho</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/c3633c6dc1906b2d7c0f208dc56897f63233875a"><code>c3633c6</code></a> [resolvers/webpack] v0.13.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ce702dc320d0e9a06a9ccca66d190aa0e19a608d"><code>ce702dc</code></a> [resolvers/webpack] [meta] expand <code>engines.node</code> to include node 17</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/3a4493106e3adf5eb8b6e688c18e5d0c8f2b7734"><code>3a44931</code></a> [Tests] use new codecov uploader</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/661876f14a7a34f94615aa744fa7899a2668c28b"><code>661876f</code></a> utils: v2.7.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/02a15aa85a5bfa3f668c58da3cff944a494fce56"><code>02a15aa</code></a> [utils] [fix] fixed SyntaxError in node &lt;= 6: Unexpected token ) in parse.js</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/67103e698dcaa02a95f95145d2db6a04f1a573f8"><code>67103e6</code></a> Bump to v2.25.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/85739db0614b7b7935d359a8f3054f4b5622fd50"><code>85739db</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9cc1654b05459929018bcdec6d7e7e7eae7851cd"><code>9cc1654</code></a> Bump to v2.25.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6bdab3189da146c635573946ad650f4e738a3469"><code>6bdab31</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/b0131d2757bb28e8e1eb3f34670a2c59a3d7b9ff"><code>b0131d2</code></a> Bump to v2.25.0</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v0.12.2...resolvers/webpack/v0.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-import-resolver-webpack&package-manager=npm_and_yarn&previous-version=0.12.2&new-version=0.13.2)](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:02 +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#1854
No description provided.