aknuds1 / bankai

DIY asset server
http://yoshuawuyts.com/bankai/
Apache License 2.0
0 stars 0 forks source link

An in-range update of html-minifier is breaking the build 🚨 #36

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 3.5.15 of html-minifier was just published.

Branch Build failing 🚨
Dependency html-minifier
Current Version 3.5.14
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

html-minifier is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/aknuds1/bankai/builds/367339907?utm_source=github_status&utm_medium=notification)

Release Notes 3.5.15

Improvements

  • supply context to minifyCSS custom processor (#909)
  • preserve input options (#910)
  • upgrade to grunt-browserify 5.3.0
Commits

The new version differs by 5 commits.

  • 5813319 Version 3.5.15
  • 43eb7dc update dependencies
  • a794697 preserve input options (#910)
  • a2ae883 supply context to minifyCSS custom processor (#909)
  • 78ae1a0 restore online web testing

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

After pinning to 3.5.14 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 3.5.16 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.5.16

Bug fixes

  • handle empty class attributes (#921, #922)
Commits

The new version differs by 6 commits.

  • 8043e97 Version 3.5.16
  • 9ecabca handle empty class attributes (#922)
  • a5cb4ea update dependencies
  • f93e5e3 improve handling of optional table section tags (#914)
  • 980a4a9 improve robustness of maxLineLength (#913)
  • 6f32488 add node-chakracore to Travis CI (#911)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.17 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.5.17

Improvements

  • upgrade to uglify-js 3.4.2
Commits

The new version differs by 7 commits.

  • 8ea23b4 Version 3.5.17
  • 8043e97 Version 3.5.16
  • 9ecabca handle empty class attributes (#922)
  • a5cb4ea update dependencies
  • f93e5e3 improve handling of optional table section tags (#914)
  • 980a4a9 improve robustness of maxLineLength (#913)
  • 6f32488 add node-chakracore to Travis CI (#911)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.18 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.5.18

Bug fixes

  • fix DOCTYPE parsing (#938, #939)
  • ensure CLI accepts --minify-urls

Improvements

  • upgrade to commander 2.16.0
Commits

The new version differs by 11 commits.

  • 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
  • 8043e97 Version 3.5.16
  • 9ecabca handle empty class attributes (#922)
  • a5cb4ea update dependencies
  • f93e5e3 improve handling of optional table section tags (#914)
  • 980a4a9 improve robustness of maxLineLength (#913)
  • 6f32488 add node-chakracore to Travis CI (#911)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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 15 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
  • 8043e97 Version 3.5.16
  • 9ecabca handle empty class attributes (#922)
  • a5cb4ea update dependencies
  • f93e5e3 improve handling of optional table section tags (#914)
  • 980a4a9 improve robustness of maxLineLength (#913)
  • 6f32488 add node-chakracore to Travis CI (#911)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.20 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.5.20

Bug fixes

  • handle custom fragments inside CSS more gracefully (#928, #929, #950)

Improvements

  • upgrade to clean-css 4.2.1
  • upgrade to commander 2.17.1
Commits

The new version differs by 3 commits.

  • b61dfcc Version 3.5.20
  • 6c237eb enhance ignoreCustomFragments in minifyCSS (#950)
  • 725afd5 update dependencies

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • 5494091 Version 3.5.21
  • c6ecb90 Support <!doctypehtml> in the parser
  • c3f5168 Update build
  • f625991 Merge pull request #970 from mathiasbynens/doctype
  • cf55c51 Merge pull request #965 from mathiasbynens/fix-ampersand
  • 7e8406e Use <!doctypehtml> (without the space) where possible
  • 9b0c7cc Prevent data loss when using decodeEntities
  • df720b3 handle clean-css errors correctly (#955)
  • dcb6941 fix STDIN handling of CLI (#956)
  • 1f8df44 fix --minify-urls in CLI (#957)
  • 2d34ad5 Update README.md (#954)
  • b61dfcc Version 3.5.20
  • 6c237eb enhance ignoreCustomFragments in minifyCSS (#950)
  • 725afd5 update dependencies

See the full diff