Skip to content

chore(deps): update dependency webpack to v5.105.3#468

Merged
renovate[bot] merged 1 commit intoupdate-dependenciesfrom
renovate-webpack-5.x
Mar 1, 2026
Merged

chore(deps): update dependency webpack to v5.105.3#468
renovate[bot] merged 1 commit intoupdate-dependenciesfrom
renovate-webpack-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
webpack 5.105.25.105.3 age confidence

Release Notes

webpack/webpack (webpack)

v5.105.3

Compare Source

Patch Changes
  • Context modules now handle rejections correctly. (by @​alexander-akait in #​20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #​20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #​20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #​20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #​20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #​20461)

  • Fix some types. (by @​alexander-akait in #​20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #​20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #​20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #​20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #​20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #​20452)


Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, 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.

@relativeci
Copy link

relativeci bot commented Mar 1, 2026

#921 Bundle Size — 896.5KiB (-12.29%).

f8aad70(current) vs d684114 update-dependencies#523(baseline)

Bundle metrics  Change 4 changes Improvement 2 improvements
                 Current
#921
     Baseline
#523
Improvement  Initial JS 302.68KiB(-29.32%) 428.25KiB
No change  Initial CSS 568.64KiB 568.64KiB
Change  Cache Invalidation 41.9% 41.35%
No change  Chunks 4 4
No change  Assets 9 9
Change  Modules 281(-0.35%) 282
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
Improvement  Packages 39(-2.5%) 40
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#921
     Baseline
#523
No change  CSS 568.64KiB 568.64KiB
Improvement  JS 302.68KiB (-29.32%) 428.25KiB
No change  IMG 24.78KiB 24.78KiB
No change  HTML 413B 413B

Bundle analysis reportBranch renovate-webpack-5.xProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-webpack-5.x branch from 6c83271 to f8aad70 Compare March 1, 2026 07:30
@renovate renovate bot merged commit e854925 into update-dependencies Mar 1, 2026
3 checks passed
@renovate renovate bot deleted the renovate-webpack-5.x branch March 1, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants