Skip to content

Update dependency uglifyjs-webpack-plugin to v1.3.0 #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 19, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uglifyjs-webpack-plugin 1.0.0-beta.2 -> 1.3.0 age adoption passing confidence

Release Notes

webpack-contrib/uglifyjs-webpack-plugin

v1.3.0

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

Compare Source

Bug Fixes

v1.2.6

Compare Source

Bug Fixes

v1.2.5

Compare Source

Bug Fixes
Performance Improvements

v1.2.4

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

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

Compare Source

Bug Fixes

v1.2.1

Compare Source

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

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

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

v1.1.7

Compare Source

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

v1.1.6

Compare Source

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

v1.1.5

Compare Source

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

v1.1.4

Compare Source

Chores

v1.1.3

Compare Source

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

v1.1.2

Compare Source

Chores

v1.1.1

Compare Source

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

Compare Source

Bug Fixes
  • index: exclude is ignored (options.exclude) (#​164) (ad17690)
  • pass of {Boolean|Function} parameters being ignored (options.extractComments) (#​168) (2c06f46)
Features

1.0.1 (2017-10-24)

Bug Fixes
  • minify: nameCache assignment (uglifyOptions.nameCache) (#​147) (af11e8e)

v1.0.1

Compare Source

Bug Fixes
  • minify: nameCache assignment (uglifyOptions.nameCache) (#​147) (af11e8e)

v1.0.0

Compare Source

Features
Bug Fixes
  • deps: cacache@10 with ISC licence (#​145) (9331034)
  • typo "filterd" -> "filtered" (#​37) (238c373)
  • package: mv uglify2 to dependencies && update peerDependencies (#​45) (93b0cd2)
  • uglify: use Compress API not ast.transform (990f2e2)
Code Refactoring
BREAKING CHANGES
  • Enforces peerDependencies of "webpack": ">= 3.0.0-rc.0 || ^3.0.0".
  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10

v1.0.0-rc.0

Compare Source

1.0.0-rc.0 (2017-10-23)

v1.0.0-beta.3

Compare Source

1.0.0-beta.3 (2017-09-29)


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.


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

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

@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from 54cdd0b to 98cd6f2 Compare January 29, 2018 18:46
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.1.6 Update dependency uglifyjs-webpack-plugin to v1.1.7 Jan 29, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from 98cd6f2 to 5b84ab1 Compare January 29, 2018 20:47
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.1.7 Update dependency uglifyjs-webpack-plugin to v1.1.8 Jan 29, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from 5b84ab1 to d9e5450 Compare February 16, 2018 23:03
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.1.8 Update dependency uglifyjs-webpack-plugin to v1.2.0 Feb 16, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from d9e5450 to 4705e48 Compare February 23, 2018 19:06
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.0 Update dependency uglifyjs-webpack-plugin to v1.2.1 Feb 23, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from 4705e48 to b7be4e6 Compare February 24, 2018 01:29
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.1 Update dependency uglifyjs-webpack-plugin to v1.2.2 Feb 24, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from b7be4e6 to ae2bd27 Compare March 10, 2018 22:43
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.2 Update dependency uglifyjs-webpack-plugin to v1.2.3 Mar 10, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from ae2bd27 to 1a95748 Compare March 16, 2018 15:22
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.3 Update dependency uglifyjs-webpack-plugin to v1.2.4 Mar 16, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from 1a95748 to f979000 Compare April 18, 2018 17:26
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.4 Update dependency uglifyjs-webpack-plugin to v1.2.5 Apr 18, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from f979000 to dd5fcda Compare June 20, 2018 14:49
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.5 Update dependency uglifyjs-webpack-plugin to v1.2.6 Jun 20, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from dd5fcda to af6b608 Compare June 25, 2018 18:28
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.6 Update dependency uglifyjs-webpack-plugin to v1.2.7 Jun 25, 2018
@renovate renovate bot force-pushed the renovate/uglifyjs-webpack-plugin-1.x branch from af6b608 to 4d4e553 Compare August 14, 2018 15:37
@renovate renovate bot changed the title Update dependency uglifyjs-webpack-plugin to v1.2.7 Update dependency uglifyjs-webpack-plugin to v1.3.0 Aug 14, 2018
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant