jhunken / sliced.tv

sliced.tv
https://sliced.tv
1 stars 0 forks source link

An in-range update of eslint-plugin-jasmine is breaking the build 🚨 #223

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.10.0 of eslint-plugin-jasmine was just published.

Branch Build failing 🚨
Dependency eslint-plugin-jasmine
Current Version 2.9.3
Type dependency

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

eslint-plugin-jasmine is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/jhunken/sliced.tv/1770?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)

Release Notes v2.10.0

<a name"2.10.0">

2.10.0 (2018-05-10)

Features

  • rule: add rule to disallow promise without done.fail (9bd0f76e)
Commits

The new version differs by 2 commits.

  • 0c29526 fix(docs,tests): add arrow functions in tests, update docs, remove insideReturnStatement
  • 9bd0f76 feat(rule): add rule to disallow promise without done.fail

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 2.9.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.10.1

<a name"2.10.1">

2.10.1 (2018-05-17)

Bug Fixes

  • rule: allow done.fail in first argument of then (76a524e1)
Commits

The new version differs by 1 commits.

  • 76a524e fix(rule): allow done.fail in first argument of then

See the full diff