watson-developer-cloud / tone-analyzer-nodejs

Sample Node.js Application for the IBM Tone Analyzer Service
https://tone-analyzer-demo.ng.bluemix.net/
Apache License 2.0
453 stars 273 forks source link

An in-range update of watson-developer-cloud is breaking the build 🚨 #146

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency watson-developer-cloud was updated from 3.18.1 to 3.18.2.

🚨 View failing branch.

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

watson-developer-cloud 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/watson-developer-cloud/tone-analyzer-nodejs/builds/507091146?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.18.2

3.18.2 (2019-03-15)

Bug Fixes

  • make access_token an allowable query parameter in recognize / synthesize streams (a2ad09e)
Commits

The new version differs by 12 commits.

  • 7fd6471 chore(release): 3.18.2 [skip ci]
  • 923c668 Merge pull request #848 from watson-developer-cloud/allow-access-token-for-stt
  • a2ad09e fix: make access_token an allowable query parameter in recognize / synthesize streams
  • 900217b Merge pull request #846 from watson-developer-cloud/use-sdk-headers
  • 577e836 test: remove dialog tests
  • e46d98c refactor: rename internal method from getDefaultHeaders to getSdkHeaders
  • f0f077d Merge pull request #845 from watson-developer-cloud/separate-core-code
  • 118ff7f test: update conversation/assistant tests to match service changes
  • b0c68f2 chore: fix order of imports
  • 6599c87 Merge pull request #842 from watson-developer-cloud/mamoonraja-patch-1
  • ab815db refactor: replace shared functionality files with a new dependency, ibm-cloud-sdk-core
  • 00c0eaa chore: update issue templates

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 3.18.1 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 v3.18.3

3.18.3 (2019-03-19)

Bug Fixes

  • expose token manager from core code as a module (4376e7c)
Commits

The new version differs by 3 commits.

  • f4e0a7e chore(release): 3.18.3 [skip ci]
  • f4fd65f Merge pull request #850 from watson-developer-cloud/add-interface-for-token-manager
  • 4376e7c fix: expose token manager from core code as a module

See the full diff