Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency uglifyjs-webpack-plugin to v2 #4

Merged
merged 1 commit into from
Aug 23, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 22, 2019

This PR contains the following updates:

Package Type Update Change
uglifyjs-webpack-plugin devDependencies major 1.1.6 -> 2.2.0

Release Notes

webpack-contrib/uglifyjs-webpack-plugin

v2.2.0

Compare Source

Features
2.1.3 (2019-05-15)
Bug Fixes

v2.1.3

Compare Source

Features
2.1.3 (2019-05-15)
Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes
Features

2.0.1 (2018-09-18)

Bug Fixes

v2.0.1

Compare Source

Bug Fixes
Features

2.0.1 (2018-09-18)

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

v1.3.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

v1.2.7

Compare Source

Bug Fixes
  • all nodejs globals available inside minify function (#​332) (24fe22b)
  • uglify/Runner: cpus length in a chroot environment (os.cpus()) (#​341) (6d9c36f)
Features

1.2.7 (2018-06-25)

Bug Fixes

1.2.6 (2018-06-20)

Bug Fixes

1.2.5 (2018-04-18)

Bug Fixes
Performance Improvements

1.2.4 (2018-03-16)

Bug Fixes
  • index: correct default asset name {RegExp} (options.test) (#​259) (f9e55fe)
  • index: don't remove legal comments by default (options.extractComments) (#​250) (b31b574)

1.2.3 (2018-03-10)

Bug Fixes
  • index: correct [name].js.LICENSE file path (options.extractComments) (#​249) (430111c)
  • index: relax default asset name {RegExp} (options.test) (#​251) (d27e822)
  • package: update schema-utils v0.4.3...0.4.5 (dependencies) (#​255) (4c0feb8)
  • package: updatecacache v10.0.1...10.0.4 (dependencies) (#​253) (8b0c0cd)
Performance Improvements

1.2.2 (2018-02-24)

Bug Fixes

1.2.1 (2018-02-23)

Bug Fixes
  • index: tapable deprecation warnings (webpack >= v4.0.0) (#​238) (23b1b38)

v1.2.6

Compare Source

Bug Fixes

v1.2.5

Compare Source

Bug Fixes

v1.2.4

Compare Source

Bug Fixes
Performance Improvements

v1.2.3

Compare Source

Bug Fixes
  • index: correct default asset name {RegExp} (options.test) (#​259) (f9e55fe)
  • index: don't remove legal comments by default (options.extractComments) (#​250) (b31b574)

v1.2.2

Compare Source

Bug Fixes
  • index: correct [name].js.LICENSE file path (options.extractComments) (#​249) (430111c)
  • index: relax default asset name {RegExp} (options.test) (#​251) (d27e822)
  • package: update schema-utils v0.4.3...0.4.5 (dependencies) (#​255) (4c0feb8)
  • package: updatecacache v10.0.1...10.0.4 (dependencies) (#​253) (8b0c0cd)
Performance Improvements

v1.2.1

Compare Source

Bug Fixes

v1.2.0

Compare Source

Features
  • uglify: add missing toplevel, nameCache, keep_classnames, keep_fnames and safari10 options (uglifyOptions) (#​229) (990de2a)

1.1.8 (2018-01-29)

Bug Fixes
  • package: use prepare instead of prepublish for release (43ffa48)
Reverts
  • README: mangle.props instead of mangle.properties (44b77e3)

1.1.7 (2018-01-29)

Bug Fixes
  • index: reduce memory consumption (cacheKey.hash) (#​215) (2343274)

1.1.6 (2018-01-05)

Bug Fixes
  • index: don't pass compilation as an argument to UglifyJsPlugin.buildError (#​201) (339ca10)
Reverts

1.1.5 (2017-12-27)

Bug Fixes
  • package: use exact uglify-es version (dependencies) (#​199) (2e2ed36)

1.1.4 (2017-12-14)

Chores

1.1.3 (2017-12-14)

Refactoring
  • use serialize-javascript package instead own implementatin (#​183) (8d7ebcd)

1.1.2 (2017-11-30)

Chores

1.1.1 (2017-11-23)

Bug Fixes
  • comments behavior (options.uglifyOptions.comments/options.extractComments) (#​174) (321c9f6)
  • index: ensure to nullify inputSourceMap if sourcemap is unavailable (devtool) (#​169) (062ec72)
  • index: set maxConcurrentCallsPerWorker to 1 (options.parallel) (#​173) (07c57c1)

v1.1.8

Compare Source

Features
  • uglify: add missing toplevel, nameCache, keep_classnames, keep_fnames and safari10 options (uglifyOptions) (#​229) (990de2a)

1.1.8 (2018-01-29)

Bug Fixes
  • package: use prepare instead of prepublish for release (43ffa48)
Reverts
  • README: mangle.props instead of mangle.properties (44b77e3)

1.1.7 (2018-01-29)

Bug Fixes
  • index: reduce memory consumption (cacheKey.hash) (#​215) (2343274)

1.1.6 (2018-01-05)

Bug Fixes
  • index: don't pass compilation as an argument to UglifyJsPlugin.buildError (#​201) (339ca10)
Reverts

1.1.5 (2017-12-27)

Bug Fixes
  • package: use exact uglify-es version (dependencies) (#​199) (2e2ed36)

1.1.4 (2017-12-14)

Chores

1.1.3 (2017-12-14)

Refactoring
  • use serialize-javascript package instead own implementatin (#​183) (8d7ebcd)

1.1.2 (2017-11-30)

Chores

1.1.1 (2017-11-23)

Bug Fixes
  • comments behavior (options.uglifyOptions.comments/options.extractComments) (#​174) (321c9f6)
  • index: ensure to nullify inputSourceMap if sourcemap is unavailable (devtool) (#​169) (062ec72)
  • index: set maxConcurrentCallsPerWorker to 1 (options.parallel) (#​173) (07c57c1)

v1.1.7

Compare Source

Bug Fixes
  • package: use prepare instead of prepublish for release (43ffa48)
Reverts
  • README: mangle.props instead of mangle.properties (44b77e3)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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


  • If you want to rebase/retry this PR, check this box

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

@hibuno hibuno merged commit 9c9e762 into master Aug 23, 2019
@renovate renovate bot deleted the renovate/uglifyjs-webpack-plugin-2.x branch August 23, 2019 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants