dependabot npm(deps): bump mongoose from 6.7.3 to 6.7.4
Bumps mongoose from 6.7.3 to 6.7.4.
Release notes
Sourced from mongoose's releases.
6.7.4 / 2022-11-28
- fix: allow setting global strictQuery after Schema creation #12717 #12703 lpizzinidev
- fix(cursor): make eachAsync() avoid modifying batch when mixing parallel and batchSize #12716
- fix(types): infer virtuals in query results #12727 #12702 #12684
- fix(types): correctly infer ReadonlyArray types in schema definitions #12720
- fix(types): avoid typeof Query with generics for TypeScript 4.6 support #12712 #12688
- chore: avoid bundling .tgz files when publishing #12725 hasezoey
Changelog
Sourced from mongoose's changelog.
6.7.4 / 2022-11-28
- fix: allow setting global strictQuery after Schema creation #12717 #12703 lpizzinidev
- fix(cursor): make eachAsync() avoid modifying batch when mixing parallel and batchSize #12716
- fix(types): infer virtuals in query results #12727 #12702 #12684
- fix(types): correctly infer ReadonlyArray types in schema definitions #12720
- fix(types): avoid typeof Query with generics for TypeScript 4.6 support #12712 #12688
- chore: avoid bundling .tgz files when publishing #12725 hasezoey
Commits
-
66474c9
chore: release 6.7.4 -
457f821
style: fix lint -
69aebcb
Merge pull request #12719 from zzztttkkk/master -
f60b59a
test: remove unnecessary test -
b393f87
style: fix lint -
f899973
test: make tests for #12719 more durable instead of relying on console log -
23d44e4
fix: quick fix to avoid checking non-objects for modified paths -
0d02574
Merge pull request #12728 from lpizzinidev/fix-flaky-test -
4d51e25
Merge pull request #12727 from Automattic/vkarpov15/gh-12702 -
62ad08d
[🐛 fix] (lib/helpers/common.js): - - Additional commits viewable in compare view