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 3.9.7 to 5.9.4 #1

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2020

Bumps mongoose from 3.9.7 to 5.9.4.

Changelog

Sourced from mongoose's changelog.

5.9.4 / 2020-03-09

  • fix(document): allow new Model(doc) to set immutable properties when doc is a mongoose document #8642
  • fix(array): make sure you can call unshift() after slice() #8482
  • fix(schema): propagate typePojoToMixed to implicitly created arrays #8627
  • fix(schema): also propagate typePojoToMixed option to schemas implicitly created because of typePojoToMixed #8627
  • fix(model): support passing background option to syncIndexes() #8645
  • docs(schema): add a section about the _id path in schemas #8625
  • docs(virtualtype+populate): document using match with virtual populate #8616
  • docs(guide): fix typo #8648 sauzy34

5.9.3 / 2020-03-02

  • fix: upgrade mongodb driver -> 3.5.4 #8620
  • fix(document): set subpath defaults when overwriting single nested subdoc #8603
  • fix(document): make calling validate() with single nested subpath only validate that single nested subpath #8626
  • fix(browser): make mongoose.model() return a class in the browser to allow hydrating populated data in the browser #8605
  • fix(model): make syncIndexes() and cleanIndexes() drop compound indexes with _id that aren't in the schema #8559
  • docs(connection+index): add warnings to explain that bufferMaxEntries does nothing with useUnifiedTopology #8604
  • docs(document+model+query): add options.timestamps parameter docs to findOneAndUpdate() and findByIdAndUpdate() #8619
  • docs: fix out of date links to tumblr #8599

5.9.2 / 2020-02-21

  • fix(model): add discriminator key to bulkWrite filters #8590
  • fix(document): when setting nested array path to non-nested array, wrap values top-down rather than bottom up when possible #8544
  • fix(document): dont leave nested key as undefined when setting nested key to empty object with minimize #8565
  • fix(document): avoid throwing error if setting path to Mongoose document with nullish _doc #8565
  • fix(update): handle Binary type correctly with runValidators #8580
  • fix(query): run deleteOne hooks only on Document#deleteOne() when setting options.document = true for Schema#pre() #8555
  • fix(document): allow calling validate() in post validate hook without causing parallel validation error #8597
  • fix(virtualtype): correctly copy options when cloning #8587
  • fix(collection): skip creating capped collection if autoCreate set to false #8566
  • docs(middleware): clarify that updateOne and deleteOne hooks are query middleware by default, not document middleware #8581
  • docs(aggregate): clarify that Aggregate#unwind() can take object parameters as well as strings #8594

5.9.1 / 2020-02-14

  • fix(model): set session when calling save() with no changes #8571
  • fix(schema): return correct pathType when single nested path is embedded under a nested path with a numeric name #8583
  • fix(queryhelpers): remove Object.values() for Node.js 4.x-6.x support #8596
  • fix(cursor): respect sort order when using eachAsync() with parallel and a sync callback #8577
  • docs: update documentation of custom _id overriding in discriminators #8591 sam-mfb

5.9.0 / 2020-02-13

  • fix: upgrade to MongoDB driver 3.5 #8520 #8563
  • feat(schematype): support setting default options for schema type (trim on all strings, etc.) #8487
  • feat(populate): add perDocumentLimit option that limits per document in find() result, rather than across all documents #7318
  • feat(schematype): enable setting transform option on individual schematypes #8403
... (truncated)
Commits
  • 321995d chore: release 5.9.4
  • c9f0ec9 test: fix tests
  • 122985d test: fix tests
  • f197ac3 test: fix tests
  • 5c40f22 test(discriminator): clean up unnecessary collections in model.discriminator....
  • 3f0b3a5 Merge branch 'master' of github.com:Automattic/mongoose
  • dfe41e2 fix(document): allow new Model(doc) to set immutable properties when doc is...
  • 5b19b31 Merge pull request #8651 from dskrvk/master
  • c213424 chore: undo unnecessary changes
  • 7b0bd36 docs(schema): add a section about the _id path in schemas
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2020
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