amilajack / popcorn-time-desktop

🍿 🕐 🎞 A Modern Popcorn Time Client
MIT License
468 stars 109 forks source link

chore(deps): update dependency uglifyjs-webpack-plugin to v2 - autoclosed #440

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
uglifyjs-webpack-plugin devDependencies major 1.3.0 -> 2.1.2 source

Release Notes

webpack-contrib/uglifyjs-webpack-plugin ### [`v2.1.2`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​212httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev211v212-2019-02-25) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.1.1...v2.1.2) ##### Bug Fixes - invalidate cache after changing node version ([#​396](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/396)) ([380bb54](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/380bb54)) ### [`v2.1.1`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​212httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev211v212-2019-02-25) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.1.0...v2.1.1) ##### Bug Fixes - invalidate cache after changing node version ([#​396](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/396)) ([380bb54](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/380bb54)) ### [`v2.1.0`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​210httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev201v210-2018-12-22) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.0.1...v2.1.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​365](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/365)) ([bf36e21](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/bf36e21)) - catch `worker-farm` errors ([#​380](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/380)) ([aa7a9fc](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/aa7a9fc)) - dedupe extracted comments ([#​383](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/383)) ([beaf1ad](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/beaf1ad)) - more consistent cache ([#​385](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/385)) ([f61439d](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/f61439d)) - regenerate `contenthash` when assets was minified ([#​386](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/386)) ([65a30da](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/65a30da)) ##### Features - `chunkFilter` option for filtering chunks ([#​382](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/382)) ([1e58c99](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/1e58c99)) #### [2.0.1](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.0.0...v2.0.1) (2018-09-18) ##### Bug Fixes - decrease minimum required `uglify-js` version ([#​357](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/357)) ([dc9d038](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/dc9d038)) ### [`v2.0.1`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​210httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev201v210-2018-12-22) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.0.0...v2.0.1) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​365](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/365)) ([bf36e21](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/bf36e21)) - catch `worker-farm` errors ([#​380](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/380)) ([aa7a9fc](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/aa7a9fc)) - dedupe extracted comments ([#​383](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/383)) ([beaf1ad](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/beaf1ad)) - more consistent cache ([#​385](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/385)) ([f61439d](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/f61439d)) - regenerate `contenthash` when assets was minified ([#​386](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/386)) ([65a30da](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/65a30da)) ##### Features - `chunkFilter` option for filtering chunks ([#​382](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/382)) ([1e58c99](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/1e58c99)) #### [2.0.1](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.0.0...v2.0.1) (2018-09-18) ##### Bug Fixes - decrease minimum required `uglify-js` version ([#​357](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/357)) ([dc9d038](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/dc9d038)) ### [`v2.0.0`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​200httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev130v200-2018-09-14) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.3.0...v2.0.0) ##### Bug Fixes - default extract comment condition is case insensitivity ##### Features - full coverage schema options validation - enable inline optimization by default ##### BREAKING CHANGES - Switch back to [uglify-js](https://togithub.com/mishoo/UglifyJS2) (`uglify-es` is abandoned, if you need uglify ES6 code please use [terser-webpack-plugin](https://togithub.com/webpack-contrib/terser-webpack-plugin)). - Changed function signature for `warningsFilter` option (now first argument is `warning`, second is `source`). - Enforces `peerDependencies` of `"webpack": "^4.3.0`. - Enforces `engines` of `"node": ">= 6.9.0 <7.0.0 || >= 8.9.0`

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



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