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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mongoose from 5.7.14 to 5.9.10.

Changelog

Sourced from mongoose's changelog.

5.9.10 / 2020-04-20

  • fix: upgrade mongodb -> 3.5.6, bson -> 1.1.4 #8719
  • fix(document): avoid calling $set() on object keys if object path isn't in schema #8751
  • fix(timestamps): handle timestamps on doubly nested subdocuments #8799
  • fix(schematype): throw error if default is set to a schema instance #8751
  • fix: handle $elemMatch projection with select: false in schema #8818 #8806 AbdelrahmanHafez
  • docs: make FAQ questions more linkable #8825 AbdelrahmanHafez
  • docs(validation): use init() as opposed to once('index') in unique example #8816
  • docs: clarify insertMany() return value #8820 dandv
  • docs(populate+query): fix typos #8793 #8794 dandv
  • docs(model): document skipId parameter #8791 AbdelrahmanHafez

5.9.9 / 2020-04-13

  • fix(model): make Model.bulkWrite accept strict option #8782 #8788 AbdelrahmanHafez
  • fix(virtual): make populated virtual getter return value when it is passed in #8775 #8774 makinde
  • fix(document): handle validating document array whose docs contain maps and nested paths #8767
  • fix(document): skip discriminator key when overwriting a document #8765
  • fix(populate): support clone option with lean #8761 #8760
  • docs(transactions): use endSession() in all transactions examples #8741
  • docs(queries): expand streaming section to include async iterators, cursor timeouts, and sesssion idle timeouts #8720
  • docs(model+query+findoneandupdate): add docs for returnOriginal option #8766
  • docs(model): fix punctuation #8788 dandv
  • docs: fix typos #8780 #8799 dandv

5.9.8 / 2020-04-06

  • fix(map): run getters when calling Map#get() #8730
  • fix(populate): handle refPath function in embedded discriminator #8731
  • fix(model): allow setting timestamps to false for bulkWrite #8758 #8745 AbdelrahmanHafez
  • fix(model): pass custom options to exists() when no changes to save #8764 #8739 AbdelrahmanHafez
  • fix(update): respect useNestedStrict: false when updating a single nested path #8735
  • fix(schema): allow modelName as a schema path, since modelName is a static property on models #7967
  • docs(promises): add section about using exec() with queries and await #8747
  • docs(connections): clarify that connectTimeoutMS doesn't do anything with useUnifiedTopology, should use serverSelectionTimeoutMS #8721
  • chore: upgrade mpath -> 0.7.0 #8762 roja548

5.9.7 / 2020-03-30

  • fix(map): avoid infinite loop when setting a map of documents to a document copied using spread operator #8722
  • fix(query): clean stack trace for filter cast errors so they include the calling file #8691
  • fix(model): make bulkWrite updates error if strict and upsert are set and filter contains a non-schema path #8698
  • fix(cast): make internal castToNumber() allow undefined #8725 p3x-robot

5.9.6 / 2020-03-23

  • fix(document): allow saving document with nested document array after setting nestedArr.0 #8689
  • docs(connections): expand section about multiple connections to describe patterns for exporting schemas #8679
  • docs(populate): add note about execPopulate() to "populate an existing document" section #8671 #8275
... (truncated)
Commits
  • e328b98 chore: release 5.9.10
  • 3622233 Merge pull request #8828 from AbdelrahmanHafez/lint-rules
  • 3a7be83 Merge pull request #8825 from AbdelrahmanHafez/docs/faq-anchor
  • 4442b1e Use "error" instead of 2 in eslint rules
  • a1260a0 make eslint rules more strict, no-extra-semi
  • 4100452 Add spaced comment rule
  • 0da8eff add eslint rules, space-in-parens "never"
  • fce435b (docs) make questions anchorable on faq
  • 222d89e Merge pull request #8820 from dandv/patch-7
  • cfec602 Merge pull request #8818 from AbdelrahmanHafez/gh-8806
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 use this milestone will set the current milestone 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)
  • 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)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.14 to 5.9.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.7.14...5.9.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 21, 2020
@dependabot-preview dependabot-preview bot requested a review from eltonvs April 21, 2020 06:19
@dependabot-preview
Copy link
Contributor Author

Superseded by #89.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.9.10 branch May 1, 2020 06:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant