donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

An in-range update of testdouble is breaking the build 🚨 #169

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency testdouble was updated from 3.12.5 to 3.13.0.

🚨 View failing branch.

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

testdouble 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.org/donejs/done-serve/builds/656165572?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 6 commits.

  • 650d795 3.13.0
  • 4621557 update support to node 10 & 12
  • e97d8a1 split this error in the same way for node 12
  • 7df0941 remove error comparison b/c node 12 changes things
  • 7799c34 fix bug caused by error being multiline in node 12
  • 8225518 upgrade the universe. seems to work

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

After pinning to 3.12.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 8ed503f 3.13.1
  • cff8fd8 13.0.1
  • 151db5e Merge pull request #427 from lumaxis/426-fix-verify-with-object
  • af593c0 Fix style issues
  • cca3700 Use toString when printing proxy description
  • 121dda3 Fix matcher detection for proxy objects
  • 841068a Add way to detect if object is a proxy
  • f1038f8 Add test for using object as argument with .when()
  • 8da6a9d Add tests for verifications with double object

See the full diff