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 uglifyjs-webpack-plugin to the latest version 🚀 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Sep 14, 2018

The devDependency uglifyjs-webpack-plugin was updated from 1.3.0 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v2.0.0

2.0.0 (2018-09-14)

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
Commits

The new version differs by 1 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2018

Update to this version instead 🚀

Release Notes for v2.0.1

2.0.1 (2018-09-18)

Bug Fixes

  • decrease minimum required uglify-js version (#357) (dc9d038)
Commits

The new version differs by 2 commits.

  • e1a67c1 chore(release): 2.0.1
  • dc9d038 fix: decrease minimum required uglify-js version (#357)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for v2.1.0

2.1.0 (2018-12-22)

Bug Fixes

Features

  • chunkFilter option for filtering chunks (#382) (1e58c99)
Commits

The new version differs by 10 commits.

  • e3eff76 chore(release): 2.1.0
  • 65a30da fix: regenerate contenthash when assets was minified (#386)
  • f61439d fix: more consistent cache (#385)
  • 15e38e8 refactor: update defaults (#384)
  • beaf1ad fix: dedupe extracted comments (#383)
  • 1e58c99 feat: chunkFilter option for filtering chunks (#382)
  • 1282b87 docs: improve readme (#381)
  • aa7a9fc fix: catch worker-farm errors (#380)
  • bf36e21 fix: chunks is a Set in webpack@5 (#365)
  • 96cfdb5 docs: fix github templates (#361)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2018

Update to this version instead 🚀

Release Notes for v2.1.1

2.1.1 (2018-12-27)

Bug Fixes

  • don't crash when no extracted comments (#387) (68ad71c)
Commits

The new version differs by 2 commits.

  • a3ac27a chore(release): 2.1.1
  • 68ad71c fix: don't crash when no extracted comments (#387)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2019

Update to this version instead 🚀

Release Notes for v2.1.2

2.1.2 (2019-02-25)

Bug Fixes

  • invalidate cache after changing node version (#396) (380bb54)
Commits

The new version differs by 4 commits.

  • 9bc2fde chore(release): 2.1.2
  • 380bb54 fix: invalidate cache after changing node version (#396)
  • a5121cf chore(defaults): update (#395)
  • d7ae327 docs: fix typo in changelog (#388)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2019

Update to this version instead 🚀

Release Notes for v2.1.3

2.1.3 (2019-05-15)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 4c9abe6 chore(release): 2.1.3
  • 7619736 fix: disable parallel on WSL (#403)
  • 51ee60e chore(defaults): update (#402)
  • d117827 fix: fallback for cache directory (#401)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 31, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 31, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants