chenzhutian / hexo-all-minifier

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

Update html-minifier to the latest version 🚀 #76

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency html-minifier was updated from 3.5.21 to 4.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 4.0.0

Bug fixes

  • handle custom fragments within CSS/JS correctly (#1001, #1015)

Changes

  • Drop Node.js < 6 support

Improvements

  • implement continueOnParseError to treat invalid characters as text (#1004)
  • minify Content-Security-Policy (#947, #975, #1014)
  • upgrade to commander 2.19.0
  • upgrade to grunt-contrib-uglify 4.0.1
  • upgrade to gruntify-eslint 5.0.0
  • upgrade to uglify-js 3.5.1
Commits

The new version differs by 12 commits.

  • 4beb325 Version 4.0.0
  • 583e086 handle custom fragments within CSS/JS correctly (#1015)
  • 47b7042 minify Content-Security-Policy (#1014)
  • c810fa3 Update Jekyll's ignores. (#1013)
  • f3f080c Remove eslint-plugin-no-use-extend-native. (#1012)
  • da5c7a5 Update .gitattributes. (#1011)
  • c3a9ab7 Travis: remove only gh-pages branch. (#1010)
  • 5342a06 Drop Node.js < 6 support. (#1008)
  • df65c0c Update .travis.yml (#1006)
  • ce0e834 implement continueOnParseError (#1004)
  • fe4f5f8 use semver operators for dependencies (#1003)
  • 862d6a4 update dependencies (#1002)

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:

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files           5        5           
  Lines         190      190           
=======================================
  Hits          180      180           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3edd6f4...7f1cf33. Read the comment docs.