rochdev / datadog-tracer-js

[DEPRECATED] OpenTracing tracer implementation for Datadog in JavaScript.
MIT License
39 stars 8 forks source link

An in-range update of sinon is breaking the build 🚨 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.3.2 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.3.1
Type devDependency

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

As sinon is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - βœ… **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/rochdev/datadog-tracer-js/builds/236467533?utm_source=github_status&utm_medium=notification) - ❌ **bitHound - Dependencies** 1 failing dependency. [Details](https://www.bithound.io/github/rochdev/datadog-tracer-js/9cdff548afcc6a01cd293ad605e495a243fd00a4/dependencies/npm#filter-failing-dep) - βœ… **bitHound - Code** No failing files. [Details](https://www.bithound.io/github/rochdev/datadog-tracer-js/9cdff548afcc6a01cd293ad605e495a243fd00a4/files?status=passing) - βœ… **codecov/patch** Coverage not affected when comparing 331ef15...9cdff54 [Details](https://codecov.io/gh/rochdev/datadog-tracer-js/commit/9cdff548afcc6a01cd293ad605e495a243fd00a4) - βœ… **codecov/project** 100% remains the same compared to 331ef15 [Details](https://codecov.io/gh/rochdev/datadog-tracer-js/commit/9cdff548afcc6a01cd293ad605e495a243fd00a4)

Release Notes Minor fixes
  • Fix failing sandbox.resetBehavior() (#1428)
  • Fix restoring getters/setters/values for previously unexisting props (#1419)
  • Called in order takes callCount into account. Closes #1398.
Commits

The new version differs by 17 commits.

  • 2463d10 Update docs/changelog.md and set new release id in docs/_config.yml
  • 2e6bb45 Add release documentation for v2.3.2
  • 87abc01 2.3.2
  • 96e8abe Update Changelog.txt and AUTHORS for new release
  • 2f941e2 Merge pull request #1406 from lucasfcosta/called-in-order-considers-callcount
  • 3af985a Merge pull request #1427 from fearphage/remove-try-from-tests
  • c81d76b Merge pull request #1428 from fatso83/failing-sandbox-reset
  • 0bf0a79 Fix failing sandbox.resetBehavior()
  • be4e53b Add failing tests for sandbox.reset()
  • fe049aa Add code snippet for createStubInstance (#1423)
  • 9e23c4a added rule to prevent try-catch usage in tests
  • 528a7dc switched from try-catch to assert.exception()
  • d8dac84 Add downloads per month banner to README.md
  • e933add Add site/_docs/ to .eslintignore
  • ebe37da Add documentation for "has" matcher on embedded objects (#1422)

There are 17 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: