dependabot npm(deps): bump mongoose from 6.5.1 to 6.5.2
Bumps mongoose from 6.5.1 to 6.5.2.
Release notes
Sourced from mongoose's releases.
6.5.2 / 2022-08-09
- fix(aggregate): avoid throwing error when disconnecting with change stream open #12201 ramos-ph
- fix(query): overwrite top-level key if using Query.prototype.set() to set to undefined #12155
- fix(query): shallow clone options before modifying #12176
- fix(types): auto schema type inference on
Connection.prototype.model()
#12240 hasezoey- fix(types): better typescript support for schema plugins #12139 emiljanitzek
- fix(types): make bulkWrite() type param optional #12221 #12212
- docs: misc cleanup #12199 hasezoey
- docs: highlight current top-most visible header in navbar #12222 hasezoey
- docs(populate): improve examples for Document.prototype.populate() #12111
- docs(middleware): clarify document vs model in middleware docs #12113
Changelog
Sourced from mongoose's changelog.
6.5.2 / 2022-08-09
- fix(aggregate): avoid throwing error when disconnecting with change stream open #12201 ramos-ph
- fix(query): overwrite top-level key if using Query.prototype.set() to set to undefined #12155
- fix(query): shallow clone options before modifying #12176
- fix(types): auto schema type inference on
Connection.prototype.model()
#12240 hasezoey- fix(types): better typescript support for schema plugins #12139 emiljanitzek
- fix(types): make bulkWrite() type param optional #12221 #12212
- docs: misc cleanup #12199 hasezoey
- docs: highlight current top-most visible header in navbar #12222 hasezoey
- docs(populate): improve examples for Document.prototype.populate() #12111
- docs(middleware): clarify document vs model in middleware docs #12113
Commits
-
e1a6c0b
chore: release 6.5.2 -
816ba77
Merge pull request #12245 from msmolens/fix-subdocs-typo -
777f56e
Merge pull request #12244 from Automattic/vkarpov15/gh-11999-test-flakes -
d80d71e
docs(subdocs): Fix typo -
ca6ad49
test: clean up flakey test re: #11999 -
7d6ab63
test: improve assertions -
47bb422
test: clean up a couple more test flakes re: #11999 -
706f80e
test: fix typo -
27b5101
test(aggregate): clean up some flakey aggregation tests -
7b41035
Merge pull request #12199 from hasezoey/fixDocs - Additional commits viewable in compare view