Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Confidence
webpack 5.97.1 -> 5.100.1 age confidence

Release Notes

webpack/webpack (webpack)

v5.100.1

Compare Source

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

v5.99.9

Compare Source

v5.99.8

Compare Source

Fixes
  • Fixed type error with latest @types/node
  • Fixed typescript types

v5.99.7

Compare Source

Fixes
  • Don't skip export generation for default reexport (#​19463)
  • Fixed module library export generation for reexport (#​19459)
  • Avoid module concatenation in child compilation for module library (#​19457)
  • Ensure HMR recover gracefully when CSS module with error
  • Respect cause of any errors and errors of AggregateError in stats output
  • Added missing @types/json-schema in types

v5.99.6

Compare Source

Fixes
  • Respect public path for ES modules
  • Fixed generation of module for module library when mixing commonjs and esm modules
  • Always apply FlagDependencyExportsPlugin for libraries where it required
  • Faster logic for dead control flow
  • Typescript types

v5.99.5

Compare Source

Fixes
  • Control dead flow for labeled and blockless statements

v5.99.4

Compare Source

Fixes
  • Fixed terminated state for if/else

v5.99.3

Compare Source

Fixes
  • Fixed dead control flow with deep nested if/else

v5.99.2

Compare Source

Fixes
  • Dead control flow for exotic cases

v5.99.1

Compare Source

Fixes
  • Dead control flow for many cases

v5.99.0

Compare Source

Fixes
  • Fixed a lot of types
  • Fixed runtime error when using asset module as entrypoint and runtimeChunk
  • JSON generator now preserves __proto__ property
  • Fixed when entry module isn't executed when targeting webworker with a runtime chunk
  • Do not duplicate modules with import attributes and reexport
  • The module and module ESM libraries have been union and code generation has been improved
  • Use a valid output path for errored asset modules
  • Remove BOM from JavaScript and CSS files when loader was not used
  • Create export for externals for module/modern-module library
  • Export unprovided variables for commonjs-static library
  • Forward semicolons from meta.webpackAST
  • Use xxhash64 for cache.hashAlgorithm when experiments.futureDefaults enabled
  • [CSS] Fixed profiling plugin for CSS
  • [CSS] Avoid extra module.export output for CSS module
Features
  • Add dead control flow check
  • Handle new Worker(import.meta.url) and new Worker(new URL(import.meta.url)) syntax
  • Added ability to generate custom error content for generators
Performance Improvements
  • Fixed excessive calls of getAllReferences
  • Optimize loc for monomorphic inline caching
Chores
  • Switch on strict types for typescript

v5.98.0

Compare Source

Fixes
Performance Improvements
Chores
Features
Continuous Integration
New Contributors

Full Changelog: webpack/webpack@v5.97.1...v5.98.0


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

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.

@vercel
Copy link

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
oak ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2025 5:41pm

@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.98.0 (develop) chore(deps): update dependency webpack to v5.99.0 (develop) Apr 7, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch 2 times, most recently from 9d61305 to 0469315 Compare April 8, 2025 00:38
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.0 (develop) chore(deps): update dependency webpack to v5.99.1 (develop) Apr 8, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from 0469315 to 654184f Compare April 8, 2025 08:40
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.1 (develop) chore(deps): update dependency webpack to v5.99.2 (develop) Apr 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.2 (develop) chore(deps): update dependency webpack to v5.99.3 (develop) Apr 8, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch 2 times, most recently from 54a542f to 44861d0 Compare April 8, 2025 21:25
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.3 (develop) chore(deps): update dependency webpack to v5.99.4 (develop) Apr 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.4 (develop) chore(deps): update dependency webpack to v5.99.5 (develop) Apr 9, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from 44861d0 to 2a8d6dd Compare April 9, 2025 00:23
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.5 (develop) chore(deps): update dependency webpack to v5.99.6 (develop) Apr 18, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from 2a8d6dd to ac350d7 Compare April 18, 2025 13:26
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.6 (develop) chore(deps): update dependency webpack to v5.99.7 (develop) Apr 25, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from ac350d7 to a0b6f23 Compare April 25, 2025 16:35
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.7 (develop) chore(deps): update dependency webpack to v5.99.8 (develop) May 6, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from a0b6f23 to 73820cd Compare May 6, 2025 13:53
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from 73820cd to 3202750 Compare May 20, 2025 15:43
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.8 (develop) chore(deps): update dependency webpack to v5.99.9 (develop) May 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.99.9 (develop) chore(deps): update dependency webpack to v5.100.0 (develop) Jul 9, 2025
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch 4 times, most recently from 01c5c3b to 41c0666 Compare July 11, 2025 10:19
@renovate renovate bot force-pushed the renovate/develop-webpack-monorepo branch from 41c0666 to 121a8d0 Compare July 11, 2025 17:41
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.100.0 (develop) chore(deps): update dependency webpack to v5.100.1 (develop) Jul 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.100.1 (develop) chore(deps): update dependency webpack to v5.100.1 (develop) - autoclosed Jul 15, 2025
@renovate renovate bot closed this Jul 15, 2025
@renovate renovate bot deleted the renovate/develop-webpack-monorepo branch July 15, 2025 15:59
@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (4d7f4c7) to head (121a8d0).
Report is 8 commits behind head on develop.

Additional details and impacted files
@@       Coverage Diff       @@
##   develop   #1539   +/-   ##
===============================
===============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant