hellomouse / GNS

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

fix(deps): update dependency terser-webpack-plugin to v3 - autoclosed #954

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
terser-webpack-plugin dependencies major ^2.3.5 -> ^3.0.0
@types/terser-webpack-plugin devDependencies major ^2.2.0 -> ^3.0.0

Release Notes

webpack-contrib/terser-webpack-plugin ### [`v3.0.6`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​306-httpsgithubcomwebpack-contribterser-webpack-plugincomparev305v306-2020-06-18) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.5...v3.0.6) ### [`v3.0.5`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​305-httpsgithubcomwebpack-contribterser-webpack-plugincomparev304v305-2020-06-15) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.4...v3.0.5) ### [`v3.0.4`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​304-httpsgithubcomwebpack-contribterser-webpack-plugincomparev303v304-2020-06-13) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.3...v3.0.4) ### [`v3.0.3`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​303-httpsgithubcomwebpack-contribterser-webpack-plugincomparev301v303-2020-06-03) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​302-httpsgithubcomwebpack-contribterser-webpack-plugincomparev301v302-2020-05-26) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.1...v3.0.2) ### [`v3.0.1`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​301-httpsgithubcomwebpack-contribterser-webpack-plugincomparev300v301-2020-05-06) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​300-httpsgithubcomwebpack-contribterser-webpack-plugincomparev236v300-2020-05-01) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.7...v3.0.0) ##### ⚠ 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](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.5...v2.3.6) (2020-04-25) ##### Bug Fixes - preserve `@license` comments starting with `//` ([d3f0c81](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/d3f0c811672920b658edaa99815de9204716fa21)) ##### [2.3.5](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.4...v2.3.5) (2020-02-14) ##### Bug Fixes - do not break code with shebang ([fac58cb](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/fac58cb1ee7935710b3b38662c3abbf8dc12a862)) ##### [2.3.4](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.3...v2.3.4) (2020-01-30) ##### Bug Fixes - respect stdout and stderr of workers and do not create warnings ([#​215](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/215)) ([5708574](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/5708574d3337158a02d60a81275467900da5f42d)) - use webpack hash options rather than hard-code MD4 ([#​213](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/213)) ([330c1f6](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/330c1f6cf3468fd6312e86960b272df1591f1a64)) ##### [2.3.3](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.2...v2.3.3) (2020-01-28) ##### Bug Fixes - license files now have .txt suffix by default ([#​210](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/210)) ([de02f7b](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/de02f7b229a6ef91baa353681b1c546784672ab6)) - reduce memory usage ([abfd950](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/abfd9506207cf392de63a0629de82145efff2361)) ##### [2.3.2](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.1...v2.3.2) (2020-01-09) ##### Bug Fixes - show error message from jest-worker ([#​203](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/203)) ([3b28007](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/3b280070cde3b233ae703fe2e0ac75b350cb2da7)) ##### [2.3.1](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.0...v2.3.1) (2019-12-17) ##### Bug Fixes - performance ([#​200](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/200)) ([d2acd75](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/d2acd75f4b630af38d2c272f800e755fe395b2dd))

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.