[PR #1940] build(deps-dev): bump eslint-import-resolver-webpack from 0.12.2 to 0.13.10 #1960

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1940
Author: @dependabot[bot]
Created: 5/5/2025
Status: 🔄 Open

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


📝 Commits (1)

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

📊 Changes

2 files changed (+38 additions, -736 deletions)

View changed files

📝 package-lock.json (+37 -735)
📝 package.json (+1 -1)

📄 Description

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

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.

0.13.10 - 2024-12-10

0.13.9 - 2024-09-02

  • [refactor] simplify loop (#3029, thanks [@​fregante])
  • [meta] add repository.directory field
  • [refactor] avoid hoisting, misc cleanup

0.13.8 - 2023-10-22

  • [refactor] use hasown instead of has
  • [deps] update array.prototype.find, is-core-module, resolve

0.13.7 - 2023-08-19

  • [fix] use the dirname of the configPath as basedir (#2859)

0.13.6 - 2023-08-16

  • [refactor] revert back to lodash/isEqual

0.13.5 - 2023-08-15

  • [refactor] replace lodash/isEqual usage with deep-equal
  • [refactor] remove lodash/get usage
  • [refactor] switch to a maintained array.prototype.find package
  • [deps] update resolve

0.13.4 - 2023-08-08

  • [fix] restore node 6 compatibility

0.13.3 - 2023-08-05

  • [deps] update is-core-module, resolve, semver
  • [eslint] tighten up rules
  • [Tests] consolidate eslint config
  • [Docs] HTTP => HTTPS (#2287, thanks [@​Schweinepriester])

0.13.2 - 2021-10-20

Changed

  • [meta] expand engines.node to include node 17 (#2268, thanks [@​ljharb])

0.13.1 - 2021-05-13

Added

Changed

  • Add warning about async Webpack configs (#1962, thanks [@​ogonkov])
  • Replace node-libs-browser with is-core-module (#1967, thanks [@​andersk])
  • [meta] add "engines" field to document existing requirements
  • [Refactor] use is-regex instead of instanceof RegExp
  • [Refactor] use Array.isArray instead of instanceof Array
  • [deps] update debug, interpret, is-core-module, lodash, resolve

... (truncated)

Commits
  • e159652 [resolvers/webpack] v0.13.10
  • 8c3c1be [resolvers/webpack] [deps] update hasown, is-core-module, is-regex
  • ac7d396 [resolvers/webpack] [new] add cache option
  • 0a58d75 [resolvers/webpack] v0.13.9
  • 19dbc33 [resolvers/webpack] [refactor] misc cleanup
  • db8b95d [resolvers/webpack] [refactor] simplify loop
  • 6554bd5 [meta] add repository.directory field
  • 2d38b33 [resolvers] [*] [refactor] avoid hoisting
  • 6d2540f [resolvers/webpack] v0.13.8
  • 30d61b6 [resolvers/webpack] [deps] update array.prototype.find, is-core-module, `...
  • 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/1940 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/5/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.10` --- ### 📝 Commits (1) - [`d593933`](https://github.com/floccusaddon/floccus/commit/d59393307465e16ba5fb1c84640b506d248d8927) build(deps-dev): bump eslint-import-resolver-webpack ### 📊 Changes **2 files changed** (+38 additions, -736 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+37 -735) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack) from 0.12.2 to 0.13.10. <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/resolvers/webpack/CHANGELOG.md">eslint-import-resolver-webpack's changelog</a>.</em></p> <blockquote> <h2>0.13.10 - 2024-12-10</h2> <ul> <li>[new] add cache option (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/3100">#3100</a>, thanks [<a href="https://github.com/seiyab"><code>@​seiyab</code></a>])</li> </ul> <h2>0.13.9 - 2024-09-02</h2> <ul> <li>[refactor] simplify loop (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/3029">#3029</a>, thanks [<a href="https://github.com/fregante"><code>@​fregante</code></a>])</li> <li>[meta] add <code>repository.directory</code> field</li> <li>[refactor] avoid hoisting, misc cleanup</li> </ul> <h2>0.13.8 - 2023-10-22</h2> <ul> <li>[refactor] use <code>hasown</code> instead of <code>has</code></li> <li>[deps] update <code>array.prototype.find</code>, <code>is-core-module</code>, <code>resolve</code></li> </ul> <h2>0.13.7 - 2023-08-19</h2> <ul> <li>[fix] use the <code>dirname</code> of the <code>configPath</code> as <code>basedir</code> (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/2859">#2859</a>)</li> </ul> <h2>0.13.6 - 2023-08-16</h2> <ul> <li>[refactor] revert back to <code>lodash/isEqual</code></li> </ul> <h2>0.13.5 - 2023-08-15</h2> <ul> <li>[refactor] replace <code>lodash/isEqual</code> usage with <code>deep-equal</code></li> <li>[refactor] remove <code>lodash/get</code> usage</li> <li>[refactor] switch to a maintained <code>array.prototype.find</code> package</li> <li>[deps] update <code>resolve</code></li> </ul> <h2>0.13.4 - 2023-08-08</h2> <ul> <li>[fix] restore node 6 compatibility</li> </ul> <h2>0.13.3 - 2023-08-05</h2> <ul> <li>[deps] update <code>is-core-module</code>, <code>resolve</code>, <code>semver</code></li> <li>[eslint] tighten up rules</li> <li>[Tests] consolidate eslint config</li> <li>[Docs] HTTP =&gt; HTTPS (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/2287">#2287</a>, thanks [<a href="https://github.com/Schweinepriester"><code>@​Schweinepriester</code></a>])</li> </ul> <h2>0.13.2 - 2021-10-20</h2> <h3>Changed</h3> <ul> <li>[meta] expand <code>engines.node</code> to include node 17 (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/2268">#2268</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> </ul> <h2>0.13.1 - 2021-05-13</h2> <h3>Added</h3> <ul> <li>add support for webpack5 'externals function' (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/2023">#2023</a>, thanks [<a href="https://github.com/jet2jet"><code>@​jet2jet</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>Add warning about async Webpack configs (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/1962">#1962</a>, thanks [<a href="https://github.com/ogonkov"><code>@​ogonkov</code></a>])</li> <li>Replace <code>node-libs-browser</code> with <code>is-core-module</code> (<a href="https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack/issues/1967">#1967</a>, thanks [<a href="https://github.com/andersk"><code>@​andersk</code></a>])</li> <li>[meta] add &quot;engines&quot; field to document existing requirements</li> <li>[Refactor] use <code>is-regex</code> instead of <code>instanceof RegExp</code></li> <li>[Refactor] use <code>Array.isArray</code> instead of <code>instanceof Array</code></li> <li>[deps] update <code>debug</code>, <code>interpret</code>, <code>is-core-module</code>, <code>lodash</code>, <code>resolve</code></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/e159652f541ebcd49eafdc9202dc77ee043139da"><code>e159652</code></a> [resolvers/webpack] v0.13.10</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/8c3c1bec09e3a7640998b226f19527ab98de624d"><code>8c3c1be</code></a> [resolvers/webpack] [deps] update <code>hasown</code>, <code>is-core-module</code>, <code>is-regex</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ac7d3966abdac247deabc373ff3f73dcca765c44"><code>ac7d396</code></a> [resolvers/webpack] [new] add cache option</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0a58d7572c8267203182043608d56ead1c50f4ce"><code>0a58d75</code></a> [resolvers/webpack] v0.13.9</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/19dbc33ecf09c774db35f362b05caaec027d2e18"><code>19dbc33</code></a> [resolvers/webpack] [refactor] misc cleanup</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/db8b95d7a5768c0ccd372b6b5228287a182c7679"><code>db8b95d</code></a> [resolvers/webpack] [refactor] simplify loop</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6554bd5c30976290024cecc44ef1e96746cf3cf7"><code>6554bd5</code></a> [meta] add <code>repository.directory</code> field</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/2d38b3367e90df2eabd6c6aad0a05d6a1fc96734"><code>2d38b33</code></a> [resolvers] [*] [refactor] avoid hoisting</li> <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>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/commits/resolvers/webpack/v0.13.10/resolvers/webpack">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.10)](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>
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#1960
No description provided.