Skip to content

Bump enhanced-resolve from 5.23.0 to 5.24.0 in /ui#3008

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/enhanced-resolve-5.24.0
Jun 12, 2026
Merged

Bump enhanced-resolve from 5.23.0 to 5.24.0 in /ui#3008
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/enhanced-resolve-5.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps enhanced-resolve from 5.23.0 to 5.24.0.

Release notes

Sourced from enhanced-resolve's releases.

v5.24.0

Minor Changes

  • Allow the context path and request arguments of resolve (and resolveSync/resolvePromise) to accept file: URL instances, converting them to filesystem paths. Plain strings stay literal paths, matching Node's fs. (by @​alexander-akait in #607)

Patch Changes

  • Make the resolver runtime-agnostic so it works in browsers, Deno and Bun as well as Node. File contents are decoded without assuming a Node Buffer, and browser shims are provided for the path, url and graceful-fs builtins (Node, Deno and Bun keep using the native ones) so the package bundles for the browser — supply your own fileSystem there. (by @​alexander-akait in #606)

  • Rename the positional resolve/resolveSync/resolvePromise parameters to parent/specifier (from path/request) for ESM-aligned naming and document them in the README. Purely cosmetic — arguments are positional, so there is no behavior or API change. (by @​alexander-akait in #611)

Changelog

Sourced from enhanced-resolve's changelog.

5.24.0

Minor Changes

  • Allow the context path and request arguments of resolve (and resolveSync/resolvePromise) to accept file: URL instances, converting them to filesystem paths. Plain strings stay literal paths, matching Node's fs. (by @​alexander-akait in #607)

Patch Changes

  • Make the resolver runtime-agnostic so it works in browsers, Deno and Bun as well as Node. File contents are decoded without assuming a Node Buffer, and browser shims are provided for the path, url and graceful-fs builtins (Node, Deno and Bun keep using the native ones) so the package bundles for the browser — supply your own fileSystem there. (by @​alexander-akait in #606)

  • Rename the positional resolve/resolveSync/resolvePromise parameters to parent/specifier (from path/request) for ESM-aligned naming and document them in the README. Purely cosmetic — arguments are positional, so there is no behavior or API change. (by @​alexander-akait in #611)

Commits
  • af82f5a chore(release): new release (#610)
  • d40c6b1 test: migrate test suite from jest to the node:test runner (#597)
  • ac7d7c5 feat: make the resolver runtime-agnostic (browser/deno/bun) (#606)
  • f3b08dd docs: document resolve() public API and rename params to parent/specifier (#611)
  • ce6fb1d feat: accept file: URL instances for resolve context and request (#607)
  • ae46898 chore(deps-dev): bump memfs from 4.57.3 to 4.57.6 in the dependencies group (...
  • 6a74524 chore(deps): bump the dependencies group with 3 updates (#609)
  • See full diff in compare view

Dependabot compatibility score

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 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 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)

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md)
- [Commits](webpack/enhanced-resolve@v5.23.0...v5.24.0)

---
updated-dependencies:
- dependency-name: enhanced-resolve
  dependency-version: 5.24.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2026
@github-actions github-actions Bot merged commit 90951dd into master Jun 12, 2026
3 of 4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/ui/enhanced-resolve-5.24.0 branch June 12, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file dependency javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants