swashata / wp-webpack-script

💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
https://wpack.io
MIT License
407 stars 57 forks source link

fix(deps): update dependency webpack-assets-manifest to v5 #1218

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-assets-manifest 4.0.6 -> 5.0.6 age adoption passing confidence
@types/webpack-assets-manifest ^3.0.1 -> ^5.0.0 age adoption passing confidence

Release Notes

webdeveric/webpack-assets-manifest ### [`v5.0.6`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.6) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.5...v5.0.6) - Added `manifest` parameter to `afterOptions` hook. - Use `manifest` parameter in internal `transform` and `afterOptions` taps. - Check `options.enabled` after `afterOptions` hook has been called. ### [`v5.0.5`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.5) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.4...v5.0.5) Allow `options.space` to be a string. ### [`v5.0.4`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.4) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.3...v5.0.4) - Updated hook being used to process assets. Use `processAssets` hook instead of `afterProcessAssets` so that async lock/unlock functions can be used. - Updated `getLockFilename()` to use hash of `dirname`. - Removed `lockSync` and `unlockSync` functions. - Updated min `webpack` version to `5.2`. ### [`v5.0.3`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.3) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.2...v5.0.3) Use `asset.info.hotModuleReplacement` to identify HMR files. ### [`v5.0.2`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.2) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.1...v5.0.2) - Improved `entrypoints` handling. [#​140](https://togithub.com/webdeveric/webpack-assets-manifest/issues/140) - Updated `inDevServer()` to not use WEBPACK_DEV_SERVER / WEBPACK_SERVE env vars. [#​125](https://togithub.com/webdeveric/webpack-assets-manifest/issues/125) - Improved `writeToDisk: 'auto'` behavior - Updated dependencies ### [`v5.0.1`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.1) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v5.0.0...v5.0.1) Fixes for [#​115](https://togithub.com/webdeveric/webpack-assets-manifest/issues/115) and [#​116](https://togithub.com/webdeveric/webpack-assets-manifest/issues/116) - Improved finding asset modules - Updated hooks for watch mode - Use public path with entrypoints - Updated dependencies ### [`v5.0.0`](https://togithub.com/webdeveric/webpack-assets-manifest/releases/v5.0.0) [Compare Source](https://togithub.com/webdeveric/webpack-assets-manifest/compare/v4.0.6...v5.0.0) - Compatible with webpack 5 only (5.1+ required). - Supports finding [asset modules](https://webpack.js.org/guides/asset-modules/). - Updated options schema to prevent additional properties. This helps with catching typos in option names. - :warning: Updated default value of the `output` option to be `assets-manifest.json`. This is to prevent confusion when working with [Web app manifests](https://developer.mozilla.org/en-US/docs/Web/Manifest) or [WebExtension manifests](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json).

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 these updates again.



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

renovate[bot] commented 3 years ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.