Skip to content

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/master-terser-webpack-plugin-3.x branch 2 times, most recently from 13c93ab to e15b89c Compare May 5, 2020 17:44
@renovate-tests renovate-tests force-pushed the renovate/master-terser-webpack-plugin-3.x branch from e15b89c to 8292549 Compare May 5, 2020 17:49
@renovate-tests renovate-tests changed the title Update dependency terser-webpack-plugin to v3 (master) fix: update dependency terser-webpack-plugin to v3 (master) May 5, 2020
@renovate-tests renovate-tests changed the title fix: update dependency terser-webpack-plugin to v3 (master) Update dependency terser-webpack-plugin to v3 (master) May 5, 2020
@renovate-tests renovate-tests changed the title Update dependency terser-webpack-plugin to v3 (master) fix: update dependency terser-webpack-plugin to v3 (master) May 6, 2020
@renovate-tests renovate-tests changed the title fix: update dependency terser-webpack-plugin to v3 (master) Update dependency terser-webpack-plugin to v3 (master) 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.

2 participants