dependabot npm(deps): bump mongoose from 6.6.4 to 6.6.5
Bumps mongoose from 6.6.4 to 6.6.5.
Release notes
Sourced from mongoose's releases.
6.6.5 / 2022-10-05
- fix(document): set defaults on subdocuments underneath init-ed single nested subdocument #12523 #12515
- fix: make Jest fake timers check more robust to other libs that overwrite time functions #12527 #12514
- fix(types): indicate that Schema.prototype.discriminator() returns this #12522 #12457
- fix(types): add "estimatedDocumentCount" and "countDocuments" as possible hooks #12519 #12516
- docs(models): add section on MongoDB Views #12526 #5694
- docs(subdocs): clarify that populated docs are not subdocs #12521 #12398
- docs(change-streams): remove unnecessary obsolete comment about needing to use mongodb driver change streams #12444
Changelog
Sourced from mongoose's changelog.
6.6.5 / 2022-10-05
- fix(document): set defaults on subdocuments underneath init-ed single nested subdocument #12523 #12515
- fix: make Jest fake timers check more robust to other libs that overwrite time functions #12527 #12514
- fix(types): indicate that Schema.prototype.discriminator() returns this #12522 #12457
- fix(types): add "estimatedDocumentCount" and "countDocuments" as possible hooks #12519 #12516
- docs(models): add section on MongoDB Views #12526 #5694
- docs(subdocs): clarify that populated docs are not subdocs #12521 #12398
- docs(change-streams): remove unnecessary obsolete comment about needing to use mongodb driver change streams #12444
Commits
-
8846d29
chore: release 6.6.5 -
573e5bc
Merge pull request #12527 from Automattic/vkarpov15/gh-12514 -
81ac6b7
Merge pull request #12528 from hasezoey/fixClosingTag -
c10174c
docs(models): fix non-matching closing tag -
7573398
Merge pull request #12526 from Automattic/vkarpov15/gh-5694 -
2691f74
Update docs/models.md -
2f22919
fix: make Jest fake timers check more robust to other libs that overwrite tim... -
eb292d2
Merge pull request #12521 from Automattic/vkarpov15/gh-12398 -
2b5c79e
Merge pull request #12522 from Automattic/vkarpov15/gh-12457 -
542ce79
Merge pull request #12523 from Automattic/vkarpov15/gh-12515 - Additional commits viewable in compare view