Skip to content

chore: update dependency webpack to ^5.106.1#11559

Merged
dhmlau merged 1 commit intomasterfrom
renovate/webpack-5.x
Apr 10, 2026
Merged

chore: update dependency webpack to ^5.106.1#11559
dhmlau merged 1 commit intomasterfrom
renovate/webpack-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^5.106.0^5.106.1 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.106.1

Compare Source

Patch Changes
  • Fix two ES5-environment regressions in the anonymous default export .name fix-up: the generated code referenced an undeclared __WEBPACK_DEFAULT_EXPORT__ binding causing ReferenceError, and used Reflect.defineProperty which is not available in pre-ES2015 runtimes. The fix-up now references the real assignment target and uses Object.defineProperty / Object.getOwnPropertyDescriptor. (by @​xiaoxiaojx in #​20796)

  • Prevent !important from being renamed as a local identifier in CSS modules. (by @​xiaoxiaojx in #​20798)

  • Use compiler context instead of module context for CSS modules local ident hashing to avoid hash collisions when files with the same name exist in different directories. (by @​xiaoxiaojx in #​20799)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from raymondfeng as a code owner April 10, 2026 12:30
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 10, 2026
@dhmlau dhmlau merged commit 700bf53 into master Apr 10, 2026
13 checks passed
@dhmlau dhmlau deleted the renovate/webpack-5.x branch April 10, 2026 20:36
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant