dependabot npm(deps): bump mongoose from 6.3.3 to 6.3.4
Bumps mongoose from 6.3.3 to 6.3.4.
Release notes
Sourced from mongoose's releases.
6.3.4 / 2022-05-19
- fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698
- fix(document): avoid setting nested paths to null when they're undefined #11723
- fix: allow using comment with findOneAndUpdate(), count(),
distinct()
andhint
withfindOneAndUpdate()
#11793- fix(document): clean modified subpaths when setting nested path to null after modifying subpaths #11764
- fix(types): allow calling
deleteModel()
with RegExp in TypeScript #11812- docs(typescript): add section on PopulatedDoc to TypeScript populate docs #11685
Changelog
Sourced from mongoose's changelog.
6.3.4 / 2022-05-19
- fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698
- fix(document): avoid setting nested paths to null when they're undefined #11723
- fix: allow using comment with findOneAndUpdate(), count(),
distinct()
andhint
withfindOneAndUpdate()
#11793- fix(document): clean modified subpaths when setting nested path to null after modifying subpaths #11764
- fix(types): allow calling
deleteModel()
with RegExp in TypeScript #11812- docs(typescript): add section on PopulatedDoc to TypeScript populate docs #11685
Commits
-
2b922d5
chore: release 6.3.4 -
852bc82
Merge branch 'master' of github.com:Automattic/mongoose -
fbd4b9c
test: refactor a bunch of tests to use promises or async/await instead of `do... -
7dc54e8
Merge pull request #11815 from Scrip7/patch-1 -
f897b1a
docs(populate): find populate method should be awaited -
96aae9f
fix: upgrade mquery -> 4.0.3 re: #11793 -
72622da
Merge pull request #11806 from turrisxyz/CodeQL-GitHub -
ce779ed
Apply suggestions from code review -
859402f
Merge pull request #11813 from tkowpt/test-connection-deletemodel -
e0a90c4
test:💍 Add missing test for type of Connection.deleteModel() - Additional commits viewable in compare view