Becklyn / mojave

A library of commonly used JavaScript tools and helpers by Becklyn
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Update dependency kaba to v6 #111

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates devDependency kaba (source) from v5.0.4 to v6.0.0


Release Notes

6.0.0

Compare Source

💥 Breaking Changes

The CLI interface has (slightly) changed. See the docs for the new ways to call kaba now.

✨ Improvements

  • Use faster and smaller libs internally
  • Flags are now ordered alphabetically in the help text
  • Use terser instead of uglify – a maintained and faster version of uglify.
  • The bundle analyzer is now an optional dependency. It is only required if you actually use it. (the bundle analyzer has a long list of dependencies, so now the installation of kaba should be faster)

🐛 Bug Fixes

  • The directory of the dependencies file is no always created (this has crashed in the past)
  • webpack now uses the default module resolution.
  • Properly generate source maps in TypeScript

🛠 Internal

  • Use babel v7


This PR has been generated by Renovate Bot.