DBCDK / dk5

DK5 Digital
GNU Affero General Public License v3.0
0 stars 0 forks source link

An in-range update of css-loader is breaking the build 🚨 #308

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.28.5 of css-loader just got published.

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

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

As css-loader is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - βœ… **bitHound - Code** No failing files. [Details](https://www.bithound.io/github/DBCDK/tanterne/2fa8d66c0d78341ecb2557cca9a68196a474c123/files?status=passing) - βœ… **bitHound - Dependencies** No failing dependencies. [Details](https://www.bithound.io/github/DBCDK/tanterne/2fa8d66c0d78341ecb2557cca9a68196a474c123/dependencies/npm?status=passing) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/DBCDK/tanterne/builds/265485092?utm_source=github_status&utm_medium=notification)

Release Notes Release v0.28.5

0.28.5 (2017-08-17)

Bug Fixes

  • match mutliple dashes (options.camelCase) (#556) (1fee601)
  • stricter [@import](https://github.com/import) tolerance (#593) (2e4ec09)
Commits

The new version differs by 10 commits.

  • e16bdeb chore(release): 0.28.5
  • 53283a1 chore: Update yarn lock file from #565
  • 2e4ec09 fix: stricter @import tolerance (#593)
  • b92c941 docs(README): Fix ExtractTextPlugin example (#590)
  • 3440d55 test: add test for escaped selector (#584)
  • eadbd47 docs(README): fix link (#579)
  • 8dafee7 chore(package): update source-list-map v0.1.7...2.0.0 (dependencies) (#565)
  • 1fee601 fix: match mutliple dashes (options.camelCase) (#556)
  • c13c467 docs(README): add localIdentName to the options table (#551)
  • c2e0934 docs(README): fix broken link (#550)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 0.28.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 0.28.6 just got published.

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

Commits

The new version differs by 2 commits.

  • d18ee04 chore(release): 0.28.6
  • 63567f2 fix: add support for aliases starting with / (options.alias) (#597)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.28.7 just got published.

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

Release Notes Release v0.28.7

0.28.7 (2017-08-30)

Bug Fixes

  • pass resolver to localsLoader (options.alias) (#601) (8f1b57c)
Commits

The new version differs by 2 commits.

  • 7b52951 chore(release): 0.28.7
  • 8f1b57c fix: pass resolver to localsLoader (options.alias) (#601)

See the full diff

fvsdbc commented 7 years ago

Fixed