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.0 #72

Merged
merged 1 commit into from Apr 8, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2019

This PR contains the following updates:

Package Type Update Change References
mongoose dependencies minor 5.4.19 -> 5.5.0 homepage, source

Release Notes

Automattic/mongoose

v5.5.0

Compare Source

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

  • feat(model): support applying hooks to custom static functions #​5982
  • feat(populate): support specifying a function as match #​7397
  • perf(buffer): avoid calling defineProperties() in Buffer constructor #​7331
  • feat(connection): add plugin() for connection-scoped plugins #​7378
  • feat(model): add Model#deleteOne() and corresponding hooks #​7538
  • feat(query): support hooks for Query#distinct() #​5938
  • feat(model): print warning when calling create() incorrectly with a session #​7535
  • feat(document): add Document#isEmpty() and corresponding helpers for nested paths #​5369
  • feat(document): add getters option to Document#get() #​7233
    feat(query): add Query#projection() to get or overwrite the current projection #​7384
  • fix(document): set full validator path on validatorProperties if propsParameter set on validator #​7447
  • feat(document): add Document#directModifiedPaths() #​7373
  • feat(document): add $locals property #​7691
  • feat(document): add validateUpdatedOnly option that only validates modified paths in save() #​7492 captaincaius
  • chore: upgrade MongoDB driver to v3.2.0 #​7641
  • fix(schematype): deprecate isAsync option for custom validators #​6700
  • chore(mongoose): deprecate global.MONGOOSE_DRIVER_PATH so we can be webpack-warning-free in 6.0 #​7501

v5.4.23

Compare Source

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

  • fix(document): report cast error when string path in schema is an array in MongoDB #​7619
  • fix(query): set deletedCount on result of remove() #​7629
  • docs(subdocs): add note about parent() and ownerDocument() to subdocument docs #​7576

v5.4.22

Compare Source

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

  • fix(aggregate): allow modifying options in pre('aggregate') hook #​7606
  • fix(map): correctly init maps of maps when loading from MongoDB #​7630
  • docs(model+query): add omitUndefined option to docs for updateX() and findOneAndX() #​3486
  • docs: removed duplicate Query.prototype.merge() reference from doc #​7684 shihabmridha
  • docs(schema): fix shardKey type to object instead of bool #​7668 kyletsang
  • docs(api): fix Model.prototypedelete link #​7665 pixcai

v5.4.21

Compare Source

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

  • fix(updateValidators): run update validators correctly on Decimal128 paths #​7561
  • fix(update): cast array filters in nested doc arrays correctly #​7603
  • fix(document): allow .get() + .set() with aliased paths #​7592
  • fix(document): ensure custom getters on single nested subdocs don't get persisted if toObject.getters = true #​7601
  • fix(document): support setting subdoc path to subdoc copied using object rest {...doc} #​7645
  • docs(schema): correct out-of-date list of reserved words #​7593
  • docs(model+query): add link to update results docs and examples of using results of updateOne(), etc. #​7582
  • docs: use atomic as opposed to $atomic consistently #​7649 720degreeLotus

v5.4.20

Compare Source

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

  • docs(tutorials): add tutorial about lean() #​7640
  • fix(discriminator): fix wrong modelName being used as value to partialFilterExpression index #​7635 #​7634 egorovli
  • fix(document): allow setters to modify this when overwriting single nested subdoc #​7585
  • fix(populate): handle count option correctly with multiple docs #​7573
  • fix(date): support declaring min/max validators as functions #​7600 ChienDevIT
  • fix(discriminator): avoid projecting in embedded discriminator if only auto-selected path is discriminator key #​7574
  • fix(discriminator): use discriminator model when using new BaseModel() with discriminator key #​7586
  • fix(timestamps): avoid throwing if doc array has timestamps and array is undefined #​7625 serg33v
  • docs(document): explain DocumentNotFoundError in save() docs #​7580
  • docs(query): fix .all() param type and add example #​7612 720degreeLotus
  • docs: add useNewUrlParser to mongoose.connect for some pages #​7615 YC

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.

@vercel
Copy link

vercel bot commented Mar 25, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://fme-graphql-git-renovate-mongoose-5x.firstmeanseverything1.now.sh

@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.4.20 fix(deps): update dependency mongoose to v5.4.21 Apr 2, 2019
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.4.21 fix(deps): update dependency mongoose to v5.4.22 Apr 4, 2019
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.4.22 fix(deps): update dependency mongoose to v5.4.23 Apr 8, 2019
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v5.4.23 fix(deps): update dependency mongoose to v5.5.0 Apr 8, 2019
@ynnoj ynnoj merged commit a46a149 into master Apr 8, 2019
@ynnoj ynnoj deleted the renovate/mongoose-5.x branch April 8, 2019 21:51
ynnoj added a commit that referenced this pull request Apr 9, 2019
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.

None yet

2 participants