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 css-loader is breaking the build 🚨 #176

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.28.8 of css-loader was just published.

Branch Build failing 🚨
Dependency css-loader
Current Version 0.28.7
Type devDependency

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

css-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/325336679?utm_source=github_status&utm_medium=notification)

Release Notes v0.28.8

2018-01-05

Bug Fixes

  • loader: correctly check if source map is undefined (#641) (0dccfa9)
  • proper URL escaping and wrapping (url()) (#627) (8897d44)
Commits

The new version differs by 10 commits.

  • 0fc46c7 chore(release): 0.28.8
  • 333a2ce chore(package): update dependencies
  • 39773aa ci(travis): use npm
  • 8897d44 fix: proper URL escaping and wrapping (url()) (#627)
  • 0dccfa9 fix(loader): correctly check if source map is undefined (#641)
  • d999f4a docs: Update importLoaders documentation (#646)
  • 05c36db test: removed redundant modules argument (#599)
  • c45fa66 test: add case for url processing (#603)
  • 7039740 docs(README): add anchor tags to options table (#609)
  • 0840c80 Fix markdown for link to webpack resolve.alias doc (#595)

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.28.7 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.28.9 just got published.

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

Release Notes v0.28.9

2018-01-17

Bug Fixes

Commits

The new version differs by 3 commits.

  • 630579d chore(release): 0.28.9
  • 604bd4b chore(package): update dependencies
  • d1d8221 fix: ignore invalid URLs (url()) (#663)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.28.10 just got published.

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

Release Notes v0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)
Commits

The new version differs by 3 commits.

  • c35d8bd chore(release): 0.28.10
  • 9f876d2 fix(getLocalIdent): add rootContext support (webpack >= v4.0.0) (#681)
  • 0452f26 test: hashes inside @font-face url (#678)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.28.11 just got published.

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

Release Notes v0.28.11

2018-03-16

Bug Fixes

  • lib/processCss: don't check mode for url handling (options.modules) (#698) (c788450)
Commits

The new version differs by 2 commits.

  • df497db chore(release): 0.28.11
  • c788450 fix(lib/processCss): don't check mode for url handling (options.modules) (#698)

See the full diff