Skip to content

dependabot npm(deps): bump mongoose from 8.6.3 to 8.6.4

Depen d'Abot requested to merge dependabot-npm_and_yarn-mongoose-8.6.4 into master

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

  • fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc. #14894 #14893
Commits

Merge request reports

Loading