amilajack / erb-serialport-example

An example of using electron-react-boilerplate with serialport
MIT License
14 stars 6 forks source link

Update dependency uglifyjs-webpack-plugin to v2 #6

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
uglifyjs-webpack-plugin devDependencies major 1.2.7 -> 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` ### [`v1.3.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.2.7...v1.3.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: At any time (no schedule defined).

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

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.