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 9, 2018

Bumps mongoose from 4.13.14 to 5.2.2.

Changelog

Sourced from mongoose's changelog.

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
  • feat(document): add default getter/setter if virtual doesn't have one #6262
  • feat(discriminator): support discriminators on nested doc arrays #6202
  • feat(update): add Query.prototype.set() #5770

5.1.8 / 2018-07-02

  • fix: don't throw TypeError if calling save() after original save() failed with push() #6638 evanhenke
  • fix(query): add explain() helper and don't hydrate explain output #6625
  • docs(query): fix setOptions() lists #6624
  • docs: add geojson docs #6607
  • fix: bump mongodb -> 3.0.11 to avoid cyclic dependency error with retryWrites #6109

5.1.7 / 2018-06-26

  • docs: add npm badge to readme #6623 VFedyk
  • fix(document): don't throw parallel save error if post save hooks in parallel #6614 #6611 lineus
  • fix(populate): allow dynamic ref to handle >1 model getModelsMapForPopulate #6613 #6612 jimmytsao
  • fix(document): handle push() on triple nested document array #6602
  • docs(validation): improve update validator doc headers #6577 joeytwiddle
  • fix(document): handle document arrays in modifiedPaths() with includeChildren option #5904
... (truncated)
Commits
  • a596859 chore: release 5.2.2
  • 30e2e95 Merge pull request #6695 from lineus/docs-6691
  • 672d459 docs: add rudimentary transactions guide
  • 888d376 fix(model+query): add missing estimatedDocumentCount() function
  • 516199b add syntax highlighting on 2nd answer
  • 7ccee4d fix existing faq for array-defaults void 0 doesnt return null, add an example...
  • 8671d27 docs(middleware): remove unnecessary version reference re: #6679
  • bea998d Merge pull request #6681 from AbdelrahmanHafez/master
  • 667143b Merge branch 'master' of github.com:Automattic/mongoose
  • edb91b2 docs(model): fix countDocuments() docs, bad copy/paste from count() docs
  • 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 9, 2018
Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.14 to 5.2.2.
- [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.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mongoose-5.2.2 branch from d0205f5 to a280924 Compare July 9, 2018 16:42
@dependabot-preview
Copy link
Contributor Author

Superseded by #110.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.2.2 branch July 12, 2018 04:17
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