Skip to content

chore: update dependency webpack to ^5.100.0#11067

Merged
dhmlau merged 1 commit intomasterfrom
renovate/webpack-5.x
Jul 9, 2025
Merged

chore: update dependency webpack to ^5.100.0#11067
dhmlau merged 1 commit intomasterfrom
renovate/webpack-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^5.99.9 -> ^5.100.0 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.100.0

Compare Source

Fixes
  • Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
  • Handle function exports in webpack module wrapper
  • Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
  • Generate lose closing brace when exports are unprovided
  • CleanPlugin doesn't unlink same file twice
  • Fixed unexpected error codes from fs.unlink on Windows
  • Typescript types
Features
  • HMR support for ES modules output
  • ES module output mode now fully supports splitChunks when external variables and runtimeChunk are not set.
  • Added support using keyword
  • Implemented tc39 Defer Module Evaluation (experiment)
  • Support dynamic template literals expressions for new URL(...)
  • Enable ES modules worker chunk loading for Node.js targets
  • Improved support for destructing in DefinePlugin
  • Added VirtualUrlPlugin to support virtual: modules
Performance Improvements
  • Remove useless startup entrypoint runtime for ES modules output
  • Cache new URL(...) evaluate expression

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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from raymondfeng as a code owner July 9, 2025 13:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 9, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16170772675

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 54.484%

Totals Coverage Status
Change from base Build 16153873872: 0.009%
Covered Lines: 9573
Relevant Lines: 12457

💛 - Coveralls

@dhmlau dhmlau merged commit 5f59ac2 into master Jul 9, 2025
13 checks passed
@dhmlau dhmlau deleted the renovate/webpack-5.x branch July 9, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants