hoodiehq / hoodie-account-client

:dog: Account client API for the browser
https://hoodiehq.github.io/hoodie-account-client
Apache License 2.0
11 stars 24 forks source link

An in-range update of before-after-hook is breaking the build 🚨 #184

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency before-after-hook was updated from 1.1.0 to 1.2.0.

🚨 View failing branch.

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

before-after-hook 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/hoodiehq/hoodie-account-client/builds/449000475?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.0

1.2.0 (2018-10-31)

Bug Fixes

  • remove es6 features for browser compatibility (933ca1c)

Features

  • hook.wrap() & hook.remove() (e7422a4)
Commits

The new version differs by 21 commits.

  • 933ca1c fix: remove es6 features for browser compatibility
  • bcb876c docs: update .wrap() usage examples
  • 10cdcd7 build(package): update lock file
  • a73c634 ci(travis): skip release stage unless on master
  • e7422a4 feat: hook.wrap() & hook.remove()
  • 30af134 test: hook.wrap() & hook.remove()
  • 0d6560d docs(examples): Test mock example
  • 08cc25f build(package): package-lock.json
  • 892ef08 docs(README): hook.wrap() & hook.remove()
  • a317106 ci(travis): "cache: npm"
  • 9bd8929 style: standard
  • 6d0cd3e chore(package): update standard to version 12.0.1
  • f5c452e chore(package): update tap-spec to version 5.0.0
  • 21145f6 ci(travis): stop testing in Node 4
  • 1bee1e9 ci(travis): Update to node 10 (#28)

There are 21 commits in total.

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 5 years ago

After pinning to 1.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 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.0

1.3.0 (2018-12-27)

Features

Commits

The new version differs by 3 commits.

  • 06293c1 feat(#48): Typescript definitions
  • b461c97 ci(travis): make tests pass in node 6
  • 13842e4 docs(README): weekly downloads badge

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.1

1.3.1 (2018-12-29)

Bug Fixes

Commits

The new version differs by 1 commits.

  • ff22684 fix: better TypeScript definitions (#49)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.2

1.3.2 (2019-01-11)

Bug Fixes

  • hook passes option when no handlers are defined (9531548)
Commits

The new version differs by 2 commits.

  • 9531548 fix: hook passes option when no handlers are defined
  • 2426fa0 test: hook passes option when no handlers are defined

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.0

1.4.0 (2019-03-04)

Features

  • new Hook.Singular for better Typescript support (#52) (d1e515f)
Commits

The new version differs by 2 commits.

  • 3f630e1 refactor: user var instead of const for now, update deprecation message
  • d1e515f feat: new Hook.Singular for better Typescript support (#52)

See the full diff