Skip to content

dependabot npm(deps): bump mongoose from 7.6.3 to 7.6.4

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

Bumps mongoose from 7.6.3 to 7.6.4.

Changelog

Sourced from mongoose's changelog.

7.6.4 / 2023-10-30

  • fix(connection): retain modified status for documents created outside a transaction during transaction retries #14017 #13973
  • fix(schema): handle recursive schemas in discriminator definitions #14011 #13978
  • fix: handle casting $or underneath $elemMatch #14007 #13974
  • fix(populate): allow using options: { strictPopulate: false } to disable strict populate #13863
  • docs: fix differences between sample codes and documentation #13998 suzuki
  • docs: fix missing import and change wrong variable name #13992 suzuki
Commits
  • 4ff1916 chore: release 7.6.4
  • 120b442 Merge pull request #14017 from Automattic/vkarpov15/gh-13973-2
  • 8a7f2f2 Merge pull request #14011 from Automattic/vkarpov15/gh-13978
  • a1dc45b test: modify test name re: code review comments
  • a5e4ec2 Update test/schema.test.js
  • 6c4d836 fix(document): handle #9396 case by only applying #13973 logic if in transaction
  • c795ce4 fix(connection): retain modified status for documents created outside a trans...
  • 64f2098 fix(schema): handle recursive schemas in discriminator definitions
  • 266804b fix: handle casting $or within $elemMatch
  • 4d084e9 Merge pull request #13998 from suzuki/fix/doc-plungins
  • Additional commits viewable in compare view

Merge request reports

Loading