katallaxie / angular-preboot

:metal: A teeny tiny Angular (4 :tada:) seed to get your next great project booted. It is powered by great ideas and Webpack. It does AutoDLL, AoT, PostCss, Autoprefixer, and some other cool things.
MIT License
11 stars 1 forks source link

An in-range update of html-loader is breaking the build 🚨 #175

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.5.4 of html-loader was just published.

Branch Build failing 🚨
Dependency html-loader
Current Version 0.5.1
Type devDependency

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

html-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/katallaxie/angular-preboot/builds/325328132?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 8 commits.

  • 3872994 chore(release): 0.5.4
  • 7838692 chore(package): update dependencies
  • c62e6db ci(travis): simplify coverage reporting
  • 110f342 chore(.jsbeautifyrc): remove js-beautify
  • d98f6eb [#PR97] updates tests and docs
  • 1ef5de4 fix(index): escape double quotes correctly (options.interpolate) (#154)
  • 5d4342a docs(README): add link to html-minifier options (options.minimize) (#151)
  • 4b13d4c fix: ignore attribute if mailto: is present (#145)

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 0.5.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 0.5.5 just got published.

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

Release Notes v0.5.5

2018-01-17

Bug Fixes

  • index: don't prepend ./ to the URL on interpolate=require (options.interpolate) (#165) (9515410)
Commits

The new version differs by 3 commits.

  • 27026d2 chore(release): 0.5.5
  • 9515410 fix(index): don't prepend ./ to the URL on interpolate=require (options.interpolate) (#165)
  • 5af6884 docs(CHANGELOG): rm redundant entries

See the full diff