dependabot npm(deps): bump mongoose from 8.0.4 to 8.1.0
Bumps mongoose from 8.0.4 to 8.1.0.
Release notes
Sourced from mongoose's releases.
8.1.0 / 2024-01-16
- feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
- feat: add Atlas search index helpers to Models and Schemas #14251 #14232
- feat(connection): add listCollections() helper to connections #14257
- feat(schematype): merge rather than overwrite default schematype validators #14124 #14070
- feat(types): support type hints in InferSchemaType #14008 JavaScriptBach
Changelog
Sourced from mongoose's changelog.
8.1.0 / 2024-01-16
- feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
- feat: add Atlas search index helpers to Models and Schemas #14251 #14232
- feat(connection): add listCollections() helper to connections #14257
- feat(schematype): merge rather than overwrite default schematype validators #14124 #14070
- feat(types): support type hints in InferSchemaType #14008 JavaScriptBach
Commits
-
ebf7d07
chore: release 8.1.0 -
3165a97
Merge pull request #14260 from Automattic/8.1 -
fd80ad3
Merge branch 'master' into 8.1 -
3393c96
Merge pull request #14251 from Automattic/vkarpov15/gh-14232 -
dad0da9
Merge pull request #14257 from Automattic/vkarpov15/listcollections -
33b3bba
types: add tsdoc comments re: code review -
ab28496
Update lib/schema.js -
d1e3c81
Update lib/model.js -
1eaa2d6
Merge pull request #14255 from monkbroc/patch-2 -
6c21fcc
address code review comments - Additional commits viewable in compare view