Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence
webpack 5.101.3 -> 5.102.1 age confidence

Release Notes

webpack/webpack (webpack)

v5.102.1

Compare Source

Fixes
  • Supported extends with env for browserslist
  • Supported JSONP fragment format for web workers.
  • Fixed dynamic import support in workers using browserslist.
  • Fixed default defer import mangling.
  • Fixed default import of commonjs externals for SystemJS format.
  • Fixed context modules to the same file with different import attributes.
  • Fixed typescript types.
  • Improved import.meta warning messages to be more clear when used directly.
  • [CSS] Fixed CC_UPPER_U parsing (E -> U) in tokenizer.

v5.102.0

Compare Source

Features
  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options
Fixes
  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support __non_webpack_require__ for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types
Performance Improvements
  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own dependencies

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.

@CLAassistant
Copy link

CLAassistant commented Oct 5, 2025

CLA assistant check
All committers have signed the CLA.

@relativeci
Copy link

relativeci bot commented Oct 5, 2025

#2466 Bundle Size — 1.27MiB (+0.36%).

c355854(current) vs f27eb62 master#2316(baseline)

Warning

Bundle introduced one new package: @rc-component/color-picker – View changed packages

Bundle metrics  Change 4 changes Regression 1 regression Improvement 1 improvement
                 Current
#2466
     Baseline
#2316
Regression  Initial JS 935.55KiB(+0.5%) 930.87KiB
Improvement  Initial CSS 4.31KiB(-0.59%) 4.34KiB
Change  Cache Invalidation 72.3% 0%
No change  Chunks 3 3
No change  Assets 12 12
Change  Modules 874(+2.58%) 852
No change  Duplicate Modules 1 1
No change  Duplicate Code 0.1% 0.1%
No change  Packages 98 98
No change  Duplicate Packages 0 0
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#2466
     Baseline
#2316
Regression  JS 935.55KiB (+0.5%) 930.87KiB
No change  Fonts 327.73KiB 327.73KiB
No change  IMG 30.28KiB 30.28KiB
Improvement  CSS 4.31KiB (-0.59%) 4.34KiB
No change  HTML 334B 334B

Bundle analysis reportBranch refs/pull/597/mergeProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-webpack-5.x-lockfile branch from edc5d0e to 7c95559 Compare October 7, 2025 18:31
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.102.0 chore(deps): update dependency webpack to v5.102.1 Oct 7, 2025
@renovate renovate bot force-pushed the renovate-webpack-5.x-lockfile branch from 7c95559 to d8a6223 Compare October 21, 2025 10:36
@renovate renovate bot force-pushed the renovate-webpack-5.x-lockfile branch 3 times, most recently from f22a78f to 167695d Compare November 11, 2025 06:52
@renovate renovate bot force-pushed the renovate-webpack-5.x-lockfile branch from 167695d to e7d42e7 Compare November 11, 2025 13:47
@renovate renovate bot merged commit cf17f43 into update-dependencies Nov 11, 2025
2 checks passed
@renovate renovate bot deleted the renovate-webpack-5.x-lockfile branch November 11, 2025 19:43
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.

2 participants