dependabot npm(deps): bump mongoose from 6.3.4 to 6.3.5
Bumps mongoose from 6.3.4 to 6.3.5.
Release notes
Sourced from mongoose's releases.
6.3.5 / 2022-05-30
- fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
- fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
- fix(document): fix ObjectId conversion for external schemas #11841 coyotte508
- fix: fix codeql warnings #11817 Uzlopak
- fix(types): allow passing TVirtuals to Schema class #11543
- fix(types): Type of Connection.transaction() #11825 dwrss
- docs(typescript): add coverage for TypeScript query helpers #11709
- docs: fix documention of error handling #11844 Uzlopak
- docs: typings mongoose.Error should reference to MongooseError #11850 Uzlopak
- chore: improve issue templates #11794 Uzlopak
- chore: use ts-benchmark instead of internal TS benchmarking #11798 mohammad0-0ahmad
Changelog
Sourced from mongoose's changelog.
6.3.5 / 2022-05-30
- fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
- fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
- fix(document): fix ObjectId conversion for external schemas #11841 coyotte508
- fix: fix codeql warnings #11817 Uzlopak
- fix(types): allow passing TVirtuals to Schema class #11543
- fix(types): Type of Connection.transaction() #11825 dwrss
- docs(typescript): add coverage for TypeScript query helpers #11709
- docs: fix documention of error handling #11844 Uzlopak
- docs: typings mongoose.Error should reference to MongooseError #11850 Uzlopak
- chore: improve issue templates #11794 Uzlopak
- chore: use ts-benchmark instead of internal TS benchmarking #11798 mohammad0-0ahmad
Commits
-
bc4a325
chore: release 6.3.5 -
1b18565
Merge pull request #11857 from Uzlopak/use-isBsonType-instead-of-instanceof -
42a17d2
use isBSONType instead of instanceof -
45cb551
Merge pull request #11854 from Uzlopak/refactor-mongoose-types-4 -
f45dbf8
fix sessionstarter -
2dc3f3c
extract models -
f111e06
extract middleware typings into middleware.d.ts -
b77dd43
extract session types into session.d.ts -
c284cc4
rename schematype.d.ts to schematypes.d.ts -
49af470
extract validation types - Additional commits viewable in compare view