dependabot npm(deps): bump mongoose from 8.3.0 to 8.3.1
Bumps mongoose from 8.3.0 to 8.3.1.
Release notes
Sourced from mongoose's releases.
8.3.1 / 2024-04-08
- fix(document): make update minimization unset property rather than setting to null #14504 #14445
- fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
- fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
- fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
- fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
- types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
- docs: remove typo #14501 epmartini
Changelog
Sourced from mongoose's changelog.
8.3.1 / 2024-04-08
- fix(document): make update minimization unset property rather than setting to null #14504 #14445
- fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
- fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
- fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
- fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
- types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
- docs: remove typo #14501 epmartini
Commits
-
e359b99
chore: release 8.3.1 -
68a7f6d
Merge pull request #14501 from epmartini/patch-1 -
9221cc2
Merge pull request #14509 from hasezoey/fixTypo -
4071fd7
style(model): fix typo in "$__updateConnection" docs -
b729474
Merge pull request #14500 from Automattic/vkarpov15/gh-14444 -
1e8753f
fix: address code review comments -
7cf76cc
Merge pull request #14505 from Automattic/vkarpov15/set-driver-model-db-2 -
9fb1d81
docs(model): add comments for $__updateConnection -
d475ce8
Merge pull request #14499 from Automattic/vkarpov15/gh-14496 -
bb2eb40
Merge pull request #14504 from Automattic/vkarpov15/gh-14445 - Additional commits viewable in compare view