dependabot npm(deps): bump mongoose from 8.7.2 to 8.7.3
Bumps mongoose from 8.7.2 to 8.7.3.
Release notes
Sourced from mongoose's releases.
8.7.3 / 2024-10-25
- fix(cursor): close underlying query cursor when calling destroy() #14982 #14966
- types: add JSONSerialized helper that can convert HydratedDocument to JSON output type #14981 #14451
- types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override #14977
- types(connection): add missing sanitizeFilter option #14975
- types: improve goto definition for inferred schema definitions #14968 forivall
- docs(migration-guide-v7): correct link to the section "Id Setter" #14973 rb-ntnx
Changelog
Sourced from mongoose's changelog.
8.7.3 / 2024-10-25
- fix(cursor): close underlying query cursor when calling destroy() #14982 #14966
- types: add JSONSerialized helper that can convert HydratedDocument to JSON output type #14981 #14451
- types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override #14977
- types(connection): add missing sanitizeFilter option #14975
- types: improve goto definition for inferred schema definitions #14968 forivall
- docs(migration-guide-v7): correct link to the section "Id Setter" #14973 rb-ntnx
Commits
-
f8489e3
chore: release 8.7.3 -
6ab97f2
Merge pull request #14981 from Automattic/vkarpov15/gh-14451 -
858cc0a
add docs and test coverage for maps -
f2b2816
Merge pull request #14982 from Automattic/vkarpov15/gh-14966 -
5bc09d0
Merge pull request #14973 from rb-ntnx/patch-1 -
b9c34d5
set _closed to true -
1c59f25
fix(cursor): make aggregation cursors handle destroy() and handle destroy() b... -
1a2fd2b
fix(cursor): close underlying query cursor when callingdestroy()
-
50b2670
types: handle buffers in JSONSerialized and fix issue with DocumentArrays -
ff24d86
types: add JSONSerialized helper that can convert HydratedDocument to JSON ou... - Additional commits viewable in compare view