huan / node-facenet

Solve face verification, recognition and clustering problems: A TensorFlow backed FaceNet implementation for Node.js.
https://zixia.github.io/node-facenet/
Apache License 2.0
405 stars 77 forks source link

An in-range update of ts-node is breaking the build 🚨 #138

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 6.1.1 of ts-node was just published.

Branch Build failing 🚨
Dependency ts-node
Current Version 6.1.0
Type devDependency

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

ts-node 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.com/zixia/node-facenet/builds/75998876?utm_source=github_status&utm_medium=notification)

Release Notes Remove `emitDeclarationOnly`

Fixed

  • Delete emitDeclarationOnly from configuration to ensure config is valid
Commits

The new version differs by 3 commits.

  • e034830 6.1.1
  • 8a1cbe0 Promote local install over global in README (#590)
  • 1063e28 Delete emitDeclarationOnly from config (#605)

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 6.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 6 years ago

Version 6.1.2 just got published.

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

Release Notes CLI Flags

Fixed

  • Correct CLI default flags using environment variables
  • Use buffer-from module for old-node.js compatibility

Added

  • Awesome new logo to README!
Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.2.0 just got published.

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

Release Notes Files Config Flag

Added

  • New flag (--files) can be used to disable loading files from tsconfig.json by default
Commits

The new version differs by 2 commits.

See the full diff