Skip to content

dependabot npm(deps): bump mongoose from 6.3.6 to 6.3.8

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

Bumps mongoose from 6.3.6 to 6.3.8.

Release notes

Sourced from mongoose's releases.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541
Changelog

Sourced from mongoose's changelog.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541

6.3.7 / 2022-06-13

  • fix(schema+document): allow disabling _id on subdocuments by default #11541
  • fix(update): respect global strictQuery option when casting array filters #11836
  • perf(document): avoid unnecessarily creating new options object on every $set #11541
  • fix: toJSON with undefined path #11922 kerryChen95
  • fix: add refPath to SchemaTypeOptions class #11862
  • fix(types): handle boolean default functions #11828
  • docs(populate): make path names in refPath section consistent #11724
Commits
  • 613b368 chore: release 6.3.8
  • 670b445 Revert "perf: make a couple of more minor performance optimizations re: #11541"
  • 213607f Merge branch 'master' of github.com:Automattic/mongoose
  • 5a63995 chore: release 6.3.7
  • c7dbfe3 Merge pull request #11925 from Automattic/revert-11898-fix/discriminator-type...
  • 53fcc1a Revert "fix: Discriminator generic type not being passed to schema"
  • c3b223f perf: make a couple of more minor performance optimizations re: #11541
  • 3dc732f perf(document): avoid unnecessarily creating new options object on every $set
  • f1c5412 fix(schema+document): allow disabling _id on subdocuments by default
  • f4d7ad8 fix: add refPath to SchemaTypeOptions class #11862
  • Additional commits viewable in compare view

Merge request reports

Loading