ztoben / assets-webpack-plugin

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

chore(deps): update dependency webpack to v5.31.0 #383

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.30.0 -> 5.31.0 age adoption passing confidence

Release Notes

webpack/webpack ### [`v5.31.0`](https://togithub.com/webpack/webpack/releases/v5.31.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.30.0...v5.31.0) ### Features - add a few more options for infrastructure logging: - `infrastructureLogging.colors`: Enables/Disables colorful output. - `infrastructureLogging.appendOnly`: Only appends lines to the output. Avoids updating existing output e. g. for status messages. - `infrastructureLogging.stream`: Stream used for logging output. Defaults to process.stderr. - `infrastructureLogging.console`: Custom console used for logging. - When stream is an TTY colors is enabled and appendOnly is disabled. Otherwise it's flipped. ### Bugfixes - Persistent Caching - fix caching crash when using fsevents in build dependencies - improve resolving of build dependencies when `exports` field is used - make problems during resolving build dependencies warnings instead of debug messages - prioritize static reexport over runtime reexport for target determination - This helps in optimization by no longer opting out of optimization when some other exports any dynamic (from commonjs or empty/type-only modules) - fix bug with subtraction of runtimes - This fixes a problem with concatenated modules in builds with multiple runtimes and force-merged shared chunks - ensure that entrypoints are always re-executed when HMR-updated - This fixes no longer updating pages when the entrypoint crashed

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.