Skip to content

dependabot npm(deps): bump mongoose from 6.2.6 to 6.2.7

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

Bumps mongoose from 6.2.6 to 6.2.7.

Release notes

Sourced from mongoose's releases.

6.2.7 / 2022-03-16

  • perf(document): avoid running validation on every array element if there's no validators to run #11380
  • fix(cursor): correctly populate in batches when batchSize is set #11509
  • fix(connection): avoid setting MongoClient on useDb() connections until after setting on base connection #11445
  • fix(schema): throw more helpful error when using schema from a different version of Mongoose module #10453
  • fix: add missing timeseries expiration handling #11489 #11229 Uzlopak
  • docs: correct Model.findOneAndReplace docs param naming #11524 anatolykopyl
Changelog

Sourced from mongoose's changelog.

6.2.7 / 2022-03-16

  • perf(document): avoid running validation on every array element if there's no validators to run #11380
  • fix(cursor): correctly populate in batches when batchSize is set #11509
  • fix(connection): avoid setting MongoClient on useDb() connections until after setting on base connection #11445
  • fix(schema): throw more helpful error when using schema from a different version of Mongoose module #10453
  • fix: add missing timeseries expiration handling #11489 #11229 Uzlopak
  • docs: correct Model.findOneAndReplace docs param naming #11524 anatolykopyl
Commits
  • 75ca68b chore: release 6.2.7
  • 6aaddb3 fix(cursor): correctly populate in batches when batchSize is set
  • 1f109ea Merge pull request #11489 from Uzlopak/fix-missing-expirationhandling-for-tim...
  • f5fe027 Merge pull request #11520 from Uzlopak/extract-mongooseoptions
  • 7cd091b Merge pull request #11466 from Automattic/dependabot
  • 305630d Merge pull request #11524 from anatolykopyl/docs-findOneAndReplace-fix
  • 7ba11d6 Fixed error message
  • 7496cf7 Fixed findOneAndReplace examples
  • ab97a17 fix(schema): throw more helpful error when using schema from a different vers...
  • 50b670c fix(schema): handle schemas from different versions of Mongoose that are clos...
  • Additional commits viewable in compare view

Merge request reports