dependabot npm(deps): bump mongoose from 6.2.5 to 6.2.6
Bumps mongoose from 6.2.5 to 6.2.6.
Release notes
Sourced from mongoose's releases.
6.2.6 / 2022-03-11
- fix(types): correct reference to cursor TypeScript bindings #11513 SimonHausdorf
- fix(types): allow calling Query.prototype.populate() with array of strings #11518
- fix(types): export and refactor types of PreMiddlewareFunction, PreSaveMiddlewareFunction, PostMiddlewareFunction, ErrorHandlingMiddlewareFunction #11485 Uzlopak
Changelog
Sourced from mongoose's changelog.
6.2.6 / 2022-03-11
- fix(types): correct reference to cursor TypeScript bindings #11513 SimonHausdorf
- fix(types): allow calling Query.prototype.populate() with array of strings #11518
- fix(types): export and refactor types of PreMiddlewareFunction, PreSaveMiddlewareFunction, PostMiddlewareFunction, ErrorHandlingMiddlewareFunction #11485 Uzlopak
Commits
-
c51469b
chore: release 6.2.6 -
7393479
test: fix tests re: #11503 -
7ce083d
Merge branch 'main' of git://github.com/mohammad0-0ahmad-forks/mongoose into ... -
9ea1201
fix(types): allow calling Query.prototype.populate() with array of strings -
e3ea972
Merge pull request #11513 from SimonHausdorf/master -
0743e65
Merge branch 'master' into master -
0a5c522
Merge pull request #11486 from Uzlopak/chore-extract-and-refactor-document-types -
c1c5958
Merge pull request #11485 from Uzlopak/export-types-of-middleware-fns -
2c04ac9
refact -
643a38d
Refact UnpackedIntersection type & delete two wrong tests - Additional commits viewable in compare view