Skip to content

Update dependency uglifyjs-webpack-plugin to v2

Administrator requested to merge renovate/uglifyjs-webpack-plugin-2.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
uglifyjs-webpack-plugin devDependencies major ^2.0.0 source code search for "uglifyjs-webpack-plugin"

Release Notes

webpack-contrib/uglifyjs-webpack-plugin

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

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 (uglify-es is abandoned, if you need uglify ES6 code please use 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

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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

Merge request reports

Loading