DBCDK / dk5

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

An in-range update of babel-loader is breaking the build 🚨 #287

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.1.1 of babel-loader just got published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 7.1.0
Type dependency

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

babel-loader is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

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

Release Notes 7.1.1

πŸ› Bug Fix

  • Do not read .babelrc for cache identifier when babelrc=false (#483) (Russ Tyndall)

πŸ“ Documentation

  • Update README.md for webpack 3.x (#476) (Pierre Neter)

🏠 Internal

  • Update eslint to the latest version πŸš€ (#482) (greenkeeper[bot])
  • chore(package): update husky to version 0.14.0 (#475) (greenkeeper[bot])
Commits

The new version differs by 6 commits.

  • 5953fcf 7.1.1
  • f3cacd9 Update yarn.lock
  • 0815f48 Update eslint to the latest version πŸš€ (#482)
  • aefe583 Do not read .babelrc for cache identifier when babelrc=false (#483)
  • c8924f3 chore(package): update husky to version 0.14.0 (#475)
  • 6063373 Update README.md for webpack 3.x (#476)

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 7.1.0 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 7.1.2 just got published.

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

Release Notes 7.1.2

πŸ› Bug Fix

  • Add the message in BabelLoaderError's stack trace on node 8 (#499) (Stephen Jennings)
  • Do not swallow errors in exists() and only call exists if option is string (#495) (Nelo Mitranim)

πŸ“ Documentation

  • README: fix typo (#498) (Piper Chester)

🏠 Internal

  • Update ava to the latest version πŸš€ (#500) (greenkeeper[bot])
  • Update ava to the latest version πŸš€ (#491) (greenkeeper[bot])
  • Update ava to the latest version πŸš€ (#487) (greenkeeper[bot])
Commits

The new version differs by 8 commits.

  • 1ca5c78 7.1.2
  • 43543b7 Update dependencies
  • 8558593 Add the message in BabelLoaderError's stack trace (#499)
  • ffdf7f1 Update ava to the latest version πŸš€ (#500)
  • 87b91f0 README: fix typo (#498) [skip ci]
  • f0bbb68 Do not swallow errors in exists() and only call exists if option is string (#495)
  • 62ae6cc Update ava to the latest version πŸš€ (#491)
  • 5e76bb7 Update ava to the latest version πŸš€ (#487)

See the full diff

fvsdbc commented 7 years ago

Fixed