wilsto / smartNews

0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.0.7 of mongoose was just published.

Branch Build failing 🚨
Dependency mongoose
Current Version 5.0.6
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/wilsto/smartNews/builds/345353704?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 37 commits.

  • 1ead0e6 chore: release 5.0.7
  • 0f776ce Merge pull request #6169 from vichle/master
  • b4d9ae7 chore: remove unused file
  • 445e83c chore: add txt and png files to npmignore
  • 4a9f701 Update documentation
  • 4d96f34 Fix lint errors. Sorry.
  • b19d494 AggregationCursor.eachAsync behaves like QueryCursor.eachAsync (#6168)
  • 6a2ed04 perf: don't create wrapper function if no hooks specified
  • 360dac5 Merge pull request #6162 from br0p0p/patch-1
  • 10dc14c Merge pull request #6165 from Automattic/5616
  • f4b6001 feat(mongoose): add support for useFindAndModify option on singleton
  • ef1deaf Merge branch 'master' into 5616
  • e1730b0 Update link to MongoDB's "Compound Indexes" docs
  • 9fb725e Merge pull request #6160 from simllll/patch-1
  • 7d1aa84 Merge pull request #6158 from pradel/hotfix/fix-benchmark

There are 37 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.0.6 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.0.8 just got published.

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

Commits

The new version differs by 20 commits.

  • 7b6a906 chore: release 5.0.8
  • 349b267 Merge branch 'master' of github.com:Automattic/mongoose
  • 64ee3de Merge pull request #6036 from rocketspacer/feature/cache-useDb
  • 5cb2fd7 docs(readme): add link to migration guide on github to readme
  • 3866d58 Merge pull request #6186 from isaackwan/issue-6181-emitIndexErrors-doc-issue
  • 23478d6 docs(readme): use const instead of var
  • af530b8 Closes #6181, reflecting changes in the emitIndexError flag
  • d9c2a46 fix: upgrade mongodb -> 3.0.3 for reconnectTries: 0 blocking process exit fix
  • cd8fdec Add options to cache connection in useDb
  • b9a406d Merge branch 'master' of github.com:Automattic/mongoose
  • 660a60a feat: add top-level browser.js file so you can do const mongoose = require('mongoose/browser')
  • cb7ba62 fix: remove document_provider.web.js file
  • b6e60ca docs: elaborate on boolean casting changes in 5.x
  • 715f320 feat(query): add omitUndefined option so setDefaultsOnInsert can kick in on undefined
  • 277e4ef test(update): repro #6034

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.9 just got published.

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

Commits

The new version differs by 3 commits.

  • 9244c74 chore: release 5.0.9
  • 21cbd43 perf: bump mongodb -> 3.0.4 to fix SSL perf issue
  • 74d33e1 chore: now working on 5.0.9

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.10 just got published.

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

Commits

The new version differs by 32 commits.

  • 285dcbd chore: release 5.0.10
  • 425456c docs(schematype): add notes re: running setters on queries
  • 6ca5663 fix(query): handle single embedded embedded discriminators in castForQuery
  • aca2614 test(query): repro #6027
  • e9566b6 fix(query): cast dotted embedded discriminator paths if discriminator key set in query
  • 8c4f5d7 test(query): repro #6027 part 1
  • 30a1615 test(query): add coverage re: #6203 for findOneAndRemove
  • 2d44f74 chore: rename test file re: #6203
  • 174cc5b test(query): add coverage for #6203 with useFindAndModify
  • 270a072 fix(query): only call setters once on query filter props for findOneAndUpdate and findOneAndRemove
  • 621b338 test(query): repro #6203
  • 88ca66e docs(schematypes): add Decimal128 to schematype docs
  • 5f4ef80 docs: fix schematypes docs
  • 52cca5e Merge pull request #6225 from lineus/docs-6217_part_deux
  • f804cd3 add index.js to api docs

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.11 just got published.

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

Commits

The new version differs by 20 commits.

  • 299cc02 chore: release 5.0.11
  • ccf18dc style: fix lint
  • 4d47235 fix(update): handle $pull with $in in update validators
  • a98894c test(update): repro #6240
  • 98c6cb9 docs(connections): document dbName option for Atlas connections
  • b666797 style: fix lint re: #6234
  • 0655b65 fix(populate): apply justOne option before completeMany() so it works with lean()
  • fb9575c test(populate): repro #6234
  • d86be54 fix(discriminator): make child schema nested paths overwrite parent schema paths
  • 974bf17 test(discriminator): repro #6076
  • 2d45bb0 docs(middleware): add example of using async/await with middleware
  • 5e81d29 fix(query): ensure errors in user callbacks aren't caught in init
  • ec8d9ad test(query): repro #6178 #6195
  • ea7915f Merge branch '4.x'
  • cd2a15a chore: release 4.13.12

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.12 just got published.

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

Commits

The new version differs by 25 commits.

  • 95dd7bc chore: release 5.0.12
  • 30a3db2 fix: apply #4797 to updateMany()
  • a0bfe7c Merge pull request #6282 from gualopezb/master
  • bb0f8e8 Set timestamps automatically by using updateOne method
  • dc001ba Merge pull request #6275 from styler/patch-1
  • 29d7a0a Merge pull request #6280 from lineus/docs-6266
  • 8aa5fec updating model name in query api docs example
  • 9570a1b fix(populate): ensure populated array not set to null if it isn't set
  • 9a8fa2a test(populate): repro #6245
  • 31196f1 Fixed typo in aggregate.test.js
  • e86aeb5 docs(CONTTIBUTING): clarify guideline for posting JS, not TS
  • be60fb3 Merge pull request #6272 from lineus/6251-hint
  • 367261e adding .hint to aggregate for 6251
  • 8778e7a docs(api): add headers to each API docs section for easer nav
  • d40f9de fix(query): ensure hooked query functions always run on next tick for chaining

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.13 just got published.

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

Commits

The new version differs by 36 commits.

  • 56ea1b3 chore: release 5.0.13
  • e2e28d2 docs(schema): add example to loadClass() docs
  • 5405810 Merge pull request #6309 from lineus/docs-6302
  • b79f512 fix(query): consistently return query from deleteOne() and findOneAndUpdate() if cb specified
  • 99848d2 test(query): repro #6271
  • 327f385 adding links for middleware, getters, and setters
  • 604fab5 fix(document): apply virtuals when calling toJSON() on a nested path
  • 313b8ef test(document): repro #6294
  • de138eb Merge branch 'master' of github.com:Automattic/mongoose
  • 10efec3 docs(discriminator): clarify 3rd argument to Model.discriminator()
  • 22c846d adding middleware to faq arrow function warning
  • 0f280d2 Merge pull request #6304 from sfrieson/documentation-copy-edits
  • 39fc878 chore: undo URL change
  • fda8029 chore: undo URL change
  • c2d3194 style: clean up if statement

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.14 just got published.

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

Commits

The new version differs by 20 commits.

  • 07aa376 chore: release 5.0.14
  • 0e853ab fix(populate): support basic virtual populate underneath embedded discriminators
  • 60be0f9 test(populate): repro #6273
  • 3c9026d Merge pull request #6296 from lineus/feature-6284
  • b9cfc58 Merge pull request #6318 from lineus/docs-6314
  • 894462b Merge pull request #6325 from lineus/fix-6323
  • 40c9e70 Merge pull request #6320 from BorntraegerMarc/patch-1
  • 0abb1cb docs(populate): fix header and add link to mongoose-autopopulate
  • a2f9e41 docs: flesh out populate() with middleware a bit more
  • 11603e4 Merge pull request #6319 from lacivert/patch-1
  • 6693446 call utils.toObject in query.count ala query.find
  • 0558156 fix(schema): clone aliases and alternative option syntax correctly
  • 030f7e6 test(schema): repro option copying issue re: #6274
  • 8b47533 Update populate.jade
  • 7b4b609 fix link of compatibility table

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.15 just got published.

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

Commits

The new version differs by 22 commits.

  • 7237444 chore: release 5.0.15
  • 9b57123 fix(document): add toHexString() function so you don't need to check whether a path is populated to get an id
  • 3baf5df test(document): repro #6115
  • 6219dde fix(versioning): don't require matching version when using array.pull()
  • 170fa71 test(versioning): repro #6190
  • 8bf8b4c docs(model): fix typo re: #6221
  • 10e93a3 Merge pull request #6336 from lineus/fix-6331
  • be61da3 docs(middleware): enumerate the ways to error out in a hook
  • f968a28 adding test file decimal128.js and conversion from number test
  • a403d4a chore(document): fix test failures re: #6313
  • 557f012 fix(document): respect schema-level depopulate option for toObject()
  • 228ec2c test(document): repro #6313
  • 61a8172 Merge pull request #6306 from lineus/feature-6299
  • 5b29924 adding hack for converting from number to decimal128
  • 27a987c fix(query): run array setters on query if input value is an array

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.16 just got published.

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

Commits

The new version differs by 25 commits.

  • 4703df3 chore: release 5.0.16
  • a275a41 docs: fix typo re #6192
  • 7bd9cba fix(update): handle required array with update validators and $pull
  • 39c8368 test(update): repro #6341
  • dfce9df docs(model): fix aggregate function re: #6346
  • 61d0c33 Merge pull request #6374 from lineus/order-api-methods
  • 00fdfce sort api method links based on their string
  • dc7eff4 Merge pull request #6353 from lineus/docs-6344
  • 99a471a Merge pull request #6370 from mattc41190/master
  • 8426730 Merge pull request #6367 from ekulabuhov/patch-1
  • 1456d6e Merge pull request #6366 from dhritzkiv/patch-3
  • 2da664c docs(guide): add further reading link
  • ef64d9e Change docs for create collection
  • 0693937 Merge pull request #6365 from treble-snake/patch-2
  • eb6357e fix(update): avoid setting __v in findOneAndUpdate if it is $set

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.17 just got published.

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

Commits

The new version differs by 19 commits.

  • e270b9e chore: release 5.0.17
  • 54c6c76 fix(document): don't throw when push() on a nested doc array
  • 2672e0a test(document): repro #6398
  • 0fe5f2a Merge branch 'master' of github.com:Automattic/mongoose
  • 20b9a24 chore: bump kareem re: #6385
  • c1911e4 fix(model): apply hooks to custom methods if specified
  • 621ff38 test(document): repro #6385
  • 83014c1 fix(model+query): use _.get() to get schema options in updates
  • 97c62ec Merge pull request #6401 from markstos/document-uri-encoding-in-migration-notes
  • b07fb8a docs(migration): certain in passwords may cause connection failures
  • c8df284 fix(schema): support opting out of one timestamp field but not the other for insertMany()
  • cff9f80 test(schema): repro #6381
  • 829ff0a test(documentarray): improve test for #6364
  • 3fdef7e fix(documentarray): handle required: true within documentarray definition
  • 352726f test(documentarray): repro #6364

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.18 just got published.

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

Commits

The new version differs by 27 commits.

  • 37146c2 chore: release 5.0.18
  • da198b0 Merge pull request #6441 from lineus/fix-6439
  • 13f6ed5 Merge pull request #6423 from ChristianMurphy/chore/update-bson-and-nsp
  • cfeb2dc Merge pull request #6430 from lineus/fix-6414
  • 20e9988 fixes #6439 - stop clobbering $in when casting doc in query
  • 2a1c44f fixing test, removing erroneous comment adding meaningful 2nd path
  • e238457 chore: update bson
  • 065f16d Merge pull request #6437 from simllll/patch-2
  • 63adc1a mongodb upgrade to 3.0.8 to fix #6357
  • c3b6588 fixes #6414 - populates array of objects with space separated paths
  • a4838e8 chore: fix missing strict mode
  • 19fb5a4 fix(document): avoid running default functions on init() if path has value
  • b4b8a60 test(document): repro #6410
  • 7deef1f Merge pull request #6421 from lineus/fix-6390
  • b0607f2 docs(faq+schematypes): highlight array defaults more prominently

There are 27 commits in total.

See the full diff