inker / draw

⚽ Champions League draw simulator
https://inker.github.io/draw/
228 stars 67 forks source link

Update terser-webpack-plugin to the latest version 🚀 #118

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency terser-webpack-plugin was updated from 2.3.6 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: evilebottnawi License: MIT

Release Notes for v3.0.0

3.0.0 (2020-05-01)

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
Commits

The new version differs by 9 commits.

  • 1f4812c chore(release): 3.0.0
  • 91642a1 refactor: code
  • 557781e refactor: remove the chunkFilter option
  • c40a6ae refactor: code
  • 974bc19 refactor: extractComments.filename option
  • d509135 refactor: warningsFilter option (#236)
  • 825ac94 refactor: extractComments.filename option
  • 038a56b chore(deps): update (#234)
  • 9aec83f refactor: code

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: