chore(deps): update dependency webpack to v5.100.2 #177

Open
renovate-bot wants to merge 1 commit from renovate/webpack-5.x-lockfile into master
Member

This PR contains the following updates:

Package Change Age Confidence
webpack 5.94.0 -> 5.100.2 age confidence

Release Notes

webpack/webpack (webpack)

v5.100.2

Compare Source

Fixes
  • Keep consistent CSS order
  • Dependency without the source order attribute must keep their original index
  • Keep module traversal consistent across reexport scenarios
Performance Improvements
  • Extend importPhasesPlugin only when enable deferImport (#​19689)

v5.100.1

Compare Source

Fixes
  • Tree-shaking unused ignored modules
  • [Types] Compatibility with old Node.js versions

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: scheme
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

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: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0

v5.97.1

Compare Source

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Compare Source

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal

v5.96.1

Compare Source

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [webpack](https://github.com/webpack/webpack) | [`5.94.0` -> `5.100.2`](https://renovatebot.com/diffs/npm/webpack/5.94.0/5.100.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.100.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.94.0/5.100.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.100.2`](https://github.com/webpack/webpack/releases/tag/v5.100.2) [Compare Source](https://github.com/webpack/webpack/compare/v5.100.1...v5.100.2) ##### Fixes - Keep consistent CSS order - Dependency without the source order attribute must keep their original index - Keep module traversal consistent across reexport scenarios ##### Performance Improvements - Extend `importPhasesPlugin` only when enable `deferImport` ([#&#8203;19689](https://github.com/webpack/webpack/issues/19689)) ### [`v5.100.1`](https://github.com/webpack/webpack/releases/tag/v5.100.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.100.0...v5.100.1) ##### Fixes - Tree-shaking unused ignored modules - \[Types] Compatibility with old Node.js versions ### [`v5.100.0`](https://github.com/webpack/webpack/releases/tag/v5.100.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.9...v5.100.0) ##### 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](https://github.com/tc39/proposal-defer-import-eval) (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](https://github.com/webpack/webpack/tree/main/examples/virtual-modules) to support `virtual:` scheme ##### Performance Improvements - Remove useless startup entrypoint runtime for ES modules output - Cache `new URL(...)` evaluate expression ### [`v5.99.9`](https://github.com/webpack/webpack/releases/tag/v5.99.9) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.8...v5.99.9) ##### 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`](https://github.com/webpack/webpack/releases/tag/v5.99.8) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8) ##### Fixes - Fixed type error with latest `@types/node` - Fixed typescript types ### [`v5.99.7`](https://github.com/webpack/webpack/releases/tag/v5.99.7) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.6...v5.99.7) ##### Fixes - Don't skip export generation for `default` reexport ([#&#8203;19463](https://github.com/webpack/webpack/issues/19463)) - Fixed module library export generation for reexport ([#&#8203;19459](https://github.com/webpack/webpack/issues/19459)) - Avoid module concatenation in child compilation for module library ([#&#8203;19457](https://github.com/webpack/webpack/issues/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`](https://github.com/webpack/webpack/releases/tag/v5.99.6) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6) ##### 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`](https://github.com/webpack/webpack/releases/tag/v5.99.5) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.4...v5.99.5) ##### Fixes - Control dead flow for labeled and blockless statements ### [`v5.99.4`](https://github.com/webpack/webpack/releases/tag/v5.99.4) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.3...v5.99.4) ##### Fixes - Fixed terminated state for `if`/`else` ### [`v5.99.3`](https://github.com/webpack/webpack/releases/tag/v5.99.3) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.2...v5.99.3) ##### Fixes - Fixed dead control flow with deep nested `if`/`else` ### [`v5.99.2`](https://github.com/webpack/webpack/releases/tag/v5.99.2) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.1...v5.99.2) ##### Fixes - Dead control flow for exotic cases ### [`v5.99.1`](https://github.com/webpack/webpack/releases/tag/v5.99.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.99.0...v5.99.1) ##### Fixes - Dead control flow for many cases ### [`v5.99.0`](https://github.com/webpack/webpack/releases/tag/v5.99.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.98.0...v5.99.0) ##### 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`](https://github.com/webpack/webpack/releases/tag/v5.98.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0) ##### Fixes - Avoid the deprecation message [#&#8203;19062](https://github.com/webpack/webpack/issues/19062) by [@&#8203;alexander-akait](https://github.com/alexander-akait) - Should not escape CSS local ident in JS [#&#8203;19060](https://github.com/webpack/webpack/issues/19060) by [@&#8203;JSerFeng](https://github.com/JSerFeng) - MF parse range not compatible with Safari [#&#8203;19083](https://github.com/webpack/webpack/issues/19083) by [@&#8203;alexander-akait](https://github.com/alexander-akait) - Preserve `filenameTemplate` in new split chunk [#&#8203;19104](https://github.com/webpack/webpack/issues/19104) by [@&#8203;henryqdineen](https://github.com/henryqdineen) - Use module IDs for final render order [#&#8203;19184](https://github.com/webpack/webpack/issues/19184) by [@&#8203;dmichon-msft](https://github.com/dmichon-msft) - Strip `blob:` protocol when public path is `auto` [#&#8203;19199](https://github.com/webpack/webpack/issues/19199) by [@&#8203;alexander-akait](https://github.com/alexander-akait) - Respect `output.charset` everywhere [#&#8203;19202](https://github.com/webpack/webpack/issues/19202) by [@&#8203;alexander-akait](https://github.com/alexander-akait) - Node async WASM loader generation [#&#8203;19210](https://github.com/webpack/webpack/issues/19210) by [@&#8203;ashi009](https://github.com/ashi009) - Correct `BuildInfo` and `BuildMeta` type definitions [#&#8203;19200](https://github.com/webpack/webpack/issues/19200) by [@&#8203;inottn](https://github.com/inottn) ##### Performance Improvements - Improve `FlagDependencyExportsPlugin` for large JSON by depth [#&#8203;19058](https://github.com/webpack/webpack/issues/19058) by [@&#8203;hai-x](https://github.com/hai-x) - Optimize assign-depths [#&#8203;19193](https://github.com/webpack/webpack/issues/19193) by [@&#8203;dmichon-msft](https://github.com/dmichon-msft) - Use `startsWith` for matching instead of converting the string to a regex [#&#8203;19207](https://github.com/webpack/webpack/issues/19207) by [@&#8203;inottn](https://github.com/inottn) ##### Chores - Bump `nanoid` from 3.3.7 to 3.3.8 [#&#8203;19063](https://github.com/webpack/webpack/issues/19063) by [@&#8203;dependabot](https://github.com/dependabot) - Fixed incorrect typecast in `DefaultStatsFactoryPlugin` [#&#8203;19156](https://github.com/webpack/webpack/issues/19156) by [@&#8203;Andarist](https://github.com/Andarist) - Improved `readme.md` by adding video links for understanding webpack [#&#8203;19101](https://github.com/webpack/webpack/issues/19101) by [@&#8203;Vansh5632](https://github.com/Vansh5632) - Typo fix [#&#8203;19205](https://github.com/webpack/webpack/issues/19205) by [@&#8203;hai-x](https://github.com/hai-x) - Adopt the new webpack governance model [#&#8203;18804](https://github.com/webpack/webpack/issues/18804) by [@&#8203;ovflowd](https://github.com/ovflowd) ##### Features - Implement `/* webpackIgnore: true */` for `require.resolve` [#&#8203;19201](https://github.com/webpack/webpack/issues/19201) by [@&#8203;alexander-akait](https://github.com/alexander-akait) ##### Continuous Integration - CI fix [#&#8203;19196](https://github.com/webpack/webpack/issues/19196) by [@&#8203;alexander-akait](https://github.com/alexander-akait) #### New Contributors - [@&#8203;Andarist](https://github.com/Andarist) made their first contribution in https://github.com/webpack/webpack/pull/19156 - [@&#8203;Vansh5632](https://github.com/Vansh5632) made their first contribution in https://github.com/webpack/webpack/pull/19101 - [@&#8203;ashi009](https://github.com/ashi009) made their first contribution in https://github.com/webpack/webpack/pull/19210 - [@&#8203;ovflowd](https://github.com/ovflowd) made their first contribution in https://github.com/webpack/webpack/pull/18804 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0 ### [`v5.97.1`](https://github.com/webpack/webpack/releases/tag/v5.97.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.97.0...v5.97.1) #### Bug Fixes - Performance regression - Sub define key should't be renamed when it's a defined variable ### [`v5.97.0`](https://github.com/webpack/webpack/releases/tag/v5.97.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.96.1...v5.97.0) #### Bug Fixes - Don't crash with filesystem cache and unknown scheme - Generate a valid code when `output.iife` is `true` and output.library.type is `umd` - Fixed conflict variable name with concatenate modules and runtime code - Merge duplicate chunks before - Collisions in ESM library - Use recursive search for versions of shared dependencies - **\[WASM]** Don't crash WebAssembly with Reference Types (sync and async) - **\[WASM]** Fixed wasm loading for sync and async webassembly - **\[CSS]** Don't add `[uniqueName]` to `localIdentName` when it is empty - **\[CSS]** Parsing strings on Windows - **\[CSS]** Fixed CSS local escaping #### New Features - Added support for injecting debug IDs - Export the `MergeDuplicateChunks` plugin - Added universal loading for JS chunks and JS worker chunks (only ES modules) - **\[WASM]** Added universal loading for WebAssembly chunks (only for async WebAssembly) - **\[CSS]** Allow initial CSS chunks to be placed anywhere - **the `output.cssHeadDataCompression` option was deleted** - **\[CSS]** Added universal loading for CSS chunks - **\[CSS]** Parse ICSS `@value` at-rules in CSS modules - **\[CSS]** Parse ICSS `:import` rules in CSS modules - **\[CSS]** Added the `url` and `import` options for CSS - **\[CSS]** Allow to import custom properties in CSS modules #### Performance - Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal ### [`v5.96.1`](https://github.com/webpack/webpack/releases/tag/v5.96.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.96.0...v5.96.1) #### Bug Fixes - **\[Types]** Add `@types/eslint-scope` to dependencieS - **\[Types]** Fixed regression in `validate` ### [`v5.96.0`](https://github.com/webpack/webpack/releases/tag/v5.96.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.95.0...v5.96.0) #### Bug Fixes - Fixed Module Federation should track all referenced chunks - Handle Data URI without base64 word - HotUpdateChunk have correct runtime when modified with new runtime - Order of chunks ids in generated chunk code - No extra Javascript chunks when using asset module as an entrypoint - Use optimistically logic for `output.environment.dynamicImport` to determine chunk format when no browserslist or target - Collision with global variables for `optimization.avoidEntryIife` - Avoid through variables in inlined module - Allow chunk template strings in `output.devtoolNamespace` - No extra runtime for get javascript/css chunk filename - No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS - Avoid cache invalidation using ProgressPlugin - Increase parallelism when using `importModule` on the execution stage - Correctly parsing string in `export` and `import` - Typescript types - **\[CSS]** `css/auto` considers a module depending on its filename as `css` (pure CSS) or `css/local`, before it was `css/global` and `css/local` - **\[CSS]** Always interpolate classes even if they are not involved in export - **\[CSS]** No extra runtime in Javascript runtime chunks for asset modules used in CSS - **\[CSS]** No extra runtime in Javascript runtime chunks for external asset modules used in CSS - **\[CSS]** No extra runtime for the `node` target - **\[CSS]** Fixed `url()`s and `@import` parsing - **\[CSS]** Fixed - emit a warning on broken :local and :global #### New Features - Export CSS and ESM runtime modules - Single Runtime Chunk and Federation eager module hoisting - **\[CSS]** Support `/* webpackIgnore: true */` for CSS files - **\[CSS]** Support `src()` support - **\[CSS]** CSS nesting in CSS modules ### [`v5.95.0`](https://github.com/webpack/webpack/releases/tag/v5.95.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0) #### Bug Fixes - Fixed hanging when attempting to read a symlink-like file that it can't read - Handle `default` for import context element dependency - Merge duplicate chunks call after split chunks - Generate correctly code for dynamically importing the same file twice and destructuring - Use content hash as \[base] and \[name] for extracted DataURI's - Distinguish `module` and `import` in `module-import` for externals `import`'s - \[Types] Make `EnvironmentPlugin` default values types less strict - \[Types] Typescript 5.6 compatibility #### New Features - Add new `optimization.avoidEntryIife` option (`true` by default for the `production` mode) - Pass output.hash\* options to loader context #### Performance - Avoid unneeded re-visit in build chunk graph </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot changed title from chore(deps): update dependency webpack to v5.95.0 to chore(deps): update dependency webpack to v5.96.0 2024-11-01 03:38:29 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from c7c3a0112e to 2aa8f394d5 2024-11-01 03:38:29 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.96.0 to chore(deps): update dependency webpack to v5.96.1 2024-11-01 16:36:33 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 2aa8f394d5 to d2085f1c7c 2024-11-01 16:36:34 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.96.1 to chore(deps): update dependency webpack to v5.97.1 2024-12-23 18:19:42 +05:30
Author
Member

⚠️ 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: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ 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: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
renovate-bot force-pushed renovate/webpack-5.x-lockfile from d2085f1c7c to b69c09a362 2024-12-23 18:19:43 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from b69c09a362 to 4078688e7c 2025-01-10 22:50:51 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 4078688e7c to 93cf531497 2025-01-13 05:22:23 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 93cf531497 to 4af1af984d 2025-01-20 05:23:11 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 4af1af984d to db2a2638bc 2025-01-27 05:25:09 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from db2a2638bc to e5c55549ed 2025-02-03 05:26:27 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from e5c55549ed to 5eed3a9f58 2025-02-10 05:25:24 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.97.1 to chore(deps): update dependency webpack to v5.98.0 2025-02-17 05:24:54 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 5eed3a9f58 to 678fa6c5a7 2025-02-17 05:24:54 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 678fa6c5a7 to 788bd08032 2025-02-24 05:23:39 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 788bd08032 to 2fa927de41 2025-03-17 05:21:14 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 2fa927de41 to 627344525a 2025-03-24 05:23:03 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 627344525a to 70f6f116e9 2025-03-31 05:22:17 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 70f6f116e9 to 8662d15616 2025-04-03 10:36:37 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 8662d15616 to 009dabea81 2025-04-03 12:12:04 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 009dabea81 to f41e199bc2 2025-04-07 05:20:03 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from f41e199bc2 to 241cf8863d 2025-04-14 05:18:57 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.98.0 to chore(deps): update dependency webpack to v5.99.5 2025-04-14 05:18:58 +05:30
renovate-bot changed title from chore(deps): update dependency webpack to v5.99.5 to chore(deps): update dependency webpack to v5.99.6 2025-04-20 19:17:45 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 241cf8863d to ab8afeb340 2025-04-20 19:17:45 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.99.6 to chore(deps): update dependency webpack to v5.99.7 2025-04-28 05:22:53 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from ab8afeb340 to 70f685286d 2025-04-28 05:22:54 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 70f685286d to 9a5cd91ca6 2025-05-05 05:34:56 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 9a5cd91ca6 to 01e1051109 2025-05-12 05:41:55 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.99.7 to chore(deps): update dependency webpack to v5.99.8 2025-05-12 05:41:55 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 01e1051109 to bf16a1a259 2025-05-19 05:19:50 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.99.8 to chore(deps): update dependency webpack to v5.99.9 2025-05-26 05:34:15 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from bf16a1a259 to df6b519d04 2025-05-26 05:34:15 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from df6b519d04 to 572cb85482 2025-06-02 05:29:28 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 572cb85482 to c1fdef9fba 2025-06-16 06:10:21 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from c1fdef9fba to 4c26f72198 2025-06-23 05:28:06 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 4c26f72198 to 1b320a2da3 2025-06-30 05:16:45 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 1b320a2da3 to a5ef8205a1 2025-07-07 05:32:24 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.99.9 to chore(deps): update dependency webpack to v5.100.1 2025-07-14 05:41:15 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from a5ef8205a1 to ca797f3911 2025-07-14 05:41:16 +05:30 Compare
renovate-bot force-pushed renovate/webpack-5.x-lockfile from ca797f3911 to 18f227f1ff 2025-07-21 05:19:41 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency webpack to v5.100.1 to chore(deps): update dependency webpack to v5.100.2 2025-07-21 05:19:41 +05:30
renovate-bot force-pushed renovate/webpack-5.x-lockfile from 18f227f1ff to af33813f7e 2025-07-28 05:26:51 +05:30 Compare
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/webpack-5.x-lockfile:renovate/webpack-5.x-lockfile
git switch renovate/webpack-5.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/webpack-5.x-lockfile
git switch renovate/webpack-5.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/webpack-5.x-lockfile
git switch renovate/webpack-5.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/webpack-5.x-lockfile
git switch master
git merge --squash renovate/webpack-5.x-lockfile
git switch master
git merge --ff-only renovate/webpack-5.x-lockfile
git switch master
git merge renovate/webpack-5.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.