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

Bumps mongoose from 4.13.14 to 5.4.11.

Changelog

Sourced from mongoose's changelog.

5.4.11 / 2019-02-09

  • fix(schema): handle _id: false in schema paths as a shortcut for setting the _id option to false #7480
  • fix(update): handle $addToSet and $push with ObjectIds and castNonArrays=false #7479
  • docs(model): document session option to save() #7484
  • chore: fix gitignore syntax #7498 JulioJu
  • docs: document that Document#validateSync returns ValidationError #7499
  • refactor: use consolidated isPOJO() function instead of constructor checks #7500

5.4.10 / 2019-02-05

  • docs: add search bar and /search page #6706
  • fix: support dotted aliases #7478 chrischen
  • fix(document): copy atomics when setting document array to an existing document array #7472
  • chore: upgrade to mongodb driver 3.1.13 #7488
  • docs: remove confusing references to executing a query "immediately" #7461
  • docs(guides+schematypes): link to custom schematypes docs #7407

5.4.9 / 2019-02-01

  • fix(document): make remove(), updateOne(), and update() use the document's associated session #7455
  • fix(document): support passing args to hooked custom methods #7456
  • fix(document): avoid double calling single nested getters on toObject() #7442
  • fix(discriminator): handle global plugins modifying top-level discriminator options with applyPluginsToDiscriminators: true #7458
  • docs(documents): improve explanation of documents and use more modern syntax #7463
  • docs(middleware+api): fix a couple typos in examples #7474 arniu

5.4.8 / 2019-01-30

  • fix(query): fix unhandled error when casting object in array filters #7431
  • fix(query): cast query $elemMatch to discriminator schema if discriminator key set #7449
  • docs: add table of contents to all guides #7430

5.4.7 / 2019-01-26

  • fix(populate): set populated() when using virtual populate #7440
  • fix(discriminator): defer applying plugins to embedded discriminators until model compilation so global plugins work #7435
  • fix(schema): report correct pathtype underneath map so setting dotted paths underneath maps works #7448
  • fix: get debug from options using the get helper #7451 #7446 LucGranato
  • fix: use correct variable name #7443 esben-semmle
  • docs: fix broken QueryCursor link #7438 shihabmridha

5.4.6 / 2019-01-22

  • fix(utils): make minimize leave empty objects in arrays instead of setting the array element to undefined #7322
  • fix(document): support passing {document, query} options to Schema#pre(regex) and Schema#post(regex) #7423
  • docs: add migrating to 5 guide to docs #7434
  • docs(deprecations): add instructions for fixing count() deprecation #7419
  • docs(middleware): add description and example for aggregate hooks #7402
... (truncated)
Commits
  • 381a5f5 chore: release 5.4.11
  • 5303480 docs: add views guru as sponsor
  • 36cc375 Merge branch 'master' of github.com:Automattic/mongoose
  • e5fe5d5 refactor: use consolidated isPOJO() function instead of constructor checks
  • c3502ce Merge pull request #7499 from JulioJu/doc-validateSync
  • d4825f6 Merge pull request #7498 from JulioJu/correct-gitignore
  • 1b1acd5 fix(schema): handle _id: false in schema paths as a shortcut for setting th...
  • ebff7ba test(schema): repro #7480
  • 971e98b Documentation: Document.prototype.validateSync returns ValidationError
  • e615c97 gitignore correct syntax
  • 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 cancel merge will cancel a previously requested merge
  • @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 4.13.14 to 5.4.11.
- [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.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Automated Updating machanism javascript Pull requests that update Javascript code labels Feb 12, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #201.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.4.11 branch February 14, 2019 05:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Automated Updating machanism javascript Pull requests that update Javascript code PR: unreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants