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

Update dependency terser-webpack-plugin to v3 (v12.x) #11

Open
wants to merge 1 commit into
base: v12.x
Choose a base branch
from

Conversation

renovate-tests
Copy link
Owner

@renovate-tests renovate-tests commented May 5, 2020

This PR contains the following updates:

Package Type Update Change
terser-webpack-plugin dependencies major ^2.2.3 -> ^3.0.0

Release Notes

webpack-contrib/terser-webpack-plugin

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13
  • the chunkFilter was removed, please use test/include/exclude options
  • change arguments order for the warningFilter option from Function<(warning, file, source) -> Boolean> to Function<(file, warning, source) -> Boolean>
  • when the extractComments.filename option is a function it pass only one argument and it is object with filename, basename, query and hash properties
  • if the value from the extractComments.filename option conflicts with existing assets, an error will be thrown instead of a warning
  • use the optimizeAssets hook for webpack@5
2.3.6 (2020-04-25)
Bug Fixes
  • preserve @license comments starting with // (d3f0c81)
2.3.5 (2020-02-14)
Bug Fixes
  • do not break code with shebang (fac58cb)
2.3.4 (2020-01-30)
Bug Fixes
  • respect stdout and stderr of workers and do not create warnings (#​215) (5708574)
  • use webpack hash options rather than hard-code MD4 (#​213) (330c1f6)
2.3.3 (2020-01-28)
Bug Fixes
2.3.2 (2020-01-09)
Bug Fixes
2.3.1 (2019-12-17)
Bug Fixes

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-tests renovate-tests force-pushed the renovate/v12.x-terser-webpack-plugin-3.x branch 2 times, most recently from 389b8f8 to e4a0fc0 Compare May 5, 2020 17:46
@renovate-tests renovate-tests force-pushed the renovate/v12.x-terser-webpack-plugin-3.x branch from e4a0fc0 to 2c0e9b1 Compare May 5, 2020 17:51
@renovate-tests renovate-tests changed the title Update dependency terser-webpack-plugin to v3 (v12.x) fix: update dependency terser-webpack-plugin to v3 (v12.x) May 5, 2020
@renovate-tests renovate-tests changed the title fix: update dependency terser-webpack-plugin to v3 (v12.x) Update dependency terser-webpack-plugin to v3 (v12.x) May 5, 2020
@renovate-tests renovate-tests changed the title Update dependency terser-webpack-plugin to v3 (v12.x) fix: update dependency terser-webpack-plugin to v3 (v12.x) May 6, 2020
@renovate-tests renovate-tests changed the title fix: update dependency terser-webpack-plugin to v3 (v12.x) Update dependency terser-webpack-plugin to v3 (v12.x) May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant