gerard2perez / koaton-cli

Command Line Tool for the koaton project
Mozilla Public License 2.0
2 stars 1 forks source link

Update imagemin to the latest version 🚀 #38

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 6.0.0 of imagemin was just published.

Dependency imagemin
Current Version 5.3.1
Type dependency

The version 6.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of imagemin.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 8 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:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v6.1.0
  • Stop returning original file when the optimization is larger than the original file (#285) 744a6c2
Commits

The new version differs by 3 commits.

  • b3da5d3 6.1.0
  • 620bb8c Bump dependencies and meta tweaks
  • 744a6c2 Stop returning original file when the optimization is larger than the original file (#285)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v7.0.0

Breaking:

  • Require Node.js 8 801a885
  • Move output argument to an option called destination 801a885 8dd5a14
  • Rename .path to .destinationPath and add .sourcePath cc0171e

Enhancements:

v6.1.0...v7.0.0

Commits

The new version differs by 8 commits.

  • b27ba85 7.0.0
  • 8dd5a14 Rename output option to destination
  • cc0171e Rename .path to .destinationPath and add .sourcePath
  • 04edf5a Add glob option
  • 801a885 Require Node.js 8 and move output argument to options
  • 6745ce3 Filter out junk files (#284)
  • d837afb Use Travis to test on Windows (#309)
  • d9da21c Fix usage example for imagemin-pngquant

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀