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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.13.1 of mongoose was just published.

Branch Build failing 🚨
Dependency mongoose
Current Version 4.13.0
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/299419633?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 20 commits.

  • a7eeab1 chore: release 4.13.1
  • bb6a64e docs(discriminator): add warning to always attach hooks before calling discriminator()
  • b4cf78f fix(hooks): defer applying embedded discriminator hooks until top-level model is compiled
  • 54d9189 Merge pull request #5798 from adamreisnz/patch-1
  • 060fcdf fix(model): increment version when $set-ing it in a save() that requires a version bump
  • ab668da test(model): repro #5779
  • 3b07c00 Use old school ES5 just in case
  • 77c543d Accept multiple paths or array of paths to depopulate
  • 3771f49 refactor(query): move selectedInclusively() into separate helper
  • c93fdae fix(query): don't treat projection with just $slice as inclusive
  • c40b313 test(query): repro #5737
  • 2adf1f3 fix(query): don't explicitly project in discriminator key if user projected in parent path
  • a12d282 test(query): repro #5775
  • d284104 refactor(test): remove duplicate 2.4 checks re: #5765
  • 9665a04 style: fix lint re: #5765

There are 20 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 4.13.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 6 years ago

Version 4.13.2 just got published.

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

Commits

The new version differs by 10 commits.

  • 3e7497f chore: release 4.13.2
  • 836decf Merge pull request #5808 from superheri/update-markdown
  • 89d2f3d feat(buffer): add support for subtype prop
  • 910e8b2 chore: bump lockfile
  • 68b1d2a test(document): repro #5530
  • a43d6dc update markdown
  • 83abbad docs: update release-items.md
  • 22befbb docs: fix capitalization issue
  • d6e1458 chore: now working on 4.13.2
  • 2b61adf chore: add missing comment for docs build

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.3 just got published.

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

Commits

The new version differs by 6 commits.

  • 8e5bd8b chore: now working on 4.13.3
  • 9bb9fe4 Merge pull request #5818 from superheri/travis
  • 20fc0ab fix(document): don't apply transforms to nested docs when updating already saved doc
  • dce067b test(document): repro #5807
  • 95e548e chore: now working on 4.13.3
  • e67d1f3 Add a check for node js 8

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.4 just got published.

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

Commits

The new version differs by 15 commits.

  • aa675e7 chore: release 4.13.4
  • bb840f5 fix(aggregate): add chainable .option() helper for setting arbitrary options
  • 22d4657 fix(aggregate): add .pipeline() helper to get the current pipeline
  • 001f98b Merge pull request #5822 from superheri/travis_node9
  • f6960da Merge pull request #5823 from mfluehr/patch-1
  • a813dd2 Merge pull request #5821 from Faibk/master
  • 2f2782e Grammar fixes to unique FAQ
  • a0ee8d8 chore: now working on 4.13.4
  • 62d09b0 Add node 9 in travis allowing failures
  • 76da92e added subevent test
  • 484e32b another typo
  • 3c9a5c1 fixed variables in test
  • d5fd152 fixed typo in test
  • 93eb3aa added test for recursive embedded discriminators
  • 2ed278a fixed applyHooks for recursive embedded discriminators

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.5 just got published.

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

Commits

The new version differs by 26 commits.

  • e318882 chore: release 4.13.5
  • edca051 style: fix lint
  • 38131d4 Merge pull request #5344 from c0d0g3n/master
  • fe0d1c5 docs(query): add more detailed docs re: options
  • dc19eac Merge pull request #5845 from Michael77/master
  • d5d7c1e Merge pull request #5844 from ralphite/master
  • e061881 docs(faq): add faq re: typeKey
  • 48aeccc Merge branch '4.13'
  • 1ffc38d fix "TypeError: Cannot read property 'options' of undefined" error that stops actual error from being thrown
  • 6e6a845 Merge pull request #1 from ralphite/guide-link-patch
  • d1f6691 Add link to bufferCommands
  • ad69054 Merge pull request #5834 from brunohcastro/fix/virtual-ref
  • 82c615c fix(document): if setting unselected nested path, don't overwrite nested path
  • 93ea193 test(document): repro #5800
  • 80731fd fix(query): don't throw uncaught error if query filter too big

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.6 just got published.

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

Commits

The new version differs by 39 commits.

  • 5c159d7 chore: release 4.13.6
  • 7dc384c Merge pull request #5856 from ekulabuhov/master
  • 5c547ad fix(query): report ObjectParameterError when passing non-object as filter to find() and findOne()
  • 0de9867 test(query): repro #1698
  • a3fd08c Added check for missing model parameter
  • f46e033 refactor: remove unnecessary constructor check
  • a9be7dc docs: make Document $markValid() public re: #5826
  • cbab4ca Added strictBool option to schema
  • 4d4dfa1 fix(update): make upsert option consistently handle truthy values, not just booleans, for updateOne()
  • 5e279f4 test(update): repro #5839
  • 3a88543 docs(query): correct function signature for .mod() helper
  • 16a41e5 chore: bump lockfile
  • a122191 chore: now working on 4.13.6
  • e318882 chore: release 4.13.5
  • edca051 style: fix lint

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.7 just got published.

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

Commits

The new version differs by 64 commits.

  • e5fbd01 chore: release 4.13.7
  • 8de8c84 Merge pull request #5889 from gokaygurcan/patch-1
  • e044fde Update schematypes.jade
  • 2ecf938 Merge pull request #5875 from ZacharyRSmith/fix/eachAsync
  • 580b2d5 chore: more consistent copy
  • e2e38e5 Merge pull request #5871 from jinasonlin/master
  • eb2c337 fix(document): run validate hooks on array subdocs even if not directly modified
  • 5025a4e test(document): repro #5861
  • 1c3e210 test: fix tests re: #5881
  • 4f1e1a0 refactor(document): use isDefiningProjection() helper instead of checking for $meta and $slice everywhere
  • 107b838 fix(discriminator): don't treat $meta as defining projection when querying
  • 7c355b0 test(discriminator): repro #5859
  • cc84026 refactor: add isDefiningProjection helper re: #5881
  • 83d9a98 docs(connection): improve connection string query param docs
  • a11c05e docs(middleware): some cleanup re: #5866

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.13.8 just got published.

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

Commits

The new version differs by 13 commits.

  • 96cfbb8 chore: release 4.13.8
  • 3b6eec3 docs(guide): use more up-to-date syntax for autoIndex example
  • e179034 docs(README): add recommended import syntax
  • fb21c07 Revert "chore: bump nsp"
  • 41ff691 chore: bump nsp
  • 6da0c52 Merge pull request #5927 from abagh0703/patch-1
  • f59defb refactor: fix a few tests re: #5891
  • a159115 Grammar change: it's --> its
  • ccec46f fix: propagate lean options to child schemas
  • 4e64596 fix(populate): use correct model with discriminators + nested populate
  • ed8e874 test(populate): repro #5858
  • 1996a06 chore: bump lockfile
  • 722d0ab chore: now working on 4.13.8

See the full diff