dependabot npm(deps): bump mongoose from 8.2.1 to 8.2.2
Bumps mongoose from 8.2.1 to 8.2.2.
Release notes
Sourced from mongoose's releases.
8.2.2 / 2024-03-15
- fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
- fix: add Null check in case schema.options['type'][0] is undefined #14431 Atharv-Bobde
- types: consistently infer array of objects in schema as a DocumentArray #14430 #14367
- types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue #14428 #14429 jkorach
- types: add pre and post function types on Query class #14433 #14432 IICarst
- types(model): make bulkWrite() types more flexible to account for casting #14423
- docs: update version support documentation for mongoose 5 & 6 #14427 hasezoey
Changelog
Sourced from mongoose's changelog.
8.2.2 / 2024-03-15
- fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
- fix: add Null check in case schema.options['type'][0] is undefined #14431 Atharv-Bobde
- types: consistently infer array of objects in schema as a DocumentArray #14430 #14367
- types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue #14428 #14429 jkorach
- types: add pre and post function types on Query class #14433 #14432 IICarst
- types(model): make bulkWrite() types more flexible to account for casting #14423
- docs: update version support documentation for mongoose 5 & 6 #14427 hasezoey
7.6.10 / 2024-03-13
Commits
-
8116374
chore: release 8.2.2 -
7c726c2
Merge branch '7.x' -
5ea6e38
Merge pull request #14437 from Automattic/vkarpov15/gh-14420 -
ca623ef
fix(model): improve update minimizing to only minimize top-level properties i... -
5fca922
Merge pull request #14433 from IICarst/query-middleware-types-fix -
1aa88a3
Merge pull request #14431 from Atharv-Bobde/patch-1 -
b94d2fd
Merge pull request #14430 from Automattic/vkarpov15/gh-14367 -
06067de
Merge pull request #14429 from jkorach/gh-14428 -
580bc8c
Update PipelineStage.test.ts -
8aea2f7
Update test/types/PipelineStage.test.ts - Additional commits viewable in compare view