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

#1375 Bundle Size — 896.77KiB (0%).

89fa10e(current) vs 5f9b353 update-dependencies#1374(baseline)

Bundle metrics  no changes
                 Current
#1375
     Baseline
#1374
No change  Initial JS 302.95KiB 302.95KiB
No change  Initial CSS 568.64KiB 568.64KiB
Change  Cache Invalidation 0% 97.34%
No change  Chunks 4 4
No change  Assets 9 9
No change  Modules 281 281
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 39 39
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#1375
     Baseline
#1374
No change  CSS 568.64KiB 568.64KiB
No change  JS 302.95KiB 302.95KiB
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 54dc1ba to 52c69d9 Compare October 7, 2025 18:04
@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 branch from 52c69d9 to d3f8540 Compare October 21, 2025 23:53
@renovate renovate bot force-pushed the renovate-webpack-5.x branch 3 times, most recently from 7f7423d to a766b9f Compare November 11, 2025 08:07
@renovate renovate bot force-pushed the renovate-webpack-5.x branch from a766b9f to 89fa10e Compare November 11, 2025 12:59
@renovate renovate bot merged commit 8ce9055 into update-dependencies Nov 11, 2025
4 checks passed
@renovate renovate bot deleted the renovate-webpack-5.x branch November 11, 2025 21:02
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