hellomouse / GNS

GitHub Notification Service For IRC
MIT License
6 stars 3 forks source link

Update terser-webpack-plugin in group default to the latest version πŸš€ #942

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 dependency 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:

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Release Notes for v3.0.1

3.0.1 (2020-05-06)

Bug Fixes

  • parallelism in multi compilation mode (0ee7ed2)
  • remove redundant code for the chunkFilter option (#243) (7220734)
Commits

The new version differs by 5 commits.

  • 9b08612 chore(release): 3.0.1
  • 0ee7ed2 fix: parallel in multi compilation mode
  • 2b5961c fix: parallel in multi compilation mode
  • c0f45e2 chore(deps): update (#244)
  • 7220734 fix: remove redundant chunkFilter (#243)

See the full diff