Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2025

This PR contains the following updates:

Package Change Age Confidence
webpack 5.101.0 -> 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

v5.101.3

Compare Source

Fixes
  • Fixed resolve execution order issue from extra await in async modules
  • Avoid empty block for unused statement
  • Collect only specific expressions for destructuring assignment

v5.101.2

Compare Source

Fixes
  • Fixed syntax error when comment is on the last line
  • Handle var declaration for createRequire
  • Distinguish free variable and tagged variable

v5.101.1

Compare Source

Fixes
  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of allowInlineStartup

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the 🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots. label Aug 12, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Aug 12, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 52dd855 to 7ee3b12 Compare August 14, 2025 17:41
@renovate renovate bot changed the title Update dependency webpack to v5.101.1 Update dependency webpack to v5.101.2 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from dd9b1f1 to 1dedc86 Compare August 18, 2025 15:55
@renovate renovate bot changed the title Update dependency webpack to v5.101.2 Update dependency webpack to v5.101.3 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from 2d84910 to a72e840 Compare August 26, 2025 02:46
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 6 times, most recently from 6a8b2ff to f44ea6f Compare September 6, 2025 04:50
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 4 times, most recently from e141f11 to 5f43afc Compare September 20, 2025 05:36
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from 62443c4 to ae893c7 Compare September 24, 2025 03:04
@renovate renovate bot changed the title Update dependency webpack to v5.101.3 Update dependency webpack to v5.102.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from ae893c7 to ee633f5 Compare September 29, 2025 21:43
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from ee633f5 to 0007929 Compare October 7, 2025 17:44
@renovate renovate bot changed the title Update dependency webpack to v5.102.0 Update dependency webpack to v5.102.1 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from 95dae1c to 81ce919 Compare October 20, 2025 13:44
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from d4803c4 to 0fe0a74 Compare October 23, 2025 20:42
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 0fe0a74 to 7983085 Compare October 24, 2025 20:25
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 7983085 to ef77443 Compare October 27, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant