Skip to content

dependabot npm(deps): bump mongoose from 6.4.6 to 6.4.7

Depen d'Abot requested to merge dependabot-npm_and_yarn-mongoose-6.4.7 into master

Bumps mongoose from 6.4.6 to 6.4.7.

Release notes

Sourced from mongoose's releases.

6.4.7 / 2022-07-25

  • fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
  • fix(document): call subdocument getters if child schema has getters: true #12105
  • fix(schematype): actually always return "this" where specified #12141 hasezoey
  • fix(types): correct return value for Model.exists() #12094
  • docs(guides): add link to advanced schemas doc #12073
  • docs: handle @​see in jsdoc #12144 hasezoey
  • docs: make use of the deprecated tag available in jsdoc for documentation #12080 hasezoey
  • docs(api_split): add basic DEPRECATED output #12146 hasezoey
  • docs: various jsdoc cleanup #12140 hasezoey
  • docs(api_split.pug): add "code" to parameter name #12145 hasezoey
Changelog

Sourced from mongoose's changelog.

6.4.7 / 2022-07-25

  • fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
  • fix(document): call subdocument getters if child schema has getters: true #12105
  • fix(schematype): actually always return "this" where specified #12141 hasezoey
  • fix(types): correct return value for Model.exists() #12094
  • docs(guides): add link to advanced schemas doc #12073
  • docs: handle @​see in jsdoc #12144 hasezoey
  • docs: make use of the deprecated tag available in jsdoc for documentation #12080 hasezoey
  • docs(api_split): add basic DEPRECATED output #12146 hasezoey
  • docs: various jsdoc cleanup #12140 hasezoey
  • docs(api_split.pug): add "code" to parameter name #12145 hasezoey
Commits
  • 62f5c33 chore: release 6.4.7
  • 83f55cb fix(virtualtype): use $locals for default virtual getter/setter rather than...
  • abb3563 fix(document): call subdocument getters if child schema has getters: true
  • edcf468 fix(types): correct return value for Model.exists()
  • e2db583 docs(guides): add link to advanced schemas doc
  • 8f73e06 Merge pull request #12147 from mohammad0-0ahmad-forks/ts-benchmark-1.1.10
  • 7ff925b Merge pull request #12140 from hasezoey/jsdoc
  • 2b0c5e1 Merge pull request #12141 from hasezoey/fixSchemaTypeReturn
  • cacdc02 Merge pull request #12144 from hasezoey/addSee
  • a1c63ba Merge pull request #12145 from hasezoey/addCodeToParameters
  • Additional commits viewable in compare view

Merge request reports

Loading