digitalsadhu / loopback-component-jsonapi

JSONAPI support for loopback.
MIT License
101 stars 32 forks source link

An in-range update of @commitlint/cli is breaking the build 🚨 #275

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.1.3 of @commitlint/cli was just published.

Branch Build failing 🚨
Dependency @commitlint/cli
Current Version 6.1.2
Type devDependency

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

@commitlint/cli 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 - ❌ **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/15778236) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/digitalsadhu/loopback-component-jsonapi/builds/348268868?utm_source=github_status&utm_medium=notification)

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

Version 6.2.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v6.2.0

Features

  • print commit message when the message is invalid (86c34f1), closes #222
  • rules: support array for scope-case and type-case (#312) (1f46b9f), closes #307

Bug Fixes

  • ensure: ignore word delimiters for case matching #291 (fa69299)