locdb / loc-db

This is the central component of the LOC-DB project.
9 stars 2 forks source link

An in-range update of mongoose is breaking the build 🚨 #34

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 5.1.2 of mongoose was just published.

Branch Build failing 🚨
Dependency mongoose
Current Version 5.1.1
Type dependency

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

mongoose 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 could not complete due to an error [Details](https://travis-ci.org/locdb/loc-db/builds/381849813?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 60 commits.

  • a8352e9 Merge branch 'master' of github.com:Automattic/mongoose
  • 5fbff00 chore: release 5.1.2
  • 30b9432 Merge pull request #6490 from distancesprinter/patch-1
  • cfdb51e chore: add carbon cpc ads
  • 476d466 chore: add todo re: concat()
  • 6ee94e1 fix(array): use push() instead of concat() because of array subclassing quirks in node v4 and v5
  • 91c49fb Updated guide.jade to include new SchemaTypes
  • 7af1221 Merge branch 'master' of github.com:Automattic/mongoose
  • 7edfede fix(array): use custom array class to avoid clobbered property names
  • 04132c3 test(document): repro #6431
  • 7cd160e Merge pull request #6486 from lineus/fix-6478
  • 8b2eaa3 make MongooseMap.toJSON return a serialized object
  • 7b009a1 chore: bump to latest acquit
  • f24868f docs(connection): document useDb()
  • e4efcf8 style: fix lint re: #6435

There are 60 commits in total.

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 5.1.3 just got published.

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

Commits

The new version differs by 44 commits.

  • c1a6fc6 chore: release 5.1.3
  • 8e4337d fix(document): support set() on path underneath array embedded discriminator
  • 3d433a2 test(document): repro #6526
  • 9ece1f8 fix(document): handle set() on path under embedded discriminator with object syntax
  • 3228dc8 test(document): repro #6482
  • 4030aeb Merge pull request #6511 from lineus/feature-6456
  • 36a8ffc style: add space
  • 4904e96 Merge branch 'master' of github.com:Automattic/mongoose
  • a3352f6 fix(populate): handle virtual populate under single nested doc under embedded discriminator
  • 2a2f9c8 test(populate): repro #6488
  • 84141c6 Merge pull request #6527 from lineus/fix-6517
  • 4160f19 createConnection should take an extended model too
  • e083aa1 fix(document): handle doc.set() underneath embedded discriminator
  • 742ef81 test(document): repro #6482
  • 3c15f47 Merge pull request #6514 from ChristianMurphy/update-dependencies

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.4 just got published.

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

Commits

The new version differs by 27 commits.

  • 38d4aa7 chore: release 5.1.4
  • 48ac62b docs(lambda): add info on what happens if database does down between lambda function calls
  • ab26fea Merge pull request #6550 from lineus/docs-yeahIbrokethat
  • 86c0488 fix: bump mongodb -> 3.0.9 for handling multiple mongos disconnects
  • 793ecc0 adding hr tags for parallel save error and add something
  • 2648773 fix(update): allow updating embedded discriminator path if discriminator key is in filter
  • a528c89 test(model): repro #5841
  • b0e3893 test(populate): add coverage for remaining cases for #6498
  • 39c5fbd Merge pull request #6537 from lineus/fix-6509
  • aec8136 Merge pull request #6545 from iblamefish/patch-1
  • 5654683 Merge pull request #6539 from lineus/fix-6528
  • 10836b6 Fix broken Connection pools anchor
  • 0b21110 fix(populate): propagate lean() down to subpopulate
  • d25403c test(populate): repro part 1 of #6498
  • 131030b dont use full argument signature when subpopulating with options

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.5 just got published.

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

Commits

The new version differs by 35 commits.

  • 374c117 chore: release 5.1.5
  • 2803b0f test: skip webpack on older node versions and bump timeout
  • b6e11c2 style: fix lint
  • 5c217c9 test(webpack): add missing file
  • 0f681dd docs(browser): create new browser docs page
  • c85a282 chore: bump lockfile
  • 6049f4c chore: bump acquit -> 1.0.0
  • d4b18d1 Merge branch 'master' of github.com:Automattic/mongoose
  • 6909d30 fix(populate): handle virtual populate with embedded discriminator under single nested subdoc
  • 512e090 test(populate): repro #6571
  • 689e0e1 Merge pull request #6575 from lineus/docs-6567
  • 9ed16ed style: fix lint
  • 335e09f Merge pull request #6563 from lineus/docs-find-projection
  • d156188 Merge pull request #6560 from l33ds/patch-1
  • 1545313 Merge pull request #6559 from lineus/fix-6554

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.6 just got published.

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

Commits

The new version differs by 69 commits.

  • 144fd69 chore: release 5.1.6
  • e4a90bf docs: make guides.jade title for browser lib more concise
  • 9c715c3 chore: add cpm to guides.jade
  • 76f14c1 fix: bump mongodb -> 3.0.10 for better retries support
  • 280e658 Merge pull request #6604 from lineus/docs-6603
  • 1f30880 make the messages the same for doc/model
  • 9821432 add undefined return to {model,doc}.save
  • 3fed6f0 Merge branch 'master' of github.com:Automattic/mongoose
  • ddf9641 docs: add note about the applyPluginsToDiscriminators option
  • 021640e Merge pull request #6552 from profbiss/master
  • 9a4fad6 Merge branch 'master' of github.com:Automattic/mongoose
  • bdddd11 fix(schema): apply alias when adding fields with .add()
  • d188e4c test(schema): repro #6593
  • 133d05e docs: add schema as an item on navbar
  • a646ce9 Merge pull request #6590 from lineus/docs-6589

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.7 just got published.

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

Commits

The new version differs by 21 commits.

  • d578f91 chore: release 5.1.7
  • 6ab0941 Merge branch 'master' of github.com:Automattic/mongoose
  • 999eaad docs(populate): quick typesetting fix
  • 8e281f3 Merge pull request #6623 from VFedyk/patch-2
  • 1122cb7 Merge pull request #6577 from joeytwiddle/patch-1
  • 506a87b docs(middleware): clean up error handling middleware docs a bit
  • 2c262a8 Added NPM badge
  • 36fc46c docs(document): add more info on includedChildren option
  • c9a430f fix(document): handle document arrays in modifiedPaths() with includeChildren option
  • 237a931 test(document): repro #5904
  • 4b6f7cb Rename sections, split paragraphs
  • d37182d Merge pull request #6613 from jimmytsao/fix-6612
  • e140663 Merge pull request #6614 from lineus/fix-6611
  • 492c3fb docs: add basic geojson guide
  • 0e0056e set saving to undefined before emitting save

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.8 just got published.

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

Commits

The new version differs by 13 commits.

  • 48b089a chore: release 5.1.8
  • 647b1e1 Merge pull request #6638 from evanhenke/master
  • 5715c28 test: fix tests
  • f298e1e docs(geojson): add geojson docs
  • e540a2c docs(geojson): add querying example re: #6607
  • 15f5e16 change to test
  • ff23bdb fix for TypeError being thrown when calling save() more than once if the object being saved has atomics
  • c2fe031 fix: bump mongodb -> 3.0.11 to avoid cyclic dependency error with retryWrites
  • ae2a9ae style: fix lint re: #6625
  • d0218c4 fix(query): add explain() helper and don't hydrate explain output
  • ea3332d test(query): repro #6625
  • 801ba20 docs(query): fix setOptions() lists
  • 0eeebd2 chore: now working on 5.1.8

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.0 just got published.

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

Commits

The new version differs by 41 commits.

  • d457cbe chore: release 5.2.0
  • 5d730d4 Merge pull request #6600 from Automattic/5.2
  • 985a845 feat(model): make ensureIndexes() fail if specifying an index on _id
  • 93d06a4 feat(model): add countDocuments()
  • cb2a9a8 Merge branch 'master' into 5.2
  • 44928ef test: fix tests
  • dd3ee74 fix(model): ignore sparse indexes when using decorateDiscriminatorIndexOptions()
  • 8d775f1 feat(model): decorate unique discriminator indexes with partialFilterExpressions
  • 678692e test(model): repro #6347
  • b5f928d chore: add missing strict mode
  • 7839a0d feat(discriminator): support discriminators on nested doc arrays
  • 91980e4 feat(model): add syncIndexes(), drops indexes that aren't in schema
  • e6a30b9 chore: depend on mongodb-core for require() with node v4
  • f39595e feat(model): add listIndexes() helper
  • 0a2d255 fix: avoid using Object.values() for old node versions

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.1 just got published.

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

Commits

The new version differs by 7 commits.

  • f7f55b0 chore: release 5.2.1
  • ff08b9c fix(model): only warn on custom _id index if index only has _id key
  • 2decc5b fix(connection): allow setting the mongodb driver's useNewUrlParser option, default to false
  • b2c1c6d chore: now working on 5.2.1
  • d90ef00 Merge pull request #6652 from lineus/temp-fix-conn-issues
  • a016a2f docs(model): add session to startSession() example
  • 727eda4 dont use newUrlParser until next driver update

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.2 just got published.

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

Commits

The new version differs by 22 commits.

  • a596859 chore: release 5.2.2
  • 30e2e95 Merge pull request #6695 from lineus/docs-6691
  • 672d459 docs: add rudimentary transactions guide
  • 888d376 fix(model+query): add missing estimatedDocumentCount() function
  • 516199b add syntax highlighting on 2nd answer
  • 7ccee4d fix existing faq for array-defaults void 0 doesnt return null, add an example for initializing to a null value
  • 8671d27 docs(middleware): remove unnecessary version reference re: #6679
  • bea998d Merge pull request #6681 from AbdelrahmanHafez/master
  • 667143b Merge branch 'master' of github.com:Automattic/mongoose
  • edb91b2 docs(model): fix countDocuments() docs, bad copy/paste from count() docs
  • 2fce5f2 Merge pull request #6683 from lineus/enhance-6669
  • 7d7e9ab fix(connection): add startSession() helper to connection and mongoose global
  • 41ec904 fix: upgrade mongodb driver -> 3.1.1 for countDocuments() fix
  • 7511d8d docs(compatibility): add MongoDB 4 range
  • 26a1a97 chore: use latest acquit-ignore to handle examples that start with acquit:ignore:start

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.3 just got published.

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

Commits

The new version differs by 12 commits.

  • 81e248d chore: release 5.2.3
  • 3398f31 docs(schema): add example of nested aliases
  • 50e66a2 Merge pull request #6702 from lineus/fix-6618
  • 05f0323 use applyGetters instead of calling just the first getter directly
  • f21245a docs(transactions): use new session() helper to make positional args less confusing
  • 5aa62cb fix(query): add session() function to queries to avoid positional argument mistakes
  • 290a28a docs(schema): fix broken API links
  • 3ba8306 docs(guide): add writeConcern option and re-add description for safe option
  • 4e16fa0 fix(query+model+schema): add support for writeConcern option and writeConcern helpers
  • bad4be8 docs(connections): add information re: socketTimeoutMS and connectTimeoutMS
  • a962675 chore: now working on 5.2.3
  • 8b7b0d1 if a getter is defined on the localField, use it when populating

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.4 just got published.

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

Commits

The new version differs by 18 commits.

  • d166da6 chore: release 5.2.4
  • dcf99ae fix(document): report castError when setting single nested doc to primitive value
  • 7134b68 test(document): repro #6710
  • a4a3566 docs: remove keycdn from homepage
  • 563d31f Merge pull request #6722 from iagowp/patch-1
  • fc6ab73 Merge pull request #6724 from lineus/docs-insertMany
  • 8c3d45f Merge pull request #6719 from simllll/patch-3
  • ac73e67 docs: style fixes for #6719
  • 5ceff45 fix(model): throw readable error with better stack trace when non-cb passed to $wrapCallback()
  • 504b536 chore(tools): add shardsvr option to run sharded cluster on mongodb >= 3.4
  • 1abec98 fix(connection): throw helpful error if using new db.model(foo)(bar)
  • fbca106 fix rawresults option in api docs
  • f837762 Fix typo on migrating to 5 guide
  • fc76fe4 fix: ensure debug mode doesn't crash with sessions
  • cf1d72a docs(README): remove comma-based declaration

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.5 just got published.

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

Commits

The new version differs by 48 commits.

  • 04d5c03 chore: release 5.2.5
  • 9a53a2d Merge branch 'master' of github.com:Automattic/mongoose
  • 559ae4e docs(connections): add note about the family option for IPv4 vs IPv6 and add port to example URIs
  • 66a504a Merge pull request #6744 from lineus/docs-6742
  • 95e553f docs(schematypes): add note about what values are converted to booleans
  • a37fd2f fix(boolean): expose convertToTrue and convertToFalse for custom boolean casting
  • 0ff9359 test(document): repro #6758
  • 4a548af perf(model): create error rather than modifying stack for source map perf
  • ebec9d4 fix(document): fix(document): report castError when setting single nested doc to array
  • ce3e00b test(document): repro #6753
  • 58c51ba Merge pull request #6751 from sajadtorkamani/patch-1
  • e32f721 Prefix mongoose.Schema call with new operator
  • 971311e docs(query): add examples and links to schema writeConcern option for writeConcern helpers
  • 4514037 changed space to -
  • a06cda2 Merge branch 'master' of github.com:Automattic/mongoose

There are 48 commits in total.

See the full diff