Skip to content

dependabot npm(deps): bump mongoose from 8.2.0 to 8.2.1

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

Bumps mongoose from 8.2.0 to 8.2.1.

Release notes

Sourced from mongoose's releases.

8.2.1 / 2024-03-04

  • fix(document): make $clone avoid converting subdocs into POJOs #14395 #14353
  • fix(connection): avoid unhandled error on createConnection() if on('error') handler registered #14390 #14377
  • fix(schema): avoid applying default write concern to operations that are in a transaction #14391 #11382
  • types(querycursor): correct cursor async iterator type with populate() support #14384 #14374
  • types: missing typescript details on options params of updateMany, updateOne, etc. #14382 #14379 #14378 FaizBShah sderrow
  • types: allow Record as valid query select argument #14371 sderrow
Changelog

Sourced from mongoose's changelog.

8.2.1 / 2024-03-04

  • fix(document): make $clone avoid converting subdocs into POJOs #14395 #14353
  • fix(connection): avoid unhandled error on createConnection() if on('error') handler registered #14390 #14377
  • fix(schema): avoid applying default write concern to operations that are in a transaction #14391 #11382
  • types(querycursor): correct cursor async iterator type with populate() support #14384 #14374
  • types: missing typescript details on options params of updateMany, updateOne, etc. #14382 #14379 #14378 FaizBShah sderrow
  • types: allow Record as valid query select argument #14371 sderrow

7.6.9 / 2024-02-26

  • fix(document): handle embedded recursive discriminators on nested path defined using Schema.prototype.discriminator #14256 #14245
  • types(model): correct return type for findByIdAndDelete() #14233 #14190
  • docs(connections): add note about using asPromise() with createConnection() for error handling #14364 #14266
  • docs(model+query+findoneandupdate): add more details about overwriteDiscriminatorKey option to docs #14264 #14246
Commits
  • fb1e00b chore: release 8.2.1
  • 9288e15 Merge pull request #14401 from Automattic/dependabot/npm_and_yarn/master/moch...
  • e223d7a Merge pull request #14402 from Automattic/dependabot/npm_and_yarn/master/webp...
  • 17ce8e2 chore(deps-dev): bump webpack from 5.90.1 to 5.90.3
  • 72f3e8b Merge pull request #14404 from Automattic/dependabot/npm_and_yarn/master/babe...
  • fb88e57 Merge pull request #14411 from Automattic/dependabot/npm_and_yarn/master/tsd-...
  • 44bc414 Merge pull request #14412 from Automattic/dependabot/github_actions/master/ac...
  • 6854607 test: bump TypeScript instantiations cap to fix tests until we release #14328
  • 6ed3385 Merge pull request #14395 from Automattic/vkarpov15/gh-14353
  • ead215f chore(deps-dev): bump mocha from 10.2.0 to 10.3.0
  • Additional commits viewable in compare view

Merge request reports