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 already is breaking the build 🚨 #89

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency already was updated from 1.10.1 to 1.11.0.

🚨 View failing branch.

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

already 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 failed ([Details](https://travis-ci.org/github/grantila/fetch-h2/builds/662708537?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.11.0

1.11.0 (2020-03-15)

Features

  • mjs: added support for mjs (es modules) (80c9bb3)
Commits

The new version differs by 2 commits.

  • 80c9bb3 feat(mjs): added support for mjs (es modules)
  • f9c8654 ci(github-actions): Added GitHub workflows for build, test and 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 4 years ago

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

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.11.1

1.11.1 (2020-03-15)

Bug Fixes

  • funnel: fixed potential memory leak (fe00e08), closes #27
Commits

The new version differs by 2 commits.

  • fe00e08 fix(funnel): fixed potential memory leak
  • 18e48ab docs(readme): added mjs support to README

See the full diff