Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack-manifest-plugin from 2.2.0 to 3.1.0 #42

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps webpack-manifest-plugin from 2.2.0 to 3.1.0.

Release notes

Sourced from webpack-manifest-plugin's releases.

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 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.
Commits
  • 4d3e935 chore(release): 3.1.0
  • 9333cc1 feat: expand allowed removeKeyHash length from exactly 32 to 16-32 (#248)
  • 9f408f6 test: only test v4, webpack has introduced regressions
  • 3049d93 fix: all stats regression. fixes #244
  • 51a3064 docs: fix code block close tag (#239)
  • 3b2ed8a chore: add FAQ
  • 728e431 chore(release): v3.0.0
  • 2702efb fix(v5): webpack v5 compatibility
  • 100cbe2 fix(v5): check for chunks before checking length. re: #224
  • ad20acb fix: use SyncWaterfallHook for beforeEmit
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by shellscape, a new releaser for webpack-manifest-plugin since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2021

Superseded by #44.

@dependabot dependabot bot closed this Apr 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-manifest-plugin-3.1.0 branch April 16, 2021 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow in webpack 5 assets generated from the child compiler whose key has hash in the manifest.json
0 participants