bagussatoto / Pilkades

Website Pemilihan Kepala Desa
GNU General Public License v3.0
9 stars 4 forks source link

chore(deps): update dependency gulp-uglify to v3 #23

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gulp-uglify ^1.0.2 -> ^3.0.0 age adoption passing confidence

Release Notes

terinjokes/gulp-uglify (gulp-uglify) ### [`v3.0.2`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v3.0.2) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v3.0.1...v3.0.2) A relatively small maintenance release adjusting dependencies. ##### Features - Lodash is removed in favor of lighter dependencies specifically for the features used. `intelli-espower-loader` was also removed, as it's no longer compatible with the full suite of Node.js releases tested. ### [`v3.0.1`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v3.0.1) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v3.0.0...v3.0.1) A relatively small maintenance release. ##### Fixes - If the error from UglifyJS contains column information, append this to the error message (alongside the line number). - Buffers are now allocated with `Buffer.from`, ensuring Buffers never have any private information. - The Streams callback is only called once, even if a downstream exits in error. ### [`v3.0.0`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v3.0.0) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v2.1.2...v3.0.0) We're now targeting UglifyJS3, if you need to continue to use UglifyJS2, you should stay on v2.1.2. ##### Breaking Changes - The custom option "preserveComments" was removed. As a replacement, set the `options.output.comments` option directly, UglifyJS3 understands the following options: - "all", to attempt to keep all comments. - "some", to keep comments containing some license text. - a RegExp - a function that should return true or false. While the "some" option works for many cases, it doesn't fully match the behavior of the "license" option. Fortunately, you can pass the exported function from `uglify-save-license` as the comment option. - The "minifier" API, which you could use to provide your own UglifyJS instance has been removed. It has been replaced with the "composer" API. ### [`v2.1.2`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v2.1.2) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **package:** In the previous release devDependencies were incorrectly added as dependencies. This moves them to the correct location. ([ba83a45c](https://togithub.com/terinjokes/gulp-uglify/commit/ba83a45c32a4e39288723da4b350a1ff9198406a)) ### [`v2.1.1`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v2.1.1) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v2.1.0...v2.1.1) ##### Bug Fixes - **errors:** restore filenames and line information to `GulpUglifyError`'s `toString` method. ([c722ab9c](https://togithub.com/terinjokes/gulp-uglify/commit/c722ab9c768af64b3528a8fc780fad3ababd402d)) ### [`v2.1.0`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v2.1.0) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v2.0.1...v2.1.0) ##### Minor Fixes - Updates UglifyJS to 2.8.10, and loosens version pinning to minor versions. See https://github.com/mishoo/UglifyJS2/compare/v2.7.5...v2.8.10 for details of changes. ### [`v2.0.1`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v2.0.1) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v2.0.0...v2.0.1) ##### Minor Fixes - Updates UglifyJS to 2.7.5. See https://github.com/mishoo/UglifyJS2/compare/v2.7.0...v2.7.5 for details of changes. ### [`v2.0.0`](https://togithub.com/terinjokes/gulp-uglify/releases/tag/v2.0.0) [Compare Source](https://togithub.com/terinjokes/gulp-uglify/compare/v1.5.4...v2.0.0) ##### Bug Fixes - **errors:** emit errors of type `GulpUglifyError` ([1232c3c](https://togithub.com/terinjokes/gulp-uglify/commit/1232c3c)) - **minifer:** use `gulplog` for the warning ([5632cee](https://togithub.com/terinjokes/gulp-uglify/commit/5632cee)) ##### Features - **minifier:** use UglifyJS 2.7.0's input map support ([8160697](https://togithub.com/terinjokes/gulp-uglify/commit/8160697)) ##### BREAKING CHANGES - errors: Emitted errors are of a new type. Original UglifyJS error message are preserved instead of the attempt to normalize them. The constructor is exported as "GulpUglifyError" to allow for instance checks. - minifier: Now requires UglifyJS 2.7.0 or greater to use the input object support.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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



This PR was generated by Mend Renovate. View the repository job log.