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-subresource-integrity to v5 - autoclosed #433

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-subresource-integrity 1.5.2 -> 5.0.0 age adoption passing confidence

Release Notes

waysact/webpack-subresource-integrity ### [`v5.0.0`](https://togithub.com/waysact/webpack-subresource-integrity/releases/v5.0.0) [Compare Source](https://togithub.com/waysact/webpack-subresource-integrity/compare/v1.5.2...v5.0.0) No changes compared to v5.0.0-rc.1. Changes compared to v1.5.2: #### BREAKING CHANGES (See [migrating from v1 to v5](https://togithub.com/waysact/webpack-subresource-integrity/blob/main/MIGRATE-v1-to-v5.md).) - Drop compatibility with Webpack < 5.12.0. - Drop compatibility with Node < 10. - Drop compatibility with html-webpack-plugin < 5.0.0-beta.1. - Drop default export, new named export `SubresourceIntegrityPlugin`. - When integrity for an asset cannot be determined this now emits an error. Previously, a warning was emitted. - Option `enabled` now defaults to `"auto"`, which enables the plugin in all Webpack modes except for `development`. Previously, the plugin was disabled by default in all modes. #### Other Changes - Compatibility with html-webpack-plugin 5 and new Webpack 5 asset processing pipeline. - Option `hashFuncNames` now has a default: `["sha384"]`. - All code has been rewritten in TypeScript. We now include TypeScript type definitions inside the package. - No longer imports webpack ([#​150](https://togithub.com/waysact/webpack-subresource-integrity/issues/150)) - Warn when using dangerous filename hashes ([#​162](https://togithub.com/waysact/webpack-subresource-integrity/issues/162))

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.