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

chore(deps): Bump mongoose from 5.13.7 to 5.13.9 #613

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps mongoose from 5.13.7 to 5.13.9.

Changelog

Sourced from mongoose's changelog.

5.13.9 / 2021-09-06

  • fix(populate): avoid setting empty array on lean document when populate result is undefined #10599
  • fix(document): make depopulate() handle populated paths underneath document arrays #10592
  • fix: peg @​types/bson version to 1.x || 4.0.x to avoid stubbed 4.2.x release #10678
  • fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with extends Document and any #10647
  • fix(index.d.ts): allow specifying weights as an IndexOption #10586
  • fix: upgrade to mpath v0.8.4 re: security issue #10683

6.0.4 / 2021-09-01

  • fix(schema): handle maps of maps #10644
  • fix: avoid setting defaults on insert on a path whose subpath is referenced in the update #10624
  • fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with extends Document and any #10617
  • fix(index.d.ts): allow using type: [documentDefinition] when defining a doc array in a schema #10605
  • docs: remove useNewUrlParser, useUnifiedTopology, some other legacy options from docs #10631 #10632
  • docs(defaults): clarify that setDefaultsOnInsert is true by default in 6.x #10643
  • test: use async/await instead of co #10633 AbdelrahmanHafez

6.0.3 / 2021-08-30

  • fix: handle buffering with find() now that find() no longer accepts a callback #10639 #10634 #10610

6.0.2 / 2021-08-26

  • fix(query): handle find() when buffering on initial connection #10610
  • fix(populate): get doc schema using $__schema to avoid paths named schema #10619
  • docs: use async/await in the quickstart #10610
  • docs: fix links to guide, schematypes, connections in v5.x docs #10607
  • docs: add link to 6.x migration guide to schemas guide #10616
  • docs: add migration to 6.x in Migration Guides section #10618 HunterKohler
  • docs: fix missing URL part on layout.pug #10622 ItsLhun

6.0.1 / 2021-08-25

  • fix(aggregate): allow calling Model.aggregate() with options #10604 amitbeck
  • fix(index.d.ts): add instance, options, schema properties to SchemaType class #10609
  • fix(index.d.ts): allow querying array of strings by string #10605
  • fix(index.d.ts): allow using type: SchemaDefinitionProperty in schema definitions #10605
  • fix(index.d.ts): remove strictQuery option #10598 thiagokisaki
  • docs: add link to migration guide in changelog #10600 AbdelrahmanHafez
  • docs: fix docs build for v5.x docs #10607
  • docs(query): add note about strict option to setOptions() #10602

6.0.0 / 2021-08-24

  • Follow the migration guide to get a list of all breaking changes in v6.0.
  • BREAKING CHANGE: remove the deprecated safe option in favor of write concerns
  • fix: upgrade to mongodb driver 4.1.1
  • fix: consistently use $__parent to store subdoc parent as a property, and $parent() as a getter function #10584 #10414

... (truncated)

Commits
  • 07946be chore: release v5.13.9
  • 264554f fix: upgrade to mpath v0.8.4 re: security issue
  • fc5fc7e fix: peg @​types/bson version to 1.x || 4.0.x to avoid stubbed 4.2.x release
  • 1f28237 fix(populate): avoid setting empty array on lean document when populate resul...
  • 1dc9b45 style: fix lint
  • 3f7dfc5 fix(document): make depopulate() handle populated paths underneath document...
  • b34d1d5 fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly...
  • 2a3399e docs: another layout fix for 5.x docs
  • 5bf3c29 chore: update makefile again
  • 191678c chore: update makefile re: #10607
  • 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)

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 13, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2021

Superseded by #634.

@dependabot dependabot bot closed this Oct 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongoose-5.13.9 branch October 6, 2021 09:59
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants