Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
webpack 5.100.2 -> 5.102.0 age confidence

Release Notes

webpack/webpack (webpack)

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

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

v5.101.0

Compare Source

Fixes
  • Fixed concatenate optimization for ESM that caused undefined export
  • Respect the output.environment.nodePrefixForCoreModules option everywhere
  • Respect the output.importMetaName option everywhere
  • Fixed await async dependencies when accepting them during HMR
  • Better typescript types
Features
  • Added colors helpers for CLI
  • Enable tree-shaking for ESM external modules with named imports
  • Added the deferImport option to parser options
Performance Improvements
  • Fixed a regression in module concatenation after implementing deferred import support
  • Fixed a potential performance issue in CleanPlugin
  • Avoid extra require in some places

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/webpack-5.x branch from f020725 to 2f807ec Compare July 30, 2025 15:34
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from a15dddc to b192608 Compare August 12, 2025 15:09
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.101.0 fix(deps): update dependency webpack to v5.101.1 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from b192608 to f6f74f6 Compare August 14, 2025 17:05
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.101.1 fix(deps): update dependency webpack to v5.101.2 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from f6f74f6 to 5a5eea5 Compare August 18, 2025 14:49
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.101.2 fix(deps): update dependency webpack to v5.101.3 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5a5eea5 to c2f428a Compare August 19, 2025 12:39
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from c2f428a to 1b02b47 Compare August 31, 2025 09:57
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 1b02b47 to d7015c2 Compare September 25, 2025 15:12
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from d7015c2 to 2b60ab4 Compare September 29, 2025 21:50
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.101.3 fix(deps): update dependency webpack to v5.102.0 Sep 29, 2025
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