[PR #1461] [CLOSED] build(deps-dev): bump eslint-import-resolver-webpack from 0.12.2 to 0.13.8 #1892

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1461
Author: @dependabot[bot]
Created: 12/11/2023
Status: Closed

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


📝 Commits (1)

  • 0873301 build(deps-dev): bump eslint-import-resolver-webpack

📊 Changes

2 files changed (+52 additions, -705 deletions)

View changed files

📝 package-lock.json (+51 -704)
📝 package.json (+1 -1)

📄 Description

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

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]

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])

[2.29.0] - 2023-10-22

Added

  • TypeScript config: add .cts and .mts extensions (#2851, thanks [@​Zamiell])
  • [newline-after-import]: new option exactCount and docs update (#1933, thanks [@​anikethsaha] and [@​reosarevok])
  • [newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@​kinland])

[2.28.1] - 2023-08-18

Fixed

  • [order]: revert breaking change to single nested group (#2854, thanks [@​yndajas])

Changed

  • [Docs] remove duplicate fixable notices in docs (#2850, thanks [@​bmish])

[2.28.0] - 2023-07-27

Fixed

  • [no-duplicates]: remove duplicate identifiers in duplicate imports (#2577, thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases (#2754, thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases (#2756, thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies (#1820, thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import (#2832, thanks [@​laurens-dg])
  • [order]: partial fix for #2687 (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports (#2835, thanks [@​benkrejci])
  • [extensions]: handle . and .. properly (#2778, thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export (#2842, thanks [@​Chamion])

Changed

  • [Docs] [no-duplicates]: fix example schema (#2684, thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting (#2699, thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior (#2748, thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

[2.27.5] - 2023-01-16

... (truncated)

Commits
  • 6d2540f [resolvers/webpack] v0.13.8
  • 30d61b6 [resolvers/webpack] [deps] update array.prototype.find, is-core-module, `...
  • 2c281d1 [resolvers/webpack] [refactor] use hasown instead of has
  • 66cb10f [Fix] newline-after-import: fix exactCount with considerComments false ...
  • 8705121 [New] newline-after-import: new option exactCount and docs update
  • 6b95a02 [resolvers/webpack] v0.13.7
  • 04e68a2 [resolvers/webpack] [fix] use the dirname of the configPath as basedir
  • 4d32d68 [New] TypeScript config: add .cts and .mts extensions
  • cd95728 Bump to 2.28.1
  • 0847443 Revert 1fa2971 (breaking group change in order)
  • 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 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)

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/1461 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/11/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.8` --- ### 📝 Commits (1) - [`0873301`](https://github.com/floccusaddon/floccus/commit/0873301e0867a7abaac85b300bf6f02319ee6a77) build(deps-dev): bump eslint-import-resolver-webpack ### 📊 Changes **2 files changed** (+52 additions, -705 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+51 -704) 📝 `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.8. <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>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> </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> <!-- 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/6d2540f2eefc063d07a841088836e1dcee652cd9"><code>6d2540f</code></a> [resolvers/webpack] v0.13.8</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/30d61b6dc45e712899a4b9184964a948251adfcf"><code>30d61b6</code></a> [resolvers/webpack] [deps] update <code>array.prototype.find</code>, <code>is-core-module</code>, `...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/2c281d15d06dc54c90cfa5c28b276b189ecd8f3f"><code>2c281d1</code></a> [resolvers/webpack] [refactor] use <code>hasown</code> instead of <code>has</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/66cb10f302a23c0b72c4a3ead26374a6729a9017"><code>66cb10f</code></a> [Fix] <code>newline-after-import</code>: fix <code>exactCount</code> with <code>considerComments</code> false ...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/87051212306f8cd08cb62555b94fae259146468c"><code>8705121</code></a> [New] <code>newline-after-import</code>: new option <code>exactCount</code> and docs update</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6b95a021938139726b3f862beb37012d6e2afab2"><code>6b95a02</code></a> [resolvers/webpack] v0.13.7</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/04e68a2179c17b6b73b0c589ca8c092cdb1cb1e5"><code>04e68a2</code></a> [resolvers/webpack] [fix] use the <code>dirname</code> of the <code>configPath</code> as <code>basedir</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/4d32d68558e3cc995ddbdffc30c96d10a634f6fe"><code>4d32d68</code></a> [New] TypeScript config: add .cts and .mts extensions</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/cd957286efe1c4aa0423f82ac5576c75fd3be71e"><code>cd95728</code></a> Bump to 2.28.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0847443b0a6d8273a862960e51ffcf478f636abf"><code>0847443</code></a> Revert 1fa2971 (breaking group change in <code>order</code>)</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v0.12.2...resolvers/webpack/v0.13.8">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.8)](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 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> > **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:09 +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#1892
No description provided.