grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

An in-range update of callguard is breaking the build 🚨 #25

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency callguard was updated from 1.1.0 to 1.2.0.

🚨 View failing branch.

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

callguard is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/grantila/fetch-h2/builds/468411604?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.0

1.2.0 (2018-12-15)

Bug Fixes

  • package: Only release dist, don't save dist in repo (729f391)

Features

  • typings: Using strict-mode TypeScript (13aeb67)
Commits

The new version differs by 4 commits.

  • 13aeb67 feat(typings): Using strict-mode TypeScript
  • 729f391 fix(package): Only release dist, don't save dist in repo
  • a49ec45 chore(upstream): Bumped deps. e.g. istanbul -> nyc
  • 823efd7 chore(tooling): Added commitizen and semantic-release

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

After pinning to 1.1.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.2.1

1.2.1 (2018-12-15)

Bug Fixes

  • typings: Fixed typescript typings (d2825ee)
Commits

The new version differs by 1 commits.

  • d2825ee fix(typings): Fixed typescript typings

See the full diff