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

Bump mongoose from 5.5.7 to 5.5.14 #45

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mongoose from 5.5.7 to 5.5.14.

Changelog

Sourced from mongoose's changelog.

5.5.14 / 2019-06-08

  • fix(query): correct this scope of setters in update query #7876 Fonger
  • fix(model): reset modifiedPaths after successful insertMany #7852 #7873 Fonger
  • fix(populate): allow using refPath with virtual populate #7848
  • fix(document): prepend private methods getValue and setValue with $ #7870 Fonger
  • fix: update mongodb driver -> 3.2.7 #7871 Fonger
  • docs(tutorials): add tutorial about custom casting functions #7045
  • docs(connection): fix outdated events document #7874 Fonger
  • docs: fix typo in lean docs #7875 tannakartikey
  • docs: move off of KeenIO for tracking and use self-hosted analytics instead

5.5.13 / 2019-06-05

  • fix(model): support passing deleteOne options #7860 #7857 Fonger
  • fix(update): run setters on array elements when doing $addToSet, $push, etc #4185
  • fix(model): support getting discriminator by value when creating a new model #7851
  • docs(transactions): add section about the withTransaction() helper #7598
  • docs(schema): clarify relationship between Schema#static() and Schema#statics #7827
  • docs(model): fix typo projetion to projection #7868 dfdeagle47
  • docs(schema): correct schema options lists #7828

5.5.12 / 2019-05-31

  • fix(document): fix unexpected error when loading a document with a nested property named schema #7831
  • fix(model): skip applying static hooks by default if static name conflicts with query middleware (re: mongoose-delete plugin) #7790
  • fix(query): apply schema-level projections to the result of findOneAndReplace() #7654
  • fix: upgrade mongodb driver -> 3.2.6
  • docs(tutorials): add findOneAndUpdate() tutorial #7847
  • docs(validation): add updateOne() and updateMany() to list of update validator operations #7845
  • docs(model): make sure options lists in update() API line up #7842

5.5.11 / 2019-05-23

  • fix(discriminator): allow numeric discriminator keys for embedded discriminators #7808
  • chore: add Node.js 12 to travis build matrix #7784

5.5.10 / 2019-05-20

  • fix(discriminator): allow user-defined discriminator path in schema #7807
  • fix(query): ensure findOneAndReplace() sends replacement to server #7654
  • fix(cast): allow [] as a value when casting $nin #7806
  • docs(model): clarify that setters do run on update() by default #7801
  • docs: fix typo in FAQ #7821 jaona

5.5.9 / 2019-05-16

  • fix(query): skip schema setters when casting $regexp $options #7802 Fonger
  • fix(populate): don't skip populating doc array properties whose name conflicts with an array method #7782
  • fix(populate): make populated virtual return undefined if not populated #7795
... (truncated)
Commits
  • 1be7ecd chore: release 5.5.14
  • 080fce7 test: fix tests
  • 26161b2 test: fix tests
  • 1e3647f docs(tutorials): add tutorial about custom casting functions
  • 94292e6 fix(populate): allow using refPath with virtual populate
  • 75150ca test(populate): repro #7848
  • 6133770 Merge pull request #7877 from Fonger/patch-3
  • 9f542d1 fix(query): correct this scope of setters in update query
  • 853d705 chore(deps): bump dependencies
  • 808f127 Merge pull request #7875 from tannakartikey/lean_docs_typo_fix
  • 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 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 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)
  • 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.

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

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 Jun 10, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #51.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.5.14 branch June 17, 2019 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants