hexjelly / url-shortener-microservice

FreecodeCamp API project: URL Shortener Microservice API
MIT License
2 stars 0 forks source link

An in-range update of mongodb is breaking the build 🚨 #2

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.17 of mongodb just got published.

Branch Build failing 🚨
Dependency mongodb
Current Version 2.2.16
Type dependency

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

As mongodb is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/hexjelly/url-shortener-microservice/builds/188502597)
Commits

The new version differs by 6 commits .

  • 2bb9a7b Test fixes and upgraded topology manager
  • 8f768ef updated createCollection doc options and linked to create command
  • 897dabc Made some tests more robust
  • bcaf5c7 moved test to generator test case file
  • 83ba471 Added test to verify connectTimeoutMS and socketTimeoutMS are passed down correctly for mongos topology
  • b55176b Added test ensuring uri socketTimeoutMS and connectTimeoutMS passed down correctly

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.2.16 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.2.18 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

  • f89bed0 Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6. Updated version to 2.2.18

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.20 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits .

  • 25b2fca Updated mongodb-core to 2.1.5 to include bson 1.0.4 and bson-ext 1.0.4 due to Buffer.from being broken in early node 4.x versions. Updated driver to V2.2.20
  • 825214a Merge pull request #1452 from ovvn/2.2
  • c847e45 Merge pull request #1450 from aurium/patch-1
  • de05643 Merge pull request #1460 from vkarpov15/patch-1
  • e411de7 Merge pull request #1461 from jeffycyang/2.2
  • 1a3c7f5 Merge pull request #1462 from steveren/DOCS-9742
  • c43dc20 DOCS-9742: fix aggregation example
  • 6a28429 Fix typo in test comments
  • fa43d82 docs(collection): document ordered option for insertMany
  • 54da16f Fix typo in comments.
  • 620764a Fix typo

See the full diff.