Apollon77/smartmeter-obis

An in-range update of nock is breaking the build 🚨

Closed this issue Β· 2 comments

The devDependency nock was updated from 11.8.2 to 11.9.0.

🚨 View failing branch.

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

nock 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/appveyor/branch: Waiting for AppVeyor build to complete (Details).
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v11.9.0

11.9.0 (2020-02-13)

Features

  • allow passing a function to enableNetConnect() (#1889) (566461b)
Commits

The new version differs by 11 commits.

  • a275769 test: Update got to the latest version and fill in missing coverage (#1825)
  • 566461b feat: allow passing a function to enableNetConnect() (#1889)
  • 11c0542 Require Node 10+ (#1895)
  • e04d61d Update mkdirp to the latest version πŸš€ (#1857)
  • 9379f09 Do not return the nock global from cleanAll() (#1872)
  • 6c504c3 Drop support for String constructor (#1873)
  • 1fae725 refactor(test): use Mocha DSL for allow unmocked (#1894)
  • d0694a7 ci: move semantic-release to GitHub Action
  • 524dd29 test: fix assertRejects usage (#1890)
  • 5d3b270 refactor(test): Chai assert allow unmocked (#1891)
  • 5eaa5f5 Bump lolex and sinon (#1887)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

  • The devDependency nock was updated from 11.9.0 to 11.9.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.9.1

11.9.1 (2020-02-16)

Bug Fixes

  • revert breaking changes from v11.9.0 (062c10e)
Commits

The new version differs by 1 commits.

  • 062c10e fix: revert breaking changes from v11.9.0

See the full diff