ipfs-inactive/js-ipfs-http-client

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

greenkeeper opened this issue Β· 2 comments

The devDependency nock was updated from 11.3.3 to 11.3.4.

🚨 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
  • βœ… bundlesize: ./dist/index.min.js: 243.83KB < maxSize 245KB (gzip) (Details).
  • βœ… codecov/project: 86.53% remains the same compared to af6a5ed (Details).
  • βœ… codecov/patch: Coverage not affected when comparing af6a5ed...83ed419 (Details).
  • ❌ Travis CI - Branch: The build failed.

Release Notes for v11.3.4

11.3.4 (2019-09-12)

Bug Fixes

Commits

The new version differs by 6 commits.

  • fa0a08a fix: Fix crash when matching certain objects (#1714)
  • d7b2c92 refactor: Separate concerns of interceptor brokering and playback (+ other minor refactors) (#1677)
  • edce256 refactor: Refactor exports to reduce indirection (#1673)
  • c107817 refactor: Refactor recorder stringification (#1678)
  • 588cd1f docs(README): Add axios example (#1711)
  • 805df19 Update eslint-plugin-node to the latest version πŸš€ (#1705)

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.3.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency nock was updated from 11.3.4 to 11.3.5.

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

Release Notes for v11.3.5

11.3.5 (2019-09-20)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 59b345c fix(types): data matcher for body and query. (#1725)
  • 6b88dff Add TypeScript version to bug template (#1709)
  • ed47e59 refactor: Inline setHeader() function (#1722)
  • e35b370 refactor: Rename request_overrider -> intercepted_request_router (#1716)
  • f6e319d refactor: Avoid unnecessary call to setRequestHeaders after matching (#1719)
  • 96a6862 refactor: Remove unnecessary getHeader() function (#1717)
  • 7dca510 refactor: Split playbackInterceptor into its own module (#1712)

See the full diff