dependabot npm(deps): bump mongoose from 8.3.2 to 8.3.3
Bumps mongoose from 8.3.2 to 8.3.3.
Release notes
Sourced from mongoose's releases.
8.3.3 / 2024-04-29
- perf(document): add fast path for applying non-nested virtuals to JSON #14543
- fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
- fix: improve timestamps option handling in bulkWrite #14546 #14536 sderrow
- fix(model): make recompileSchema() overwrite existing document array discriminators #14527
- types(schema): correctly infer Array #14534 #14367
- types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
- types: add null to select override return type for findOne #14545 sderrow
Changelog
Sourced from mongoose's changelog.
8.3.3 / 2024-04-29
- perf(document): add fast path for applying non-nested virtuals to JSON #14543
- fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
- fix: improve timestamps option handling in bulkWrite #14546 #14536 sderrow
- fix(model): make recompileSchema() overwrite existing document array discriminators #14527
- types(schema): correctly infer Array #14534 #14367
- types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
- types: add null to select override return type for findOne #14545 sderrow
Commits
-
d51173a
chore: release 8.3.3 -
b6ffcfd
test: lint and test cases for #14545 -
16e6985
Merge pull request #14545 from sderrow/fix-select-override-return-type -
72da808
Merge pull request #14542 from Automattic/vkarpov15/gh-14286 -
434dac8
Merge pull request #14546 from sderrow/bulk-write-timestamps-fix -
286c7d1
Merge pull request #14543 from Automattic/vkarpov15/gh-14394 -
f745033
Merge pull request #14540 from Automattic/IslandRhythms/remove-commands -
af2afc1
Merge pull request #14534 from Automattic/vkarpov15/gh-14367-2 -
d5bd91d
docs: full Schema generics definition re: code review on #14542 -
72e4957
Update docs/typescript/schemas.md - Additional commits viewable in compare view