dependabot npm(deps): bump mongoose from 8.1.0 to 8.1.1
Bumps mongoose from 8.1.0 to 8.1.1.
Release notes
Sourced from mongoose's releases.
8.1.1 / 2024-01-24
- fix(model): throw readable error when calling Model() with a string instead of model() #14288 #14281
- fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
- types(query): add back context and setDefaultsOnInsert as Mongoose-specific query options #14284 #14282
- types(query): add missing runValidators back to MongooseQueryOptions #14278 #14275
Changelog
Sourced from mongoose's changelog.
8.1.1 / 2024-01-24
- fix(model): throw readable error when calling Model() with a string instead of model() #14288 #14281
- fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
- types(query): add back context and setDefaultsOnInsert as Mongoose-specific query options #14284 #14282
- types(query): add missing runValidators back to MongooseQueryOptions #14278 #14275
Commits
-
6b3f998
chore: release 8.1.1 -
0d54bea
Merge pull request #14288 from Automattic/vkarpov15/gh-14281 -
2a7fdef
Merge pull request #14287 from Automattic/vkarpov15/gh-14269 -
59ea552
docs: fix markdown typo, fix #14290 -
a36a180
fix(model): throw readable error when callingModel()
with a string instead... -
943d6b0
fix(document): handle setting nested path to spread doc with extra properties -
880bb2c
Merge pull request #14284 from Automattic/vkarpov15/gh-14282 -
fa00898
types(query): add backcontext
andsetDefaultsOnInsert
as Mongoose-specif... -
8265b2e
Merge pull request #14278 from Automattic/vkarpov15/gh-14275 -
c1905c1
types(query): add missingrunValidators
back to MongooseQueryOptions - See full diff in compare view