dependabot npm(deps): bump mongoose from 6.6.3 to 6.6.4
Bumps mongoose from 6.6.3 to 6.6.4.
Release notes
Sourced from mongoose's releases.
6.6.4 / 2022-10-03
- fix(model): avoid saving applied defaults if path is deselected #12506 #12414
- fix(types): correct DocType for auto typed query helpers #12342
- fix(types): avoid "excessively deep" type instantiation error when using bulkWrite() with type that extends from document #12277
- fix(types): avoid relying on typeof this, which isn't supported in TypeScript < 4.4 #12375
- docs(schema): correct example for Schema.prototype.discriminator() #12493
- docs(typescript): clean up query helpers examples #12342
- chore: use mongodb-memory-server for testing #12262 hasezoey
Changelog
Sourced from mongoose's changelog.
6.6.4 / 2022-10-03
- fix(model): avoid saving applied defaults if path is deselected #12506 #12414
- fix(types): correct DocType for auto typed query helpers #12342
- fix(types): avoid "excessively deep" type instantiation error when using bulkWrite() with type that extends from document #12277
- fix(types): avoid relying on typeof this, which isn't supported in TypeScript < 4.4 #12375
- docs(schema): correct example for Schema.prototype.discriminator() #12493
- docs(typescript): clean up query helpers examples #12342
- chore: use mongodb-memory-server for testing #12262 hasezoey
Commits
-
df01ba6
chore: release 6.6.4 -
6e736ee
Merge pull request #12506 from Automattic/vkarpov15/gh-12414 -
d061da3
test: add test coverage for #12414 -
d6a6620
Merge branch 'master' into vkarpov15/gh-12414 -
3d2db03
Merge pull request #12479 from Automattic/vkarpov15/gh-12277 -
327567b
test: remove some unused imports -
9d2a6e4
Merge branch 'master' into vkarpov15/gh-12277 -
8612620
Merge pull request #12488 from Automattic/vkarpov15/gh-12375 -
6d1af00
Merge pull request #12493 from Automattic/vkarpov15/gh-12455 -
b8567c3
Merge pull request #12262 from hasezoey/changeTestToMMS - Additional commits viewable in compare view