dependabot npm(deps): bump mongoose from 8.6.3 to 8.6.4
Bumps mongoose from 8.6.3 to 8.6.4.
Release notes
Sourced from mongoose's releases.
8.6.4 / 2024-09-26
- fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897
- fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee
- fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee
Changelog
Sourced from mongoose's changelog.
8.6.4 / 2024-09-26
- fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897
- fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee
- fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee
7.8.2 / 2024-09-25
Commits
-
c4d96ea
chore: release 8.6.4 -
c6bd31d
Merge branch '7.x' -
3ede837
chore: release 7.8.2 -
34ed360
Merge pull request #14910 from Automattic/vkarpov15/gh-14897 -
d273278
Merge branch 'master' into vkarpov15/gh-14897 -
8522f39
style: fix lint -
95500b6
perf(document): remove unnecessary reset logic -
cc60077
Merge pull request #14908 from dragontaek-lee/skip-applying-static-hooks-mode... -
1f7c742
Update applyStaticHooks.js -
5ebe00a
Merge pull request #14894 from Automattic/vkarpov15/gh-14893 - Additional commits viewable in compare view