Skip to content

dependabot npm(deps): bump mongoose from 8.3.1 to 8.3.2

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

Bumps mongoose from 8.3.1 to 8.3.2.

Release notes

Sourced from mongoose's releases.

8.3.2 / 2024-04-16

  • fix(populate): avoid match function filtering out null values in populate result #14518 #14494
  • types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459
  • types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
  • types(models): fix incorrect bulk write options #14513 emiljanitzek
  • docs: add documentation for calling schema.post() with async function #14514 #14305
Changelog

Sourced from mongoose's changelog.

8.3.2 / 2024-04-16

  • fix(populate): avoid match function filtering out null values in populate result #14518 #14494
  • types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459
  • types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
  • types(models): fix incorrect bulk write options #14513 emiljanitzek
  • docs: add documentation for calling schema.post() with async function #14514 #14305

7.6.11 / 2024-04-11

  • fix(populate): avoid match function filtering out null values in populate result #14518
  • fix(schema): support setting discriminator options in Schema.prototype.discriminator() #14493 #14448
  • fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492 #14457

6.12.8 / 2024-04-10

  • fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
  • fix(schematype): consistently set wasPopulated to object with value property rather than boolean #14418
  • docs(model): add extra note about lean option for insertMany() skipping casting #14415 #14376
Commits
  • 6861d8d chore: release 8.3.2
  • 0c5ec09 Merge pull request #14526 from Automattic/vkarpov15/gh-14469
  • cc84536 chore: add missing header to changelog
  • 8bffb11 chore: fix dangling merge conflict in CHANGELOG
  • 904c436 types(DocumentArray): pass DocType generic to Document for correct toJSON() a...
  • 78bbcb5 Merge pull request #14513 from emiljanitzek/feature/bulk-write-types
  • 480c3f3 Merge branch '7.x'
  • c97c060 chore: release 7.6.11
  • 247d029 fix(populate): avoid match function filtering out null values in populate r...
  • 2d4cbb8 Merge pull request #14518 from Automattic/vkarpov15/gh-14494
  • Additional commits viewable in compare view

Merge request reports