patrickmichalina / fusing-angular-v1-archived

Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, Jest, Nightmare, and more!
https://fusing-angular.herokuapp.com
MIT License
6 stars 0 forks source link

Update html-minifier to the latest version 🚀 #263

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.5.19 of html-minifier was just published.

Dependency html-minifier
Current Version 3.5.16
Type devDependency

The version 3.5.19 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 html-minifier.

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.


Release Notes 3.5.19

Bug fixes

  • handle maxLineLength precisely around custom fragments & <!-- htmlmin:ignore --> (#930, #945)

Improvements

  • prefer https:// in documentation (#943)
  • convert to <!doctype html> for compressibility (#822, #944)
Commits

The new version differs by 9 commits.

  • 346f73d Version 3.5.19
  • 4d5283d fix corner cases in maxLineLength (#945)
  • 57bebd5 use lower case in useShortDoctype (#944)
  • f9c6ed9 Use https when possible. (#943)
  • 1616c85 Version 3.5.18
  • 68c978c update dependencies
  • fd8bc0f fix CLI option name
  • f35628a handle corner case when parsing DOCTYPE (#939)
  • 8ea23b4 Version 3.5.17

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-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   71.14%   71.14%           
=======================================
  Files          63       63           
  Lines        1019     1019           
  Branches      181      153   -28     
=======================================
  Hits          725      725           
  Misses        292      292           
  Partials        2        2

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 dcfad7d...1e9e068. Read the comment docs.