all-contributors/cli

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

greenkeeper opened this issue Β· 2 comments

The devDependency nock was updated from 12.0.1 to 12.0.2.

🚨 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

Release Notes for v12.0.2

12.0.2 (2020-03-01)

Bug Fixes

  • types: remove inaccurate Scope.restore method (#1940) (fa3c237)
Commits

The new version differs by 9 commits.

  • fa3c237 fix(types): remove inaccurate Scope.restore method (#1940)
  • 2c6c9dd refactor(test): move test assets to tests dir (#1931)
  • 9375dcd refactor(test): Mocha DSL for event tests (#1928)
  • 0cfa0ed refactor(test): Mocha DSL for fake timers and gzip (#1927)
  • 9cbb707 refactor(test): Chai assert header matching (#1925)
  • 634ff29 docs: update table of past node/nock version support (#1924)
  • 19bae09 refactor(test): Chai assert & Mocha DSL querystring encoding (#1926)
  • 9dcd747 refactor(test): Mocha DSL for request overrider (#1923)
  • 4bcefea chore: remove mkdirp (#1922)

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 12.0.1 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 12.0.2 to 12.0.3.

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

Release Notes for v12.0.3

12.0.3 (2020-03-17)

Bug Fixes

Commits

The new version differs by 11 commits.

  • d81c260 fix(router): stall finish event to avoid dup (#1954)
  • 9348d65 refactor(test): Mocha DSL for ClientRequest, complex query, & Content Encoding (#1955)
  • 92575b6 refactor(test): Chai assert basic auth & body match (#1952)
  • bcdb4d0 refactor(test): Chai assert defaultReplyHeaders (#1951)
  • 1080675 refactor(test): consolidate local http server creation (#1950)
  • 263fe91 chore(deps): bump acorn from 7.1.0 to 7.1.1
  • 2908894 refactor(test): Chai assert ClientRequest & content encoding (#1945)
  • 21f2d88 refactor(test): Mocha DSL for header matching (#1946)
  • afbd343 refactor(test): Mocha DSL for destroy & dynamic mocks. (#1941)
  • 06767a2 refactor(test): Chai assertions in delay tests (#1939)
  • f582120 refactor(test): Chai assert destroy & dynamic mock (#1938)

See the full diff