Skip to content

dependabot npm(deps): bump mongoose from 7.2.4 to 7.3.0

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

Bumps mongoose from 7.2.4 to 7.3.0.

Release notes

Sourced from mongoose's releases.

7.3.0 / 2023-06-14

  • feat: upgrade mongodb -> 5.6.0 #13455 lorand-horvath
  • feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
  • feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
  • feat(model): add ordered option to Model.create() #13472 #4038
  • feat(schema): consistently add .get() function to all SchemaType classes
  • feat(populate): pass virtual to match function to allow merging match options #13477 #12443
  • types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
  • types(schema): add validateModifiedOnly as schema option #13503 #10153
  • docs: add note about validateModifiedOnly as a schema option #13503 #10153
  • docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 Climax777
  • docs(further_reading): remove style for "img" hasezoey
Changelog

Sourced from mongoose's changelog.

7.3.0 / 2023-06-14

  • feat: upgrade mongodb -> 5.6.0 #13455 lorand-horvath
  • feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
  • feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
  • feat(model): add ordered option to Model.create() #13472 #4038
  • feat(schema): consistently add .get() function to all SchemaType classes
  • feat(populate): pass virtual to match function to allow merging match options #13477 #12443
  • types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
  • types(schema): add validateModifiedOnly as schema option #13503 #10153
  • docs: add note about validateModifiedOnly as a schema option #13503 #10153
  • docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 Climax777
  • docs(further_reading): remove style for "img" hasezoey
Commits
  • 1db7cf4 chore: release 7.3.0
  • 3742d8f Merge pull request #13499 from Automattic/7.3
  • fcda25d Merge pull request #13506 from Automattic/IslandRhythms/optimistic-concurrenc...
  • b6f18fe Merge pull request #13509 from Automattic/vkarpov15/aggregate-finally
  • e1dae1a feat(aggregate): add Aggregate.prototype.finally() to be consistent with Pr...
  • 9e08552 made requested fixes
  • e483c33 Merge pull request #13508 from Climax777/patch-1
  • 4e793e8 Update migrating_to_7.md to include Model.countDocuments
  • 97dec73 don't apply optimistic concurrency if optCon array
  • 40528ce set version if modified path and optCon is array
  • Additional commits viewable in compare view

Merge request reports