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.5.7.

Changelog

Sourced from mongoose's changelog.

5.5.7 / 2019-05-09

  • fix(model): set $session() before pre save middleware runs when calling save() with options #7742
  • fix(model): set $session before pre remove hooks run when calling remove() with options #7742
  • fix(schema): support remove() on nested path #2398
  • fix(map): handle setting populated map element to doc #7745
  • fix(query): return rawResult when inserting with options {new:false,upsert:true,rawResult:true} #7774 #7770 LiaanM
  • fix(schematype): remove internal validators option because it conflicts with Backbone #7720

5.5.6 / 2019-05-06

  • fix(document): stop converting arrays to objects when setting non-schema path to array with strict: false #7733
  • fix(array): make two Mongoose arrays assert.deepEqual() each other if they have the same values #7700
  • fix(populate): support populating a path in a document array embedded in an array #7647
  • fix(populate): set populate virtual count to 0 if local field is empty #7731
  • fix(update): avoid throwing cast error if casting array filter that isn't in schema with strictQuery = false #7728
  • docs: fix typo in distinct() description #7767 phil-r

5.5.5 / 2019-04-30

  • fix(document): ensure nested properties within single nested subdocs get set correctly when overwriting single nested subdoc #7748
  • fix(document): skip non-object validators in schema types #7720
  • fix: bump mongodb driver -> 3.2.3 #7752
  • fix(map): disallow setting map key with special properties #7750 Fonger

5.5.4 / 2019-04-25

  • fix(document): avoid calling custom getters when saving #7719
  • fix(timestamps): handle child schema timestamps correctly when reusing child schemas #7712
  • fix(query): pass correct callback for _legacyFindAndModify #7736 Fonger
  • fix(model+query): allow setting replacement parameter for findOneAndReplace() #7654
  • fix(map): make delete() unset the key in the database #7746 Fonger
  • fix(array): use symbol for _schema property to avoid confusing deep equality checks #7700
  • fix(document): prevent depopulate() from removing fields with empty array #7741 #7740 Fonger
  • fix: make MongooseArray#includes support ObjectIds #7732 #6354 Fonger
  • fix(document): report correct validation error index when pushing onto doc array #7744 Fonger

5.5.3 / 2019-04-22

  • fix: add findAndModify deprecation warning that references the useFindAndModify option #7644
  • fix(document): handle pushing a doc onto a discriminator that contains a doc array #7704
  • fix(update): run setters on array elements when doing $set #7679
  • fix: correct usage of arguments while buffering commands #7718 rzymek
  • fix(document): avoid error clearing modified subpaths if doc not defined #7715 bitflower
  • refactor(array): move _parent property behind a symbol #7726 #7700
  • docs(model): list out all operations and options for bulkWrite() #7055
  • docs(aggregate): use eachAsync() instead of nonexistent each() #7699
  • docs(validation): add CastError validation example #7514
  • docs(query+model): list out all options and callback details for Model.updateX() and Query#updateX() #7646
... (truncated)
Commits
  • 42b6280 chore: release 5.5.7
  • 65b8a7e fix(model): set $session before pre remove hooks run when calling remove() wi...
  • 350d9c7 fix(model): set $session() before pre save middleware runs when calling save(...
  • 44c3952 test(model): repro #7742
  • 651a1ad Merge pull request #7774 from LiaanM/Fix_7770
  • f45906c chore: remove gameserverkings as a sponsor
  • c876a66 fix(schema): support remove() on nested path
  • 422d1df test(schema): repro #2398
  • 115ea98 style: fix lint
  • 8a4faa4 fix(map): handle setting populated map element to doc
  • 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 4.13.14 to 5.5.7.
- [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.5.7)

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 May 10, 2019
@codecov-io
Copy link

codecov-io commented May 10, 2019

Codecov Report

Merging #235 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #235   +/-   ##
========================================
  Coverage    66.66%   66.66%           
========================================
  Files          146      146           
  Lines         1926     1926           
========================================
  Hits          1284     1284           
  Misses         642      642

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f0edaf...9f2bf50. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #237.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.5.7 branch May 14, 2019 04:25
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants