Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/enhanced-resolve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.18.1
Choose a base ref
...
head repository: webpack/enhanced-resolve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.18.3
Choose a head ref
  • 19 commits
  • 89 files changed
  • 5 contributors

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    4918c5b View commit details
    Browse the repository at this point in the history
  2. chore: fix generation

    alexander-akait committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    3c9d4b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38e9fd9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. ci: node v24

    alexander-akait committed May 16, 2025
    Configuration menu
    Copy the full SHA
    bbbf6ab View commit details
    Browse the repository at this point in the history
  2. ci: node v24

    alexander-akait authored May 16, 2025
    Configuration menu
    Copy the full SHA
    3bf44c7 View commit details
    Browse the repository at this point in the history
  3. ci: show report

    alexander-akait committed May 16, 2025
    Configuration menu
    Copy the full SHA
    66a7456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01a04fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29f9405 View commit details
    Browse the repository at this point in the history
  6. chore: fix

    alexander-akait committed May 16, 2025
    Configuration menu
    Copy the full SHA
    c974464 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. ci: show report

    alexander-akait authored May 19, 2025
    Configuration menu
    Copy the full SHA
    b059bff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Configuration menu
    Copy the full SHA
    6df312e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore: migrate to eslint-config-webpack (#453)

    There is only one things that we be potential broken - using directly in
    browser without es6 support, but today is 2025 year and time to drop
    such browsers and we have:
    
    ```
    "engines": {
        "node": ">=10.13.0"
      },
    ```
    
    it means any features which supported in `10.13.0` can be used in our
    code and so if you want to support only `es3`/`es5` env you need to
    transpile
    alexander-akait authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    775f2fb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. fix: types

    alexander-akait authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b244176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf4503 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. chore(deps): bump form-data from 3.0.3 to 3.0.4 (#455)

    Bumps [form-data](https://github.com/form-data/form-data) from 3.0.3 to
    3.0.4.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md">form-data's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/form-data/form-data/compare/v3.0.3...v3.0.4">v3.0.4</a>
    - 2025-07-16</h2>
    <h3>Fixed</h3>
    <ul>
    <li>[Fix] <code>append</code>: avoid a crash on nullish values <a
    href="https://redirect.github.com/form-data/form-data/issues/577"><code>[#577](https://github.com/form-data/form-data/issues/577)</code></a></li>
    </ul>
    <h3>Commits</h3>
    <ul>
    <li>[eslint] update linting config <a
    href="https://github.com/form-data/form-data/commit/f5e7eb024bc3fc7e2074ff80f143a4f4cbc1dbda"><code>f5e7eb0</code></a></li>
    <li>[meta] add <code>auto-changelog</code> <a
    href="https://github.com/form-data/form-data/commit/d2eb290a3e47ed5bcad7020d027daa15b3cf5ef5"><code>d2eb290</code></a></li>
    <li>[Tests] handle predict-v8-randomness failures in node &lt; 17 and
    node &gt; 23 <a
    href="https://github.com/form-data/form-data/commit/e8c574cb07ff3a0de2ecc0912d783ef22e190c1f"><code>e8c574c</code></a></li>
    <li>[Fix] Switch to using <code>crypto</code> random for boundary values
    <a
    href="https://github.com/form-data/form-data/commit/c6ced61d4fae8f617ee2fd692133ed87baa5d0fd"><code>c6ced61</code></a></li>
    <li>[Refactor] use <code>hasown</code> <a
    href="https://github.com/form-data/form-data/commit/1a78b5dd05e508d67e97764d812ac7c6d92ea88d"><code>1a78b5d</code></a></li>
    <li>[Fix] validate boundary type in <code>setBoundary()</code> method <a
    href="https://github.com/form-data/form-data/commit/70bbaa0b395ca0fb975c309de8d7286979254cc4"><code>70bbaa0</code></a></li>
    <li>[Tests] add tests to check the behavior of <code>getBoundary</code>
    with non-strings <a
    href="https://github.com/form-data/form-data/commit/b22a64ef94ba4f3f6ff7d1ac72a54cca128567df"><code>b22a64e</code></a></li>
    <li>[meta] actually ensure the readme backup isn’t published <a
    href="https://github.com/form-data/form-data/commit/01508513ffb26fd662ae7027834b325af8efb9ea"><code>0150851</code></a></li>
    <li>[meta] remove local commit hooks <a
    href="https://github.com/form-data/form-data/commit/fc42bb9315b641bfa6dae51cb4e188a86bb04769"><code>fc42bb9</code></a></li>
    <li>[Dev Deps] remove unused deps <a
    href="https://github.com/form-data/form-data/commit/a14d09ea8ed7e0a2e1705269ce6fb54bb7ee6bdb"><code>a14d09e</code></a></li>
    <li>[meta] fix scripts to use prepublishOnly <a
    href="https://github.com/form-data/form-data/commit/11d9f7338f18a59b431832a3562b49baece0a432"><code>11d9f73</code></a></li>
    <li>[meta] fix readme capitalization <a
    href="https://github.com/form-data/form-data/commit/fc38b4834a117a1856f3d877eb2f5b7496a24932"><code>fc38b48</code></a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/form-data/form-data/commit/9c82fcdf0858b2764060a87803a55375ffbee6ed"><code>9c82fcd</code></a>
    v3.0.4</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/e8c574cb07ff3a0de2ecc0912d783ef22e190c1f"><code>e8c574c</code></a>
    [Tests] handle predict-v8-randomness failures in node &lt; 17 and node
    &gt; 23</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/c6ced61d4fae8f617ee2fd692133ed87baa5d0fd"><code>c6ced61</code></a>
    [Fix] Switch to using <code>crypto</code> random for boundary
    values</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/01508513ffb26fd662ae7027834b325af8efb9ea"><code>0150851</code></a>
    [meta] actually ensure the readme backup isn’t published</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/fc38b4834a117a1856f3d877eb2f5b7496a24932"><code>fc38b48</code></a>
    [meta] fix readme capitalization</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/d2eb290a3e47ed5bcad7020d027daa15b3cf5ef5"><code>d2eb290</code></a>
    [meta] add <code>auto-changelog</code></li>
    <li><a
    href="https://github.com/form-data/form-data/commit/fc42bb9315b641bfa6dae51cb4e188a86bb04769"><code>fc42bb9</code></a>
    [meta] remove local commit hooks</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/a14d09ea8ed7e0a2e1705269ce6fb54bb7ee6bdb"><code>a14d09e</code></a>
    [Dev Deps] remove unused deps</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/002b9b0c4862576305292ac44f7be25ec7ccea0e"><code>002b9b0</code></a>
    [Fix] <code>append</code>: avoid a crash on nullish values</li>
    <li><a
    href="https://github.com/form-data/form-data/commit/70bbaa0b395ca0fb975c309de8d7286979254cc4"><code>70bbaa0</code></a>
    [Fix] validate boundary type in <code>setBoundary()</code> method</li>
    <li>Additional commits viewable in <a
    href="https://github.com/form-data/form-data/compare/v3.0.3...v3.0.4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=form-data&package-manager=npm_and_yarn&previous-version=3.0.3&new-version=3.0.4)](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 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)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/webpack/enhanced-resolve/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    367d0f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    86ff212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f74295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec38ca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    52b61d0 View commit details
    Browse the repository at this point in the history
Loading