Skip to content

dependabot npm(deps): bump mongoose from 6.3.2 to 6.3.3

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

Bumps mongoose from 6.3.2 to 6.3.3.

Release notes

Sourced from mongoose's releases.

6.3.3 / 2022-05-09

  • perf: avoid leaking memory when using populate() with QueryCursor because of reusing populate options with _docs #11641
  • fix(types): add _id back for LeanDocument #11769 #11761 taxilian
  • fix(model): add skipValidation option for bulkWrite() to allow skipping validation for insertOne and replaceOne #11663
  • fix(document): correctly $__reset() subdocuments that are under nested paths #11672
  • fix(query): handle casting BSONRegExp instances as RegExps in queries #11597
  • fix: correctly cast $not in $expr #11689
  • perf: optimize size of browser bundle, use buffer v.5.7.1 package to match buffer package of mongodb in browser bundle #11765 Uzlopak
  • docs: Query.populate docs do not include using an array of strings for the path param #11768 #11641 AbdelrahmanHafez
  • chore: add GitHub workflow to close stale "can't reproduce", "help", "needs clarification" issues #11753 Uzlopak
  • chore: remove Makefile dependency for compiling docs #11751 Uzlopak
Changelog

Sourced from mongoose's changelog.

6.3.3 / 2022-05-09

  • perf: avoid leaking memory when using populate() with QueryCursor because of reusing populate options with _docs #11641
  • fix(types): add _id back for LeanDocument #11769 #11761 taxilian
  • fix(model): add skipValidation option for bulkWrite() to allow skipping validation for insertOne and replaceOne #11663
  • fix(document): correctly $__reset() subdocuments that are under nested paths #11672
  • fix(query): handle casting BSONRegExp instances as RegExps in queries #11597
  • fix: correctly cast $not in $expr #11689
  • perf: optimize size of browser bundle, use buffer v.5.7.1 package to match buffer package of mongodb in browser bundle #11765 Uzlopak
  • docs: Query.populate docs do not include using an array of strings for the path param #11768 #11641 AbdelrahmanHafez
  • chore: add GitHub workflow to close stale "can't reproduce", "help", "needs clarification" issues #11753 Uzlopak
  • chore: remove Makefile dependency for compiling docs #11751 Uzlopak
Commits
  • f1d4ab1 chore: release 6.3.3
  • 28da36b fix(model): add skipValidation option for bulkWrite() to allow skipping v...
  • 55ff290 perf: avoid leaking memory when using populate() with QueryCursor because o...
  • 2091818 fix(query): handle casting BSONRegExp instances as RegExps in queries
  • 8838b5e Merge branch 'master' of github.com:Automattic/mongoose
  • 38c6fe1 docs(query): clarify that orFail() with updateX() throws if no document u...
  • 7d4f95b Merge pull request #11774 from Uzlopak/slack-badge
  • 63c595a fix slack badge
  • 474dcdf Merge branch 'master' of github.com:Automattic/mongoose
  • 97815f7 docs(typescript): add section about methods to TypeScript statics page
  • Additional commits viewable in compare view

Merge request reports