ljosberinn / gerritalex.de

personal homepage
https://gerritalex.de
10 stars 1 forks source link

chore(deps): update dependency webpack to v5.49.0 #537

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.48.0 -> 5.49.0 age adoption passing confidence

Release Notes

webpack/webpack ### [`v5.49.0`](https://togithub.com/webpack/webpack/releases/v5.49.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.48.0...v5.49.0) ### Features * add `experiments.buildHttp` to build `http(s)://` imports instead of keeping them external * keeps a `webpack.lock` file with integrity and `webpack.lock.data` with cached content that should be committed * Automatically upgrades lockfile during development when remote resources change (might be disabled with `experiments.buildHttp.upgrade: false`) * Lockfile is frozen during production builds and usually no network requests are made (exception: `Cache-Control: no-cache`). * The `webpack.lock.data` persisting can be disabled with `experiments.buildHttp.cacheLocation: false`. That will will introduce a availability risk. (webpack cache will be used to cache network responses) ### Bugfixes * fix HMR infinite loop (again) * fix rare non-determinism with `splitChunks.maxSize` introduces in the last release * optional modules no longer cause the module to fail when `bail` is set * fix typo in records format: chunkHashs -> chunkHashes ### Performance * limit the number of parallel generated chunks for memory reasons

Configuration

📅 Schedule: 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.



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