bigchaindb/js-bigchaindb-driver

An in-range update of query-string is breaking the build 🚨

greenkeeper opened this issue Β· 5 comments

The dependency query-string was updated from 6.1.0 to 6.2.0.

🚨 View failing branch.

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

query-string 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).

Commits

The new version differs by 8 commits.

  • eda1fdc 6.2.0
  • f0b7db4 Meta tweaks
  • b20493e Do not sort when sort option is set to false (#155)
  • 5b4ce87 Support hash in parseUrl() (#151)
  • ff8eef3 Add readme note about create-react-app (#156)
  • 006f019 Bump fast-check version and adapt properties (#154)
  • b4dee48 Fix lint error (#149)
  • 61fbada Fix failing tests in Node 10 caused by wrong sort option type (#142)

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

  • The dependency query-string was updated from 6.2.0 to 6.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.3.0

v6.2.0...v6.3.0

Commits

The new version differs by 5 commits.

  • c138b11 6.3.0
  • 2c2e77a Add TypeScript definition (#168)
  • e232cb3 Fix sort example for stringify method (#163)
  • 9e11676 Fix readme usage example for sort: false (#161)
  • b5a51a7 Readme tweak

See the full diff

  • The dependency query-string was updated from 6.3.0 to 6.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.4.0
  • Add comma format to the arrayFormat option (#167) b22c2af
  • Fix the ParsedQuery TypeScript type (#170) 49d2203

v6.3.0...v6.4.0

Commits

The new version differs by 4 commits.

  • a429c8e 6.4.0
  • 2477183 Improve docs
  • b22c2af Add comma format to the arrayFormat option (#167)
  • 49d2203 Fix failing test and ParsedQuery TypeScript type (#170)

See the full diff

  • The dependency query-string was updated from 6.4.1 to 6.4.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 484c921 6.4.1
  • 78e321c Correctly handle query strings that contain = (#169)

See the full diff

  • The dependency query-string was updated from 6.4.2 to 6.5.0.

Your tests are still failing with this version. Compare changes