robototes / robototes-website

Official Robototes team website.
https://www.robototes.com
Other
3 stars 1 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.11.2 of mongoose just got published.

Branch Build failing 🚨
Dependency mongoose
Current Version 4.11.1
Type devDependency

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

As mongoose is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **semaphoreci** The build failed on Semaphore. [Details](https://semaphoreci.com/robototes/robototes-website/branches/greenkeeper-mongoose-4-11-2/builds/1) - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/robototes/robototes-website/builds/253346555?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 29 commits.

  • 9155b02 chore: release 4.11.2
  • 9368df0 fix(document): reset down the nested subdocs when resetting parent doc
  • b695223 test(document): repro #5406
  • fd811b7 fix(document): don't crash if calling validateSync() after overwriting doc array index
  • 64689f8 test(document): repro #5389
  • 4495146 fix(connection): make openUri() return connection decorated with then() and catch()
  • e0b95b5 fix(document): don't double-validate deeply nested doc array elements
  • 56c8c12 test(document): repro #5411
  • 4387373 fix(connection): handle autoIndex with useMongoClient
  • ff71ece test(connection): repro #5423
  • 6750a7f fix(update): correctly cast document array in update validators with exec()
  • 7d75f28 test(update): repro #5430
  • 1613ef5 fix: enforce $set on an array must be an array
  • 26bbb76 test(update): repro #5403
  • 8711c29 fix(schema): handle type: [Array] in schemas

There are 29 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:

greenkeeper[bot] commented 7 years ago

After pinning to 4.11.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 7 years ago

Version 4.11.3 just got published.

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

Commits

The new version differs by 9 commits.

  • 2b337dd chore: release 4.11.3
  • 465a231 Merge branch 'master' of github.com:Automattic/mongoose
  • 343b7a7 fix(connection): remove .then() before resolving to prevent infinite recursion
  • 4f2c023 Merge pull request #5443 from prototypeme/master
  • c89a36f Merge pull request #5454 from wookieb/master
  • fb8549e chore: now working on 4.11.3
  • 62aec9b Proper handling of 'strict' option per query
  • ca22cd8 Removing global.MONGOOSE_DRIVER_PATH double check
  • 7413cdb Load bundled driver first and then override

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.4 just got published.

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

Commits

The new version differs by 34 commits.

  • ee1987e chore: release 4.11.4
  • dcd3d96 fix(query): apply schema excluded paths if only projection is a $slice
  • 5ad4c9b test(query): repro #5450
  • 48da453 test: fix tests re: #5486
  • b64638f Merge pull request #5486 from lchenay/patch-1
  • 01ef8b1 Merge branch 'master' into patch-1
  • f6e4dce fix(cursor): call next() in series when parallel option used
  • 24fa1cc fix(query): ensure castConditions called for findOne and findOneAnd*
  • c2670a9 docs(aggregate): add useMongooseAggCursor docs
  • 0c2d99f fix(aggregate): don't rely on mongodb aggregate to put a cursor in the callback
  • b108182 test(aggregate): repro agg cursor issue #5394
  • fe3897b docs(middleware): clarify context for document, query, and model middleware
  • 77f4bc5 style: fix lint
  • af73f64 fix(schema): apply nested schema hooks when compiling parent so global plugin hooks work
  • 6c1bb55 test: repro #5437

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.5 just got published.

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

Commits

The new version differs by 25 commits.

  • ee2f3ed chore: release 4.11.5
  • 1504d64 Merge pull request #5516 from TalhaAwan/patch-2
  • 7136c06 Merge pull request #5502 from lchenay/patch-2
  • 4a28e91 fix(populate): restore user-provided limit after mutating so cursor() works with populate limit
  • 3bace2d test(populate): repro #5468
  • b71e319 fix: wrong reference link to $lookup
  • 845aca3 docs(document): copy docs for save from model to doc
  • d16a7fa style: fix lint
  • 4603124 fix(populate): propagate readPreference from query to populate queries by default
  • 9e4fd1f test(populate): repro #5460
  • 20cce65 docs: warn not to use arrow functions for statics and methods
  • e659958 fix(error): allow overwriting DocumentNotFoundError message
  • 0f053f1 fix(model): make DocumentNotFoundError take precedence over VersionError
  • 2ede28b fix(document): handle dotted virtuals in toJSON output
  • 6e02dbb test(document): repro #5473

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.6 just got published.

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

Commits

The new version differs by 15 commits.

  • b6340c8 chore: release 4.11.6
  • 93e771c fix: upgrade mongodb -> 2.2.30
  • d1f6e27 refactor(model): dont hardcode 1000 re: #5529
  • 90b17ae Merge pull request #5529 from andresattler/master
  • 31a6390 fix(browserDocument): prevent stack overflow caused by double-wrapping embedded doc save() in jest
  • 729ad62 Update model.js
  • 71639e3 refactor(document): get rid of hacky usage of bind()
  • d39ba28 fix(document): clear single nested doc when setting to empty object
  • a364c1f test(document): repro #5506
  • 12126bf fix: limiting number of async operations per time in insertMany
  • 9db4fdb chore: add lock file
  • a8c7c05 fix(populate): ensure nested virtual populate gets set even if top-level property is null
  • 26bd8cf test(populate): repro #5431
  • a7df159 fix(connection): emit reconnected and disconnected events correctly with useMongoClient
  • 33ca169 chore: now working on 4.11.6

See the full diff