frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

Update uglifyjs-webpack-plugin to the latest version 🚀 #63

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 94.286% when pulling 2c52bc6af5b4fa917cb319d0306be0a7db4fce5a on greenkeeper/uglifyjs-webpack-plugin-2.0.0 into dd24edb377d10f4febb48ab687e2be73f425f11f on master.

greenkeeper[bot] commented 6 years ago

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