Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2025

This PR contains the following updates:

Package Change Age Confidence
webpack 5.99.5 -> 5.102.1 age confidence

Release Notes

webpack/webpack (webpack)

v5.102.1

Compare Source

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

v5.100.2

Compare Source

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

Fixes
  • HMR might fail if there are new initial chunks
  • Destructuring namespace import with default
  • Destructuring namespace import with computed-property
  • Generate valid code for es export generation for multiple module entries
  • Fixed public path issue for ES modules
  • Asset modules work when lazy compilation used
  • Eliminate unused statements in certain scenarios
  • Fixed regression with location and order of dependencies
  • Fixed typescript types

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

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 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.

Copy link
Contributor Author

renovate bot commented Apr 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @formatjs/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   typescript@"5.5.4" from the root project
npm error   peer typescript@">=4.2.0" from [email protected]
npm error   node_modules/ts-api-utils
npm error     ts-api-utils@"^1.3.0" from @typescript-eslint/[email protected]
npm error     node_modules/@typescript-eslint/eslint-plugin
npm error       dev @typescript-eslint/eslint-plugin@"7.18.0" from the root project
npm error     ts-api-utils@"^1.3.0" from @typescript-eslint/[email protected]
npm error     node_modules/@typescript-eslint/type-utils
npm error       @typescript-eslint/type-utils@"7.18.0" from @typescript-eslint/[email protected]
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"7.18.0" from the root project
npm error     2 more (@typescript-eslint/typescript-estree, @typescript-eslint/typescript-estree)
npm error   1 more (ts-loader)
npm error
npm error Could not resolve dependency:
npm error peerOptional typescript@"^5.6.0" from @formatjs/[email protected]
npm error node_modules/@formatjs/intl
npm error   @formatjs/intl@"3.1.6" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peerOptional typescript@"^5.6.0" from @formatjs/[email protected]
npm error   node_modules/@formatjs/intl
npm error     @formatjs/intl@"3.1.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-10-09T07_00_54_201Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-09T07_00_54_201Z-debug-0.log

@renovate renovate bot force-pushed the renovate/webpack-5.x branch 5 times, most recently from 90d652c to 16181c0 Compare April 25, 2025 16:26
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.99.6 fix(deps): update dependency webpack to v5.99.7 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 5 times, most recently from 962caa8 to 95b8896 Compare May 6, 2025 14:44
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.99.7 fix(deps): update dependency webpack to v5.99.8 May 6, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 4 times, most recently from 73630ab to 4ef76a9 Compare May 9, 2025 17:06
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from e5bd533 to 48ebd6c Compare May 20, 2025 15:25
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.99.8 fix(deps): update dependency webpack to v5.99.9 May 20, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 48ebd6c to 747cdc6 Compare May 21, 2025 18:49
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from 69c9966 to 06ffe68 Compare June 1, 2025 18:25
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from d198057 to 49d8bd8 Compare June 15, 2025 11:02
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 49d8bd8 to eaaad0c Compare July 9, 2025 15:46
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.99.9 fix(deps): update dependency webpack to v5.100.0 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from eaaad0c to 4a8117a Compare July 11, 2025 14:04
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 6 times, most recently from e1be038 to 476711a Compare July 25, 2025 09:31
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 476711a to 0f1817b Compare August 4, 2025 19:37
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.100.2 fix(deps): update dependency webpack to v5.101.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from 8098dcc to 79d63aa Compare August 10, 2025 15:39
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 79d63aa to 0079b74 Compare August 15, 2025 20:02
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.101.0 fix(deps): update dependency webpack to v5.101.2 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 4 times, most recently from f8c2b9a to 19d906f Compare August 18, 2025 19:43
@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 2 times, most recently from a1863e4 to 4468bc9 Compare August 24, 2025 10:43
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 4468bc9 to add0973 Compare September 4, 2025 10:56
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from add0973 to 068997f Compare September 29, 2025 19:31
@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
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from eb3bb84 to 93accb2 Compare October 2, 2025 06:34
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 93accb2 to 630d285 Compare October 9, 2025 02:44
@renovate renovate bot changed the title fix(deps): update dependency webpack to v5.102.0 fix(deps): update dependency webpack to v5.102.1 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 630d285 to cca2541 Compare October 9, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants