Skip to content

Bump enhanced-resolve from 5.23.0 to 5.24.0 in the npm-dependencies group#527

Merged
BaseMax merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-119448999c
Jun 19, 2026
Merged

Bump enhanced-resolve from 5.23.0 to 5.24.0 in the npm-dependencies group#527
BaseMax merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-119448999c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 1 update: enhanced-resolve.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 1 update: [enhanced-resolve](https://github.com/webpack/enhanced-resolve).


Updates `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: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Jun 19, 2026
@dependabot dependabot Bot requested review from BaseMax and jbampton as code owners June 19, 2026 10:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Jun 19, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​enhanced-resolve@​5.23.0 ⏵ 5.24.0100 +110010098 -1100

View full report

@BaseMax BaseMax merged commit a9dfe42 into main Jun 19, 2026
14 of 15 checks passed
@BaseMax BaseMax deleted the dependabot/npm_and_yarn/npm-dependencies-119448999c branch June 19, 2026 10:56
@github-project-automation github-project-automation Bot moved this to Done in Next Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant