Skip to content

dependabot npm(deps): bump mongoose from 8.8.2 to 8.8.3

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

Bumps mongoose from 8.8.2 to 8.8.3.

Release notes

Sourced from mongoose's releases.

8.8.3 / 2024-11-26

  • fix: disallow using $where in match
  • perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #15055 #15029
  • fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #15046 #15040
Changelog

Sourced from mongoose's changelog.

8.8.3 / 2024-11-26

  • fix: disallow using $where in match
  • perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #15055 #15029
  • fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #15046 #15040
Commits
  • bb98dcf chore: release 8.8.3
  • 862d1a5 Merge pull request #15055 from Automattic/vkarpov15/gh-15029
  • 8f774f0 address code review comments
  • 768d460 Merge branch 'vkarpov15/sift-where'
  • c9e86bf fix: disallow using $where in match
  • b76ca9d Merge pull request #15046 from Automattic/vkarpov15/gh-15040
  • 7639fc6 perf: cache results from getAllSubdocs() on saveOptions, only loop through kn...
  • 83db613 fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne a...
  • See full diff in compare view

Merge request reports

Loading