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 🚨 #15

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.25 of mongodb just got published.

Branch Build failing 🚨
Dependency mongodb
Current Version 2.2.24
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/212093347)
Commits

The new version differs by 25 commits .

  • 915d5c8 Updated version and history to 2.2.25
  • e393123 Fixed aggregation test so it does not run against mongodb < 2.6
  • a53fd2c Moved generator based aggregation test to generator_based_tests.js
  • 6e8de4d Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • a0e70e4 test fix for travis
  • a57ab85 Merge pull request #1494 from vkarpov15/patch-2
  • 0bfde22 NODE-957 Added cursor test that shows cursor closed when batchSize < 0
  • 6ef70b8 fix: don't rely on global toString() for checking if object
  • 791728e NODE-954 Remove write concern from reindex helper as it will not be supported in 3.6
  • 8ec9bf5 NODE-953 Made batchSize issue general at cursor level
  • 7e6ccb2 Merge pull request #1491 from mbroadst/NODE-953
  • 3465090 Merge pull request #1490 from Annoraaq/patch-3
  • b5c188b fix(collection): pass batchSize to AggregationCursor
  • 1bdbac2 Changed wrong return type in documentation
  • 3230385 NODE-950 modified the index generation as suggested by Matt

There are 25 commits in total. 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: