davidosomething / 16.davidosomething.com

davidosomething.com static site, 2016 version
https://davidosomething.com
12 stars 2 forks source link

Update imagemin-pngquant to the latest version 🚀 #171

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency imagemin-pngquant was updated from 6.0.1 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:

  • Rename floyd option to dithering and drop the nofs option 515fb7e
  • Change the quality option to accept an array of min and max elements and use fractional numbers 0e0edd2
    {quality: '60-80'} → {quality: [0.6, 0.8]}

Other:

Commits

The new version differs by 10 commits.

  • cdf2f26 7.0.0
  • b2ad077 Add TypeScript definition (#54)
  • 0e0edd2 Fix the quality option
  • fdac781 Update dependencies
  • fd535b0 Change the quality option to be a float from 0 to 1
  • 201aa20 Add strict options checks
  • e6c1b97 Docs improvements
  • 507d8ab Fix the documented quality option type
  • b96f2ac Fix the default documented value for the dithering option
  • 515fb7e Rename floyd option to dithering and drop the nofs option

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: