EuropeanRespiratorySociety / api-ers

ERS API
https://api.ersnet.org
MIT License
8 stars 0 forks source link

An in-range update of chai-http is breaking the build 🚨 #119

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency chai-http was updated from 4.2.0 to 4.2.1.

🚨 View failing branch.

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

chai-http 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/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/EuropeanRespiratorySociety/api-ers/builds/474344903?utm_source=github_status&utm_medium=notification)).

Release Notes for 4.2.1 / 2019-01-02

This patch fixes usability issues for TypeScript definitions.

Community Contributions

Code Features & Fixes

Commits

The new version differs by 5 commits.

  • 24ef17b Merge pull request #233 from austince/release/4.2.1
  • a84c598 4.2.1
  • 30b0f73 fix: add typings to package.json files (#230)
  • d0aa54a Merge pull request #224 from chaijs/build-travis-update-npm-token
  • 3d2544e build(travis): update npm token

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 4.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 4.3.0 / 2019-04-26

This feature release allows you to pass a Regular Expression to the redirectTo function.

expect(res).to.redirectTo(/^\/search\/results\?orderBy=desc$/);

Community Contributions

Code Features & Fixes

Commits

The new version differs by 2 commits.

See the full diff