dependabot npm(deps): bump mongoose from 6.5.3 to 6.5.4
Bumps mongoose from 6.5.3 to 6.5.4.
Release notes
Sourced from mongoose's releases.
6.5.4 / 2022-08-30
- fix(document): allow calling $assertPopulated() with values to better support manual population #12233
- fix(connection+mongoose): better handling for calling model() with 1 argument #12359
- fix(model): allow defining discriminator virtuals and methods using schema options #12326
- fix(types): fix MongooseQueryMiddleware missing "findOneAndReplace" and "replaceOne" #12330 #12329 Jule- lpizzinidev
- fix(types): fix replaceOne return type #12351 lpizzinidev
- fix(types): use this for return type from $assertPopulated() #12234
- docs: highlight how to connect using auth in README #12354 AntonyOnScript
- docs: improve jsdoc comments for private methods #12337 hasezoey
- docs: fix minor typo in compatibility table header #12355 skyme5
Changelog
Sourced from mongoose's changelog.
6.5.4 / 2022-08-30
- fix(document): allow calling $assertPopulated() with values to better support manual population #12233
- fix(connection+mongoose): better handling for calling model() with 1 argument #12359
- fix(model): allow defining discriminator virtuals and methods using schema options #12326
- fix(types): fix MongooseQueryMiddleware missing "findOneAndReplace" and "replaceOne" #12330 #12329 Jule- lpizzinidev
- fix(types): fix replaceOne return type #12351 lpizzinidev
- fix(types): use this for return type from $assertPopulated() #12234
- docs: highlight how to connect using auth in README #12354 AntonyOnScript
- docs: improve jsdoc comments for private methods #12337 hasezoey
- docs: fix minor typo in compatibility table header #12355 skyme5
Commits
-
803a786
chore: release 6.5.4 -
b60d0e6
Merge pull request #12341 from Automattic/vkarpov15/gh-12233 -
20584b2
fix(mongoose): fix build from #12359 -
3bef3cf
fix(connection+mongoose): better handling for callingmodel()
with 1 argument -
aba698b
style: fix lint -
f858ca5
Merge pull request #12359 from chochihim/patch-1 -
c6d5889
Update connection.js -
53d4f38
Update lib/connection.js -
1563a1b
docs(document): improve$assertPopulated()
docs -
67bfddd
Merge pull request #12337 from hasezoey/changeCommentType - Additional commits viewable in compare view