Skip to content

deps: bump enhanced-resolve from 5.21.5 to 5.21.6 in the npm-production group#102

Merged
mnaimfaizy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-425a76f429
May 21, 2026
Merged

deps: bump enhanced-resolve from 5.21.5 to 5.21.6 in the npm-production group#102
mnaimfaizy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-425a76f429

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

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

Updates enhanced-resolve from 5.21.5 to 5.21.6

Release notes

Sourced from enhanced-resolve's releases.

v5.21.6

Patch Changes

  • Speed up alias resolution on the hot path. (by @​alexander-akait in #589)

    • AliasPlugin / TsconfigPathsPlugin: bucket compiled alias options by the first char code of name, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the Map.get.
    • TsconfigPathsPlugin: memoize _selectPathsDataForContext(map, requestPath) per map so the per-source-file contextList scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.

    Biggest wins on alias-heavy configs (300+ entries): huge-alias-miss +151%, huge-alias-list +126%, alias-first-char-miss +120%.

Changelog

Sourced from enhanced-resolve's changelog.

5.21.6

Patch Changes

  • Speed up alias resolution on the hot path. (by @​alexander-akait in #589)

    • AliasPlugin / TsconfigPathsPlugin: bucket compiled alias options by the first char code of name, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the Map.get.
    • TsconfigPathsPlugin: memoize _selectPathsDataForContext(map, requestPath) per map so the per-source-file contextList scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.

    Biggest wins on alias-heavy configs (300+ entries): huge-alias-miss +151%, huge-alias-list +126%, alias-first-char-miss +120%.

Commits

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-production group with 1 update: [enhanced-resolve](https://github.com/webpack/enhanced-resolve).


Updates `enhanced-resolve` from 5.21.5 to 5.21.6
- [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.21.5...v5.21.6)

---
updated-dependencies:
- dependency-name: enhanced-resolve
  dependency-version: 5.21.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependencies security Security labels May 21, 2026
@dependabot dependabot Bot requested a review from mnaimfaizy as a code owner May 21, 2026 06:18
@mnaimfaizy mnaimfaizy merged commit 332fb48 into main May 21, 2026
9 checks passed
@mnaimfaizy mnaimfaizy deleted the dependabot/npm_and_yarn/npm-production-425a76f429 branch May 21, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies security Security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant