create-react-microservice
create-react-microservice copied to clipboard
TASK: Update dependency webpack-manifest-plugin to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| webpack-manifest-plugin | 2.2.0 -> 5.0.0 |
Release Notes
shellscape/webpack-manifest-plugin
v5.0.0
Breaking Changes
- feat!: BREAKING CHANGE β drop webpack v4 support (#β289)
v4.1.1
This is a corrective release that resolves a bad npm pack step which affected v4.1.0.
v4.1.0
Bugfixes
- fix: make manifest type match readme doc (#β282)
- fix: properly join publicPath, basePath (#β277)
Features
- feat: Added ability to adjust plugin processAssets hook stage (#β262)
Updates
- docs: fix typo in documentation for seed option (#β285)
New Contributors
- @βMoyuScript made their first contribution in https://github.com/shellscape/webpack-manifest-plugin/pull/277
- @βm1heng made their first contribution in https://github.com/shellscape/webpack-manifest-plugin/pull/282
- @βkamalaknn made their first contribution in https://github.com/shellscape/webpack-manifest-plugin/pull/285
- @βtomlagier made their first contribution in https://github.com/shellscape/webpack-manifest-plugin/pull/263
v4.0.2
v4.0.1
v4.0.0
Breaking Changes
This package now requires Node v12+. It also ships with TypeScript definitions, which differ from the third party @types/webpack-manifest-plugin package.
Bugfixes
- fix: add webpack v5 to peerDeps (#β271)
Updates
- docs: add info about webpack-clean and wds
- refactor: use typescript (#β272)
v3.2.0
Features
- feat: useLegacyEmit option (#β246)
Updates
- docs: fixed typo (#β260)
v3.1.1
Bugfixes
- fix: extra and invalid paths in Webpack v5 (#β249)
v3.1.0
Bugfixes
- fix: all stats regression. fixes #β244
Features
- feat: expand allowed removeKeyHash length from exactly 32 to 16-32 (#β248)
Updates
- docs: fix code block close tag (#β239)
- chore: add FAQ
- test: only test v4, webpack has introduced regressions
v3.0.0
Breaking Changes
- chore!: update the codebase, documentation, metadata, tests (#β223)
This package now requires an Active LTS 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
- fix: use SyncWaterfallHook for beforeEmit
- fix(v5): add ids: true to stats
- fix: read publicPath from stats to handle [hash] (#β215)
Features
- feat: fallback to asset.info.sourceFilename (#β227)
- feat: useEntryKeys option
- feat: beforeEmit hook, add hook documentation
- feat: removeKeyHash option. fixes #β210
Updates
- test: improve removeKeyHash test snapshots
- test: replace svgr with @βsvgr/webpack
- docs: fix require for current version
- docs: update generate option signature. supercedes #β182
- docs: update sort option parameter types (#β218)
Known Issues
- When using a non-js entrypoint (e.g.
entry.txt) Webpack v5 will assign a chunk named asmain.txtas well as an asset instatsnamedentry.txt, with both appearing in the resulting manifest. This appears to be a bug in Webpack v5 with no current workaround.
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
β Warning: custom changes will be lost.