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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.9.1 of mongoose just got published.

Branch Build failing 🚨
Dependency mongoose
Current Version 4.9.0
Type dependency

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

As mongoose 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/robototes/robototes-website/builds/212734667)
Commits

The new version differs by 22 commits .

  • 4f864cf chore: release 4.9.1
  • 74cdbdd Merge pull request #5080 from zoellner/master
  • 249653b fix(populate): avoid duplicate ids in dynref queries
  • dae6192 test: fix flakey test
  • 79bf54a fix: upgrade driver -> 2.2.25
  • fa2caf5 fix(model): get promise each time save() is called rather than once
  • 7d6c259 test: add coverage for #5070
  • 2a0df9a fix(connection): make connect return value consistent
  • 1a5fffb fix(timestamps): handle nested timestamp paths
  • 4efe0dc test(timestamps): repro #5051
  • dd3182f docs(validation): add some more detail re: isAsync
  • 91866a8 Merge pull request #5072 from sjorssnoeren/gh-5068
  • 80b325c fix(query): handle $type for arrays
  • 0a88085 fix(update): dont double-call setters on arrays
  • 9105d85 test(update): repro #5041

There are 22 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

Version 4.9.2 just got published.

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

Commits

The new version differs by 21 commits .

  • fcff38e chore: release 4.9.2
  • 8042fb4 Merge pull request #5076 from bertolo1988/master
  • 1edc6ab Merge branch 'master' of github.com:Automattic/mongoose
  • 2dd76ab fix(connection): throw error if username:password includes @ or :
  • 6752313 Merge pull request #5093 from Jiang-Xuan/patch-1
  • 70c6fd9 fix(discriminator): handle class names consistently
  • aae7c57 fix(document): ensure subdoc post save runs after parent save
  • 2bbc59e test(document): repro #5085
  • 64b4eb1 fix(querycursor): run pre find hooks with .cursor()
  • dc79ff6 test(querycursor): repro #5096
  • bbf6166 refactor: move more tests into before hooks
  • a160e4e refactor: move more schemas into before hooks
  • b72eaca refactor: move most test schemas into before hooks
  • 51b8e80 fix(schema): make clone() work with reusing discriminator schemas
  • 432360e test(discriminator): repro #5098

There are 21 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 4.9.3 just got published.

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

Commits

The new version differs by 17 commits .

  • 86d6f73 chore: release 4.9.3
  • 5eb8692 perf(populate): dont clone whole options every time
  • f6dd89f docs(schematype): explain custom message with required function
  • 12425b5 fix(populate): only apply refPath duplicate id optimization if not array
  • ca59b9c test(populate): repro #5114
  • 0a7be41 docs(schematypes): explain some subtleties with arrays
  • 79fdf6a Merge pull request #5129 from monkbroc/patch-1
  • fe20693 Merge pull request #5131 from krmannix/master
  • f4d7ad6 fix(document): copy non-objects to _doc when init()
  • cede3b4 test(document): repro #5111
  • 04fb701 feat(document): add isDirectSelected() to minimize isSelected() changes
  • 2d6bf66 test(document): repro #5063
  • 0a03288 docs(discriminator): use message in discriminator docs re: #5113
  • eee1f04 document.js fixes for functions prepended with $
  • 65f6178 docs(schematype): explain how to use isAsync with validate()

There are 17 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 4.9.4 just got published.

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

Commits

The new version differs by 23 commits .

  • d4d2d01 chore: release 4.9.4
  • ed617b1 fix(schema): clone query middleware correctly
  • b9f7d54 docs(aggregate): fix typo
  • 364baa0 Merge pull request #5154 from Automattic/revert-5151-patch-1
  • 3e66ded Revert "fix blue bird "a promise was created in a handler but was not returne…"
  • dee0503 Merge pull request #5153 from clozanosanchez/patch-1
  • 3d7cf68 Merge pull request #5151 from maa105/patch-1
  • 75a325f fix(query): handle $setOnInsert consistent with $set
  • eb3bb0a test(query): repro #5126
  • 12c129b Solves issue #5141, regression caused by #5098
  • bf6148d Update query.js
  • 97be22f chore: add setOnInsert to castOps
  • ed12a25 fix(populate): don't mutate populate result in place
  • 9d940b7 test(populate): repro #5128
  • 816c132 Update query.js

There are 23 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 4.9.5 just got published.

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

Commits

The new version differs by 14 commits .

  • e5390b1 chore: release 4.9.5
  • 3b07f29 chore: fix build on node 4+5
  • fe428a9 docs: add advanced schemas docs
  • 06099f8 docs(schema): add basic docs for loadClass()
  • 1bdb17f chore: customize travis build
  • c894753 chore: remove old ES6 integration tests
  • 761ea35 test(update): repro #5164
  • 835f3c8 Merge pull request #5164 from Sebmaster/fix/wrong-null-handling
  • fce6716 Fix casting of null values
  • 7d8254b fix(model): add resolveToObject option for mapReduce with ES6 promises
  • 52bb50f test(model): repro #4945
  • 0e5cbab fix(document): handle null/undefined gracefully in applyGetters()
  • e05f597 test(document): repro #5143
  • b66be34 chore: now working on 4.9.5

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 4.9.6 just got published.

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

Commits

The new version differs by 20 commits0.

  • ca446b5 chore: release 4.9.6
  • 5fe1296 Merge pull request #5192 from jhob/gh-5189
  • 2fcd595 Merge pull request #5178 from milesbarr/patch-1
  • 159ac94 Merge pull request #5172 from tzellman/master
  • a2addca fix(model): modify discriminator() class in place
  • 1237132 test: repro #5175
  • 147e605 docs(model): fix replaceOne example for bulkWrite
  • bfd3b00 fix(document): repro and fix for gh-5189
  • 190374a fix(document): don't create a new array subdoc when creating schema array
  • d467f05 test(document): repro #5162
  • b5fa384 fix: upgrade mongodb -> 2.2.26
  • b13b09b fix(model): merge query hooks from discriminators
  • 115e85d test(model): repro #5147
  • 7f6d459 Update schematype.js
  • 551c0a7 fix(document): add parent() function to subdocument to match array subdoc

There are 20 commits in total.

See the full diff