Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 17, 2018

Bumps mongoose from 4.13.14 to 5.2.4.

Changelog

Sourced from mongoose's changelog.

5.2.4 / 2018-07-16

  • docs: Model.insertMany rawResult option in api docs #6724 lineus
  • docs: fix typo on migrating to 5 guide #6722 iagowp
  • docs: update doc about keepalive #6719 #6718 simllll
  • fix: ensure debug mode doesn't crash with sessions #6712
  • fix(document): report castError when setting single nested doc to primitive value #6710
  • fix(connection): throw helpful error if using new db.model(foo)(bar) #6698
  • fix(model): throw readable error with better stack trace when non-cb passed to $wrapCallback() #6640

5.2.3 / 2018-07-11

  • fix(populate): if a getter is defined on the localField, use it when populating #6702 #6618 lineus
  • docs(schema): add example of nested aliases #6671
  • fix(query): add session() function to queries to avoid positional argument mistakes #6663
  • docs(transactions): use new session() helper to make positional args less confusing #6663
  • fix(query+model+schema): add support for writeConcern option and writeConcern helpers #6620
  • docs(guide): add writeConcern option and re-add description for safe option #6620
  • docs(schema): fix broken API links #6619
  • docs(connections): add information re: socketTimeoutMS and connectTimeoutMS #4789

5.2.2 / 2018-07-08

  • fix(model+query): add missing estimatedDocumentCount() function #6697
  • docs(faq): improve array-defaults section #6695 lineus
  • docs(model): fix countDocuments() docs, bad copy/paste from count() docs #6694 #6643
  • fix(connection): add startSession() helper to connection and mongoose global #6689
  • fix: upgrade mongodb driver -> 3.1.1 for countDocuments() fix #6688 #6666
  • docs(compatibility): add MongoDB 4 range #6685
  • fix(populate): add ability to define refPath as a function #6683 lineus
  • docs: add rudimentary transactions guide #6672
  • fix(update): make setDefaultsOnInsert handle nested subdoc updates with deeply nested defaults #6665
  • docs: use latest acquit-ignore to handle examples that start with acquit:ignore:start #6657
  • fix(validation): format properties.message as well as message #6621

5.2.1 / 2018-07-03

  • fix(connection): allow setting the mongodb driver's useNewUrlParser option, default to false #6656 #6648 #6647
  • fix(model): only warn on custom _id index if index only has _id key #6650

5.2.0 / 2018-07-02

  • feat(model): add countDocuments() #6643
  • feat(model): make ensureIndexes() fail if specifying an index on _id #6605
  • feat(mongoose): add objectIdGetter option to remove ObjectId.prototype._id #6588
  • feat: upgrade mongodb -> 3.1.0 for full MongoDB 4.0 support #6579
  • feat(query): support runValidators as a global option #6578
  • perf(schema): use WeakMap instead of array for schema stack #6503
  • feat(model): decorate unique discriminator indexes with partialFilterExpressions #6347
  • feat(model): add syncIndexes(), drops indexes that aren't in schema #6281
... (truncated)
Commits
  • d166da6 chore: release 5.2.4
  • dcf99ae fix(document): report castError when setting single nested doc to primitive v...
  • 7134b68 test(document): repro #6710
  • a4a3566 docs: remove keycdn from homepage
  • 563d31f Merge pull request #6722 from iagowp/patch-1
  • fc6ab73 Merge pull request #6724 from lineus/docs-insertMany
  • 8c3d45f Merge pull request #6719 from simllll/patch-3
  • ac73e67 docs: style fixes for #6719
  • 5ceff45 fix(model): throw readable error with better stack trace when non-cb passed t...
  • 504b536 chore(tools): add shardsvr option to run sharded cluster on mongodb >= 3.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Automated Updating machanism label Jul 17, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mongoose-5.2.4 branch 2 times, most recently from f448215 to 31e0d6e Compare July 23, 2018 11:33
Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.14 to 5.2.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@4.13.14...5.2.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mongoose-5.2.4 branch from 31e0d6e to b77b3c0 Compare July 23, 2018 12:47
@dependabot-preview
Copy link
Contributor Author

Superseded by #129.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.2.4 branch July 24, 2018 04:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Automated Updating machanism

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants