Bump webpack from 5.99.9 to 5.106.1 in /frontend/webcoder_ui#51
Bump webpack from 5.99.9 to 5.106.1 in /frontend/webcoder_ui#51dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.9 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.99.9...v5.106.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.106.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | ✅ 0 (≤ 10 complexity) |
| Duplication | ✅ 0 (≤ 0 duplication) |
TIP This summary will be updated as you push new changes. Give us feedback
|
Superseded by #54. |



Bumps webpack from 5.99.9 to 5.106.1.
Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
a934b9bchore(release): new release (#20808)ecb436bfix: use compiler context for CSS modules hash to avoid collisions (#20799)c0e8cf4fix: prevent !important from being renamed in CSS modules (#20798)f8d274bfix: anonymous default export name fix-up in ES5 environment (#20796)e370b76chore(deps-dev): bump the dependencies group with 5 updates (#20790)8774a01chore(release): new release (#20593)cc66616fix: add@deprecatedto methods7cdc173feat: support source phase import for WebAssembly modules (#20364)0b60f1cchore(members): update to match@webpack/core-wg(#20784)955a68ctest: generate snapshots per stats test case (#20785)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade
webpackto 5.106.1 infrontend/webcoder_uito pick up bug fixes and CSS Modules improvements. This reduces hash collisions, fixes ES5 default export naming issues, and updates build tooling.webpackfrom 5.99.9 to 5.106.1..nameerrors; prevents!importantbeing treated as a local identifier; uses compiler context for CSS Modules hashing to avoid collisions.exportType: "style"andlocalIdentHashFunction(no config changes made).browserslist,enhanced-resolve,watchpack,terser-webpack-plugin, and others.Written for commit b3ede11. Summary will update on new commits.