chenzhutian / hexo-all-minifier

A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
MIT License
279 stars 30 forks source link

Update imagemin to the latest version 🚀 #82

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency imagemin was updated from 6.1.0 to 7.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 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

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: