Skip to content

dependabot npm(deps): bump mongoose from 7.0.4 to 7.0.5

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

Bumps mongoose from 7.0.4 to 7.0.5.

Release notes

Sourced from mongoose's releases.

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281
Changelog

Sourced from mongoose's changelog.

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281
Commits
  • 5610646 chore: release 7.0.5
  • 3ecf06a Merge pull request #13317 from Automattic/vkarpov15/uuid-populate-fixes
  • a38e10b test(uuid): quick fix based on code review comments
  • b321084 Update test/schema.uuid.test.js
  • 8313e60 Merge pull request #13312 from hasezoey/fix13297
  • 4332472 fix(schema): correctly handle uuids with populate()
  • b371226 docs(subdocs): fix mention of subdocument ".remove" function
  • bc69fc8 Merge pull request #13301 from Automattic/IslandRhythms/fix-docs
  • 677864b use relative link
  • dee524b Merge pull request #13286 from jakesjews/master
  • Additional commits viewable in compare view

Merge request reports

Loading