ztoben / assets-webpack-plugin

Webpack plugin that emits a json file with assets paths
https://www.npmjs.com/package/assets-webpack-plugin
MIT License
957 stars 104 forks source link

chore(deps): update dependency webpack to v5.22.0 #349

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.21.2 -> 5.22.0 age adoption passing confidence

Release Notes

webpack/webpack ### [`v5.22.0`](https://togithub.com/webpack/webpack/releases/v5.22.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.21.2...v5.22.0) ##### Features - generate shorter output code for JSON data by using a `'...'` string instead of `"..."` (only affects output side when not minimized) - the `dependencies` configuration option now works for watch builds too - It will build compilation when any of `dependencies` has changed - It will wait for compiling until all of `dependencies` have finished - add `parallelism` config option on the array of configurations to limit the compilers that are running in parallel ##### Developer Experience - add hints (`Did you mean ...`) to resolve errors when - resolving fails due to `enforceExtension` - relative request is missing leading `./` - when all modules of an entrypoint fail resolving and another entrypoints `depend(s)On` it, webpack no longer crashes with a weird error - add hint to stats how to get details about errors/warnings in child compilations - improve error message for lazyCompilation when using IE11 ##### Bugfixes - async entries e.g. for Workers are now implicitly flagged as "having side effects" even if they are affects by `"sideEffects": false` - in future we might add a warning for this - avoid crash when using `this.loadModule` (loader) and the loaded module has errors - refactor libraries to inline exporting code into runtime to allow using with `output.iife: false` - fix invalid code when using `define` for local modules and arrow functions are supported - fix missing runtime requirement for system.js context - fix parsing of `define` function, which missed declarations before - avoid unnecessary calls to loaders when serializer are already registered - fix inner graph analysis for exports when `export { x }` is before pure declaration `const x = /*#__PURE__*/ f()` - fix hashing order of runtime chunks when there are async entries involved ##### Contribution - CI run tests on node.js 15 too - CI run tests on github actions too ##### Experiments - improvements on experimental `output.library: { type: "module" }` (`experiments.outputModule: true`) - it can generate `export { ... }` now, but that can't handle live-bindings yet

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.