halfzebra / create-elm-app

πŸƒ Create Elm apps with zero configuration
MIT License
1.68k stars 147 forks source link

BREAKING CHANGE: Update dependency webpack-manifest-plugin to v3 - autoclosed #573

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-manifest-plugin 2.2.0 -> 3.1.1 age adoption passing confidence

Release Notes

shellscape/webpack-manifest-plugin ### [`v3.1.1`](https://togithub.com/shellscape/webpack-manifest-plugin/releases/v3.1.1) [Compare Source](https://togithub.com/shellscape/webpack-manifest-plugin/compare/v3.1.0...v3.1.1) ##### Bugfixes - fix: extra and invalid paths in Webpack v5 ([#​249](https://togithub.com/shellscape/webpack-manifest-plugin/issues/249)) ### [`v3.1.0`](https://togithub.com/shellscape/webpack-manifest-plugin/releases/v3.1.0) [Compare Source](https://togithub.com/shellscape/webpack-manifest-plugin/compare/v3.0.0...v3.1.0) #### Bugfixes - fix: all stats regression. fixes [#​244](https://togithub.com/shellscape/webpack-manifest-plugin/issues/244) #### Features - feat: expand allowed removeKeyHash length from exactly 32 to 16-32 ([#​248](https://togithub.com/shellscape/webpack-manifest-plugin/issues/248)) #### Updates - docs: fix code block close tag ([#​239](https://togithub.com/shellscape/webpack-manifest-plugin/issues/239)) - chore: add FAQ - test: only test v4, webpack has introduced regressions ### [`v3.0.0`](https://togithub.com/shellscape/webpack-manifest-plugin/releases/v3.0.0) [Compare Source](https://togithub.com/shellscape/webpack-manifest-plugin/compare/v2.2.0...v3.0.0) #### Breaking Changes - chore!: update the codebase, documentation, metadata, tests ([#​223](https://togithub.com/shellscape/webpack-manifest-plugin/issues/223)) This package now requires an [Active LTS](https://togithub.com/nodejs/Release) Node version (v10.0.0+) and Webpack v4.44.0+. #### Bugfixes - fix(v5): webpack v5 compatibility - fix(v5): check for chunks before checking length. re: [#​224](https://togithub.com/shellscape/webpack-manifest-plugin/issues/224) - fix: use SyncWaterfallHook for beforeEmit - fix(v5): add ids: true to stats - fix: read publicPath from stats to handle \[hash] ([#​215](https://togithub.com/shellscape/webpack-manifest-plugin/issues/215)) #### Features - feat: fallback to asset.info.sourceFilename ([#​227](https://togithub.com/shellscape/webpack-manifest-plugin/issues/227)) - feat: useEntryKeys option - feat: beforeEmit hook, add hook documentation - feat: removeKeyHash option. fixes [#​210](https://togithub.com/shellscape/webpack-manifest-plugin/issues/210) #### Updates - test: improve removeKeyHash test snapshots - test: replace svgr with [@​svgr/webpack](https://togithub.com/svgr/webpack) - docs: fix require for current version - docs: update generate option signature. supercedes [#​182](https://togithub.com/shellscape/webpack-manifest-plugin/issues/182) - docs: update sort option parameter types ([#​218](https://togithub.com/shellscape/webpack-manifest-plugin/issues/218)) #### Known Issues - When using a non-js entrypoint (e.g. `entry.txt`) Webpack v5 will assign a chunk named as `main.txt` as well as an asset in `stats` named `entry.txt`, with both appearing in the resulting manifest. This appears to be a bug in Webpack v5 with no current workaround.

Configuration

πŸ“… Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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.