wopian / hibari

🦊 Vue app for Kitsu
https://hibari.moe
MIT License
26 stars 9 forks source link

build: update devdependency uglifyjs-webpack-plugin to ~1.3.0 #581

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
uglifyjs-webpack-plugin devDependencies minor ~1.2.0 -> ~1.3.0

Release Notes

webpack-contrib/uglifyjs-webpack-plugin ### [`v1.3.0`](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/CHANGELOG.md#​130-httpsgithubcomwebpack-contribuglifyjs-webpack-plugincomparev127v130-2018-08-14) [Compare Source](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.7...v1.3.0) ##### Bug Fixes - all nodejs globals available inside `minify` function ([#​332](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/332)) ([24fe22b](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/24fe22b)) - **uglify/Runner:** `cpus` length in a chroot environment (`os.cpus()`) ([#​341](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/341)) ([6d9c36f](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/6d9c36f)) ##### Features - `cacheKeys` option ([#​320](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/320)) ([249eef3](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/249eef3)) - support `minify` function option ([#​325](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/325)) ([0174605](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/0174605)) #### [1.2.7](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.6...v1.2.7) (2018-06-25) ##### Bug Fixes - no warning when `warningsFilter` return false ([#​317](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/317)) ([cabee6c](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/cabee6c)) #### [1.2.6](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.5...v1.2.6) (2018-06-20) ##### Bug Fixes - disable inline optimization by default ([#​308](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/308)) ([6ab0918](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/6ab0918)) - don't use a worker farm unless more than one process is required ([#​280](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/280)) ([3f0767b](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/3f0767b)) - better handle invalid source map ([#​284](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/284)) ([dbebb3b](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/dbebb3b)) - perf regression with memory usage for source maps ([#​305](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/305)) ([3ca5eaf](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/3ca5eaf)) - return missing important information for uglify warnings ([#​306](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/306)) ([4f50156](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/4f50156)) #### [1.2.5](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.4...v1.2.5) (2018-04-18) ##### Bug Fixes - don't handle invalid source map ([#​268](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/268)) ([693e45e](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/693e45e)) ##### Performance Improvements - **sourcemaps:** reduce memory usage ([#​276](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/276)) ([0b11134](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/0b11134)) #### [1.2.4](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.3...v1.2.4) (2018-03-16) ##### Bug Fixes - **index:** correct default asset name `{RegExp}` (`options.test`) ([#​259](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/259)) ([f9e55fe](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/f9e55fe)) - **index:** don't remove legal comments by default (`options.extractComments`) ([#​250](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/250)) ([b31b574](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/b31b574)) #### [1.2.3](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.2...v1.2.3) (2018-03-10) ##### Bug Fixes - **index:** correct `[name].js.LICENSE` file path (`options.extractComments`) ([#​249](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/249)) ([430111c](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/430111c)) - **index:** relax default asset name `{RegExp}` (`options.test`) ([#​251](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/251)) ([d27e822](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/d27e822)) - **package:** update `schema-utils` v0.4.3...0.4.5 (`dependencies`) ([#​255](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/255)) ([4c0feb8](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/4c0feb8)) - **package:** update`cacache` v10.0.1...10.0.4 (`dependencies`) ([#​253](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/253)) ([8b0c0cd](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/8b0c0cd)) ##### Performance Improvements - **index:** switch to `md4` for content hashing ([#​243](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/243)) ([14d2c4c](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/14d2c4c)) #### [1.2.2](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.1...v1.2.2) (2018-02-24) ##### Bug Fixes - **index:** typo `buildMobule` => `buildModule` ([#​242](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/242)) ([259adad](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/259adad)) - **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#​239](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/239)) ([4c7f80a](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/4c7f80a)) #### [1.2.1](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.0...v1.2.1) (2018-02-23) ##### Bug Fixes - **index:** `tapable` deprecation warnings (`webpack >= v4.0.0`) ([#​238](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/issues/238)) ([23b1b38](https://togithub.com/webpack-contrib/uglifyjs-webpack-plugin/commit/23b1b38))

Renovate configuration

:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.

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

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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