Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongoose to the latest version 🚀 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 17, 2018

Version 5.0.0 of mongoose was just published.

Dependency mongoose
Current Version 4.13.9
Type devDependency

The version 5.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mongoose.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 253 commits.

  • 64061d5 chore: release 5.0.0
  • 69f3e07 Merge pull request #6007 from Automattic/docs
  • f229164 chore: fix up home page re: #5976
  • 4e04aa2 style: use version dropdown
  • 26ed5c1 refactor: move API css to its own file re: #5976
  • 35f2dbf refactor: move css re: #5976
  • 049a04b docs: add last 2 guides into new build system
  • 7cef30d chore: add populate docs to new build system
  • 67fd7f8 chore: finish up API docs re: #5976
  • 387d807 chore: add query and aggregate to API docs and fix acquit docs
  • eab78a1 Merge branch 'master' into docs
  • 950ebe2 docs: clean up lean() docs
  • 46b390d Merge pull request #5985 from fenanquin/master
  • df3c9db style: fix more lint issues
  • 3c314d0 style: fix lint

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 49ab940 on greenkeeper/mongoose-5.0.0 into 78e76b5 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 49ab940 on greenkeeper/mongoose-5.0.0 into 78e76b5 on master.

greenkeeper bot added a commit that referenced this pull request Jan 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2018

Version 5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 22fe268 chore: release 5.0.1
  • 5d09823 chore: fix typo
  • b413e8a chore: add missing strict mode
  • 859c317 fix(document): fix test failures re: #6014
  • 4af760b fix(document): make validate() not resolve to document
  • 2111b9b Merge branch 'master' of github.com:Automattic/mongoose
  • bb347b3 fix(model): make save() not return DocumentNotFoundError if using fire-and-forget writes
  • b32a85c Merge pull request #6011 from spederiva/master
  • f145c40 chore: recompile site
  • e7cf8d1 docs(queries): fix code samples
  • 30c86e9 chore: new carbon css
  • 187dc3d rename aggregation option test
  • 133c5f4 fix bug: Using options in aggregates doesn't set anything
  • 38e4720 chore: now working on 5.0.1
  • 9130c75 chore: fix docs syntax error

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 28, 2018

Version 5.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • c345112 chore: release 5.0.2
  • e80acb2 chore: add release script that uses --tag for npm publish for 4.x releases
  • 9900bf4 Merge branch '4.x'
  • 82ea3e8 chore: release 4.13.10
  • 6cb4333 Merge pull request #6058 from lineus/6038_fix_docs
  • b716e73 style: fix lint
  • b3863cf Merge branch '4.x'
  • 940ccc8 style: fix lint
  • 79887ab style: fix lint
  • 9c31fe2 chore: bump lockfile
  • 5d7d731 Merge branch 'mongoose4'
  • c8dea3b style: fix lint
  • fd1741c updating jade files to fix #6038
  • 3e394a9 Merge pull request #6055 from Automattic/4.x
  • 775d7c4 Merge branch 'master' into 4.x

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 1, 2018

Version 5.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • ae7f9d9 chore: release 5.0.3
  • 4d3a2e1 Merge branch 'master' of github.com:Automattic/mongoose
  • ab59f86 fix: consistently use process.nextTick() to avoid sinon.useFakeTimers() causing ops to hang
  • 27bc3e5 Merge pull request #6072 from adursun/patch-1
  • 938b9d8 Fix typo
  • a33649c fix(document): depopulate push()-ed docs when saving
  • 3e01987 test(document): repro #6048
  • 147a621 fix: upgrade mongodb -> 3.0.2
  • eaba640 Merge pull request #6068 from bryant1410/patch-1
  • 37e30bc docs(index): fix old refs to LearnBoost
  • c6646a0 Fix typo
  • f552b7d Add return type in mongose.model docs
  • ce455bd docs(middleware): add missing header links
  • 8827835 chore: bump mongoose-legacy-pluralize
  • 4e8e205 chore: now working on 5.0.3

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2018

Version 5.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 29 commits.

  • ebe5b2f chore: release 5.0.4
  • 9b85723 fix(connection): add dbName option to work around mongodb+srv not supporting db name in URI
  • b150fba chore: bump kareem -> 2.0.4
  • 9b4dfa6 Merge pull request #6092 from tarun1793/tarun1793/modified-path-opt
  • 14061e0 Merge branch '4.x'
  • 617fb47 chore: use legacy instead of 4.x
  • f86ddcf chore: release 4.13.11
  • 3f2babd docs: add lambda guide
  • 37b4a48 Merge branch '4.x'
  • 3660092 docs: fix links in 4.x docs
  • 182cb5b docs(validation): clean up runValidators and isAsync options docs for 5.x
  • 9855680 Merge branch 'master' of github.com:Automattic/mongoose
  • b0bee96 chore: apply select OpenCollective changes from #6046
  • 97bd014 Merge pull request #6088 from yuristsepaniuk/master
  • 43a3c82 Merge pull request #6098 from JoshuaWise/patch-1

There are 29 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2018

Version 5.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

  • e9cb88c chore: release 5.0.5
  • 1a8dafb fix(utils): respect valueOf() when merging object for update
  • 148e292 test(utils): repro #6059
  • bb256f2 docs(validation): fix typo 'maxLength'
  • 6cfe0d2 fix(query): support where() overwriting primitive with object
  • 9049fc8 test(query): repro #6097
  • 062034e Merge pull request #6119 from Automattic/3781
  • b6cc87f Merge branch '4.x'
  • 1ed41ab chore: now working on 4.x
  • 36b2f3f fix(discriminator): don't copy discriminators property from base schema
  • 813b5fd fix(discriminator): don't copy discriminators property from base schema
  • f90244f docs: make > show up correctly in API docs
  • b19ed22 refactor(document): move isExclusive into separate helper
  • 1ef7561 perf(document): only call hasIncludedChildren and isExclusiveProjection once
  • d4a8e25 fix(document): apply defaults after setting initial value so default functions don't see empty doc

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2018

Version 5.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 22c37c8 chore: release 5.0.6
  • 7af52df docs: fix missing space
  • 0432642 fix(update): avoid digging into buffers with upsert and replaceOne
  • 73854f5 test(update): repro #6124
  • 8525c3f refactor(query.castUpdate): avoid creating error until necessary
  • 41360db fix(schema): copy virtuals when using clone()
  • 23594e6 test(schema): repro #6133
  • 085fd29 refactor: use let/const in schema tests
  • c3273a5 fix(schema): support enum on arrays of strings
  • 7f9dda9 test(schema): repro #6102
  • e07152d Merge pull request #6136 from lineus/master
  • c9b2378 removing comments from docs/source/api.js to restore the api docs
  • 8b5bc94 fix(update): better fix for #6086
  • b5b8e58 fix(update): cast $addToSet: [1, 2] -> $addToSet: { $each: [1, 2] }
  • cc90a3f test(update): repro #6086

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2018

Version 5.0.7 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Mar 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 3, 2018

Version 5.0.8 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Mar 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2018

Version 5.0.9 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Mar 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2018

Version 5.0.10 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Mar 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2018

Version 5.0.11 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Mar 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2018

Version 5.0.12 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 5.0.13 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Oct 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 7, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.2.

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • 5c0e444 chore: release 5.3.2
  • cffd32d fix(query): make sure to return correct result from orFail()
  • 2045f0e test(schema): test setting updatedAt to createdAt: false
  • 8872a68 Merge pull request #7101 from gsandorx/patch-1
  • a7b8da4 Update query.js
  • 19d5a06 chore: add promise-debug for easier debugging unhandled rejections re: #6997
  • 1d9f52e Merge branch 'master' of github.com:Automattic/mongoose
  • 476c1b9 fix(mongoose): isolate Schema.Types between custom Mongoose instances
  • 88a4df8 test(mongoose): repro #6933
  • 817bbcc Merge pull request #7088 from lineus/fix-7074
  • b2cefc4 fix(mongoose): avoid unhandled rejection when mongoose.connect() errors with a callback
  • 7a81df4 test: repro #6997
  • 941a695 fix(document): dont mark single nested path as modified if setting to the same value
  • 5604f13 test(document): repro #7048
  • 419c5d4 fix(populate): use WeakMap to track lean populate models rather than leanPopulateSymbol

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 12, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.3.

Update to this version instead 🚀

Commits

The new version differs by 24 commits.

  • 9ab9552 chore: release 5.3.3
  • 9af233a docs: re-add array type to API docs
  • e69b620 docs(connections): add note about members.host errors due to bad host names in replica set
  • 6e20941 docs(plugins): add list of officially supported plugins
  • 4d03c7e fix(document): enable storing mongoose validation error in MongoDB by removing $isValidatorError property
  • 455fc83 test(document): repro #7127
  • 74dbdc1 test(connection): add coverage for #7122
  • c7511fe docs(model): make #7126 consistent with rest of middleware docs
  • b1d01e7 Merge pull request #7126 from lineus/docs-7114
  • b62eccd Merge pull request #7122 from jesstelford/patch-1
  • e9a6ed4 Merge pull request #7080 from lineus/docs-7076
  • 831327d docs(schema): add examples of using regexps for middleware
  • dae722f aggregate triggers aggregate middleware
  • 0b89290 Correctly create collections within Model.createCollection
  • 0add6ca fix wonky wording in numbers/buffer

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 15, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.4.

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • 6e339de chore: release 5.3.4
  • 7475002 Merge branch 'master' of github.com:Automattic/mongoose
  • 40dab43 docs(schema): add example of add() with another schema
  • 1c15a48 Merge pull request #7110 from lineus/fix-7108
  • 61a05be docs(deprecations): add note about gridstore deprecation
  • a2fa94c fix(query): don't require passing model to cast()
  • 1601597 style: fix lint
  • b9ea793 fix(populate): handle plus path projection with virtual populate
  • 18f6389 test(populate): repro #7050
  • fb7e367 docs(guide): add storeSubdocValidationError option to guide
  • f111af2 fix(document): support storeSubdocValidationError document to opt out of duplicate validation errors for single nested docs
  • b7f0c2b test(document): repro #6802
  • e57949a docs(schematypes): elaborate on how schematypes relate to types
  • a093a62 fix(schema): allow using ObjectId type as schema path type
  • 8f360ba test(schema): repro #7049

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2018
greenkeeper bot added a commit that referenced this pull request Oct 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.6.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 06b899b chore: release 5.3.6
  • 5a856a7 fix(query): fix undefined transforms error

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 26, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.7.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 578a16d chore: release 5.3.7
  • 4fa41e8 Merge pull request #7180 from lineus/fix-6075
  • addc12a Merge pull request #7184 from lineus/fix-7173
  • 4d7d05f simplify declaration of NodeBuffer
  • 4f83211 fallback to safe-buffer in the browser
  • 35118dd change !includes to indexof === -1
  • a611926 fix(update): copy exact errors from array subdoc validation into top-level update validator error
  • b321e81 test(update): add one more case for #7135
  • e1a7ae5 fix(update): run update validators on nested doc when $set on an array
  • 460b703 test(update): repro #7135
  • 47d8fac docs(guide): add links to individual schema types from guide
  • dcac7bc docs(schematypes): add note about nested paths with type getting converted to mixed
  • ade298f make depopulate remove populated virtuals too
  • 1c1bda8 add test for depopulate on an unpopulated doc
  • d3eaec1 fix(document): support propsParameter for validateSync() and make validateSync() handle custom validators returning promise

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.8.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • a62895e chore: release 5.3.8
  • 4dbad82 fix: add unnecessary files to npmignore
  • baf17d1 chore: use latest express in example
  • fa865ee style: fix lint
  • 974465f fix(document): sets defaults correctly in child docs with projection
  • df53639 test(document): repro #7159
  • be563e9 style: fix lint
  • c7f216c fix(mongoose): handle setting custom type on a separate mongoose global
  • 9088623 test(mongoose): repro #7158
  • b698e4e test: fix tests re: #7104
  • 26f2c22 fix(model): set session when creating new subdoc
  • a9ac145 test(model): repro #7104
  • 316d6f6 chore: remove tbd dependency re: security warnings from github
  • ba9ce9b chore: now working on 5.3.8
  • 24b34d8 Merge pull request #7191 from lineus/fix-6881-part2

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.9.

Update to this version instead 🚀

Commits

The new version differs by 29 commits.

  • 76fae6d chore: release 5.3.9
  • 40d4177 Merge pull request #7213 from NewEraCracker/master
  • 751397c fix(document): run setter only once when doing .set() underneath a single nested subdoc
  • 10837d4 test(document): repro #7196
  • 10a63a9 Bump version of bson dependency to match mongodb-core
  • d10274e docs(transactions): add example of aborting a transaction
  • d245847 Merge branch 'master' of github.com:Automattic/mongoose
  • 551a75b chore: add cpc to some pages that were missing it
  • 1ca3514 Merge pull request #7210 from gfranco93/patch-1
  • c1606b6 Merge pull request #7207 from lineus/fix-7098
  • e9d538e Merge pull request #7203 from lineus/fix-7202
  • 8f16b67 fix(document): surface errors in subdoc pre validate
  • 87005a1 test(document): repro #7187
  • 5b1d81c Documentation fix: fixed anchor link
  • eebfb36 docs(query): add note re: cursor()

There are 29 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.10.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • c95c6f2 chore: release 5.3.10
  • 88e705a fix(document): avoid manual populate if ref not set
  • 41e42bb test(document): repro #7193
  • 437ad98 docs: add link to further_reading
  • 6489cc2 docs: add missing file
  • e4a5544 docs: finish up further_reading
  • 3e7ff87 Merge branch 'master' into docs-further-reading
  • 6df51d1 docs(schematypes): more improvements
  • d3cfdcb refactor(buffer): add a more robust workaround for feross/safe-buffer#23
  • 5869950 fix(schema): handle schema without .base for browser build
  • 808b536 test(browser): repro #7170
  • 16957a1 docs(further_reading): add course descriptions
  • b7522d0 docs: add additional course
  • ef604b3 docs: start working on further_reading
  • a4633fd fix(discriminator): support reusing a schema for multiple discriminators

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.11.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 300481f chore: release 5.3.11
  • 146643d docs(lambda): use async/await with lambda example
  • b6fce2e test(model): fix tests re: #7220
  • 29fda3a fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify()
  • d869673 test(model): repro #7220
  • d22bd30 fix(document): allow saving docs with nested props with '.' using checkKeys: false
  • e68e789 test(document): repro #7144
  • 75da520 chore: now working on 5.3.11

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 13, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.12.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 8f4c350 chore: release 5.3.12
  • c67717a Merge pull request #7237 from ivanseidel/patch-1
  • 79bdca8 Merge pull request #7238 from a-harrison/patch-1
  • e509c37 Fixes hardcode instance of class comparation
  • 785f91c Removing ^4.11.0 as compatible with MongoDB 3.6
  • be66eb2 docs(api): link to bulk write result object in bulkWrite() docs
  • cc7c1f1 docs(migrating_to_5): add note about new bulkWrite result object structure re: #7225
  • 4a8ba0a docs: make individual options show up as nested lists
  • 00e33ec fix(document): don't mark array as modified on init if doc array has default
  • 99f73a0 test(document): repro #7227
  • de246f9 chore: now working on 5.3.12

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.13.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

  • a793a87 chore: release 5.3.13
  • 950e1c4 fix: bump mongodb driver -> 3.1.10
  • 6fa0b7c docs(schematype): add ref() function to document what is a valid ref path in a schematype
  • 50c1ffe fix(populate): support setting a model as a ref
  • 7bc5d6a test(populate): repro #7253
  • 140bf6d docs(index): add CodeFirst as a sponsor
  • a6bf670 fix(array): clean modified subpaths when calling splice()
  • 0eac31e test(array): repro #7249
  • df97da1 fix(document): report correct validation error if doc array set to primitive
  • 86565d5 test(document): repro #7242
  • 9bc6f00 Merge branch 'master' of github.com:Automattic/mongoose
  • 82ad031 fix(connection): wait before reporting connection as closed so MongoDB driver has time to flush
  • 7140699 Merge pull request #7248 from a-harrison/patch-2
  • c3d5f2f fix: only print jest warning if using jsdom environment re: #7240
  • 869fbcc style: fix lint

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.14.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 0faeccb chore: release 5.3.14
  • d697b3a docs: add inline cpc
  • b24e80f fix(update): set timestamps on subdocs if not using $set with no overwrite
  • 91e0167 test(update): repro #7261
  • 788ea2a style: fix lint
  • 776b77a Merge pull request #7277 from artemjackson/patch-1
  • 3914e01 fix(document): don't mark date underneath single nested as modified if setting to string
  • 8fd2c05 test(document): repro #7264
  • f70dd43 docs(compatibility): add link to pluralsight course on upgrading to mongoose 4
  • 7b5b679 fix(document): use symbol instead of __parent so user code doesn't conflict
  • 4971fbf docs: Fixed connection description
  • afa9c23 fix(mongoose): allow using mongoose.model() without context, like import {model} from 'mongoose'
  • 0c4e508 test(mongoose): repro #3768
  • bfc8e35 chore: now working on 5.3.14

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 5, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.15.

Update to this version instead 🚀

Commits

The new version differs by 31 commits.

  • d6ff8d2 chore: release 5.3.15
  • 8332e87 docs(jest): add further reading section
  • 48912de fix(query): throw helpful error if non-object passed to Query#setOptions()
  • 9ac9d48 Merge pull request #7297 from Automattic/gh7280
  • 27189c2 fix: handle orFail() with findOneAndUpdate()
  • 355e49f fix(query): run map() before post hooks
  • 9023a6e Revert "fix(query): handle findOneAndUpdate() and findOneAndDelete() with orFail()"
  • b8cfb34 style: fix lint
  • 956dd58 fix(document): continue running validateSync() for all elements in doc array after first error
  • a099d95 test(document): repro #6746
  • 628a278 chore: clean up api docs issue
  • d7be77f fix(query): handle findOneAndUpdate() and findOneAndDelete() with orFail()
  • fb94563 test(query): repro #7280
  • 553868c fix(populate): support populating individual subdoc path in document array
  • b36003f test(populate): repro #7273

There are 31 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency mongoose was updated from 4.13.17 to 5.3.16.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • a384a29 chore: release 5.3.16
  • d2446bd fix(mongoose): fix quick issue re: #5648, only apply logic for default Mongoose instance
  • 05356a7 fix(mongoose): avoid crash on import mongoose, {Schema} from 'mongoose'
  • 515ad81 test: add coverage for other ops re: #7290
  • 22ad62a fix(document): handle __proto__ in queries
  • 266b546 test(document): repro #7290 part 2
  • b0e29e4 docs(populate): add section about what happens when no document matches
  • 151b667 fix(document): use Array.isArray() instead of checking constructor name for arrays
  • c82bb15 test(document): repro #7290 part 1
  • 6c67424 chore: release 5.3.16

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant