chore(deps): update dependency gulp-uglify to v3 #54
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.5.4
->3.0.2
Release Notes
terinjokes/gulp-uglify (gulp-uglify)
v3.0.2
Compare Source
A relatively small maintenance release adjusting dependencies.
Features
intelli-espower-loader
was also removed, as it's no longer compatible with the full suite of Node.js releases tested.v3.0.1
Compare Source
A relatively small maintenance release.
Fixes
Buffer.from
, ensuring Buffers never have any private information.v3.0.0
Compare 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.comments
option 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-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
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
GulpUglifyError
'stoString
method. (c722ab9c)v2.1.0
Compare Source
Minor Fixes
v2.0.1
Compare Source
Minor Fixes
v2.0.0
Compare Source
Bug Fixes
GulpUglifyError
(1232c3c)gulplog
for 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.
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: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.