Update dependency gulp-uglify to v3#66
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.0→^3.0.0Release Notes
terinjokes/gulp-uglify (gulp-uglify)
v3.0.2Compare Source
A relatively small maintenance release adjusting dependencies.
Features
intelli-espower-loaderwas also removed, as it's no longer compatible with the full suite of Node.js releases tested.v3.0.1Compare Source
A relatively small maintenance release.
Fixes
Buffer.from, ensuring Buffers never have any private information.v3.0.0Compare Source
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.commentsoption directly, UglifyJS3 understands the following options: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-licenseas 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.2Compare Source
Bug Fixes
v2.1.1Compare Source
Bug Fixes
GulpUglifyError'stoStringmethod. (c722ab9c)v2.1.0Compare Source
Minor Fixes
v2.0.1Compare Source
Minor Fixes
v2.0.0Compare Source
Bug Fixes
GulpUglifyError(1232c3c)gulplogfor the warning (5632cee)Features
BREAKING CHANGES
error message are preserved instead of the attempt to normalize them.
The constructor is exported as "GulpUglifyError" to allow for instance
checks.
input object support.
v1.5.4Compare Source
v1.5.3Compare Source
v1.5.2Compare Source
v1.5.1Compare Source
v1.4.2Compare Source
v1.4.1Compare Source
Detect if options is a non-Object and log a warning.
Older versions of Node.js did not allow Strings to be passed to
Object.keysleading to errors and confusion to users following certain tutorials.v1.4.0Compare Source
preserveCommentsoption of "some".preserveCommentsoption of "license" that usesuglify-save-license.v1.3.0Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.