Skip to content

Update webpack 5.106.0 → 5.106.1 (patch)#593

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/yarn/webpack-5.106.1
Closed

Update webpack 5.106.0 → 5.106.1 (patch)#593
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/yarn/webpack-5.106.1

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Apr 11, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ webpack (5.106.0 → 5.106.1) · Repo · Changelog

Release Notes

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)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Apr 11, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 11, 2026

Deploy Preview for firefox-performance-dashboard ready!

Name Link
🔨 Latest commit 69155e6
🔍 Latest deploy log https://app.netlify.com/projects/firefox-performance-dashboard/deploys/69da36da5627bc0008149b36
😎 Deploy Preview https://deploy-preview-593--firefox-performance-dashboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.46%. Comparing base (ff677aa) to head (69155e6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #593   +/-   ##
=======================================
  Coverage   63.46%   63.46%           
=======================================
  Files          12       12           
  Lines         323      323           
  Branches       48       48           
=======================================
  Hits          205      205           
  Misses        103      103           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented Apr 16, 2026

Closed in favor of #598.

2 similar comments
@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented Apr 16, 2026

Closed in favor of #598.

@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented Apr 16, 2026

Closed in favor of #598.

@depfu depfu Bot closed this Apr 16, 2026
@depfu depfu Bot deleted the depfu/update/yarn/webpack-5.106.1 branch April 16, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants