Skip to content

build(deps-dev): bump webpack from 5.106.0 to 5.106.1#477

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/webpack-5.106.1
Apr 15, 2026
Merged

build(deps-dev): bump webpack from 5.106.0 to 5.106.1#477
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/webpack-5.106.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps webpack from 5.106.0 to 5.106.1.

Release notes

Sourced from webpack's releases.

v5.106.1

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)

Changelog

Sourced from webpack's changelog.

5.106.1

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)

Commits
  • a934b9b chore(release): new release (#20808)
  • ecb436b fix: use compiler context for CSS modules hash to avoid collisions (#20799)
  • c0e8cf4 fix: prevent !important from being renamed in CSS modules (#20798)
  • f8d274b fix: anonymous default export name fix-up in ES5 environment (#20796)
  • e370b76 chore(deps-dev): bump the dependencies group with 5 updates (#20790)
  • See full diff in compare view

@dependabot dependabot bot added the chore Maintenance changes label Apr 13, 2026
@dependabot dependabot bot requested a review from ParanoidUser as a code owner April 13, 2026 03:53
@github-actions github-actions bot enabled auto-merge (squash) April 13, 2026 03:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.106.1 branch 2 times, most recently from 182bef0 to e232692 Compare April 15, 2026 03:56
Bumps [webpack](https://github.com/webpack/webpack) from 5.106.0 to 5.106.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.106.0...v5.106.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.106.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.106.1 branch from e232692 to 582237d Compare April 15, 2026 03:59
@github-actions github-actions bot merged commit ce24e81 into main Apr 15, 2026
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/webpack-5.106.1 branch April 15, 2026 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants