dependabot npm(deps): bump mongoose from 6.7.1 to 6.7.2
Bumps mongoose from 6.7.1 to 6.7.2.
Release notes
Sourced from mongoose's releases.
6.7.2 / 2022-11-07
- fix(discriminator): skip copying base schema plugins if
applyPlugins == false
#12613 #12604 lpizzinidev- fix(types): add UUID to types #12650 #12593
- fix(types): allow setting SchemaTypeOptions' index property to IndexOptions #12562
- fix(types): set this to doc type in SchemaType.prototype.validate() #12663 #12590
- fix(types): correct handling for model #12659 #12573
- fix(types): pre hook with deleteOne should resolve this as Query #12642 #12622 lpizzinidev
Changelog
Sourced from mongoose's changelog.
6.7.2 / 2022-11-07
- fix(discriminator): skip copying base schema plugins if
applyPlugins == false
#12613 #12604 lpizzinidev- fix(types): add UUID to types #12650 #12593
- fix(types): allow setting SchemaTypeOptions' index property to IndexOptions #12562
- fix(types): set this to doc type in SchemaType.prototype.validate() #12663 #12590
- fix(types): correct handling for model #12659 #12573
- fix(types): pre hook with deleteOne should resolve this as Query #12642 #12622 lpizzinidev
Commits
-
f1c433c
chore: release 6.7.2 -
4559282
Merge pull request #12663 from Automattic/vkarpov15/gh-12590 -
78b91b4
test(types): address code review comments -
5280b0c
Merge pull request #12659 from Automattic/vkarpov15/gh-12573 -
f9fb612
Update test/types/models.test.ts -
6c78334
fix(types): setthis
to doc type inSchemaType.prototype.validate()
-
a061ccd
fix(types): correct handling for model<any> -
cdfc84f
Merge pull request #12650 from Automattic/vkarpov15/gh-12593 -
5a40613
Merge pull request #12613 from lpizzinidev/feat-applyplugins -
e559695
Merge branch 'master' into vkarpov15/gh-12593 - Additional commits viewable in compare view