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

fix(deps): update dependency mongoose to v5.5.7 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 2019

This PR contains the following updates:

Package Type Update Change References
mongoose dependencies patch 5.5.3 -> 5.5.7 homepage, source

Release Notes

Automattic/mongoose

v5.5.7

Compare Source

==================

  • 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

v5.5.6

Compare Source

==================

  • 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

v5.5.5

Compare Source

==================

  • 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

v5.5.4

Compare Source

==================

  • 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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.5.4 fix(deps): update dependency mongoose to v5.5.5 Apr 30, 2019
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.5.5 fix(deps): update dependency mongoose to v5.5.6 May 6, 2019
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch from ff05745 to 6f35ae7 Compare May 6, 2019 20:58
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.5.6 fix(deps): update dependency mongoose to v5.5.7 May 9, 2019
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch from 6f35ae7 to 27731f7 Compare May 9, 2019 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant