dependabot npm(deps): bump mongoose from 6.8.2 to 6.8.3
Bumps mongoose from 6.8.2 to 6.8.3.
Release notes
Sourced from mongoose's releases.
6.8.3 / 2023-01-06
- perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867 Uzlopak
- fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true #12866
- fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution #12836
- fix(types): avoid inferring timestamps if methods, virtuals, or statics set #12871
- fix(types): correctly infer string enums on const arrays #12870 JavaScriptBach
- fix(types): allow virtuals to be invoked in the definition of other virtuals #12874 sffc
- fix(types): add type def for Aggregate#model without arguments #12864 hasezoey
- docs(discriminators): add section about changing discriminator key #12861
- docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type #12860 #12684
Changelog
Sourced from mongoose's changelog.
6.8.3 / 2023-01-06
- perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867 Uzlopak
- fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true #12866
- fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution #12836
- fix(types): avoid inferring timestamps if methods, virtuals, or statics set #12871
- fix(types): correctly infer string enums on const arrays #12870 JavaScriptBach
- fix(types): allow virtuals to be invoked in the definition of other virtuals #12874 sffc
- fix(types): add type def for Aggregate#model without arguments #12864 hasezoey
- docs(discriminators): add section about changing discriminator key #12861
- docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type #12860 #12684
Commits
-
783a5de
chore: release 6.8.3 -
0ccc498
Merge pull request #12881 from Automattic/vkarpov15/kareem-2.5.1 -
efeaa33
fix: upgrade kareem -> 2.5.1, Fix #12836 -
b9f2127
Merge pull request #12860 from Automattic/vkarpov15/gh-12684 -
426cc8c
Merge pull request #12861 from Automattic/vkarpov15/gh-6087 -
b7816cd
Merge pull request #12866 from Automattic/vkarpov15/gh-12791 -
fe9bc23
Merge pull request #12870 from JavaScriptBach/const-array -
a2af383
Merge pull request #12871 from Automattic/vkarpov15/gh-12807 -
fadb450
Merge pull request #12874 from sffc/patch-1 -
6043907
Merge pull request #12867 from Automattic/perf-assignRawDocsToIdStructure - Additional commits viewable in compare view