dependabot npm(deps): bump mongoose from 6.2.1 to 6.2.2
Bumps mongoose from 6.2.1 to 6.2.2.
Release notes
Sourced from mongoose's releases.
6.2.2 / 2022-02-16
- fix: fix QueryCursor and AggregationCursor compatibility with Node v17.5 #11381 benjamingr
- fix: better esm support, no necessity for setting allowSyntheticDefaultImports and esModuleInterop #11343 Uzlopak
- fix(model): apply projection parameter to hydrate() #11375
- fix: fix issue with creating arrays of length > 10000 #11405 Uzlopak
- fix(document): minimize single nested subdocs #11247
- fix(connection): handle reopening base connection with useDb() #11240
- perf: use property access instead of
get()
helper where possible #11389 Uzlopak- fix: use
isArray()
instead ofinstanceof Array
#11393 Uzlopak- perf: improve performance of
cast$expr()
#11388 Uzlopak- perf: remove
startsWith()
fromisOperator()
#11400 Uzlopak- fix(index.d.ts): extract
PipelineStage
into separate file #11368 Uzlopak- fix(index.d.ts): fix $search highlight path option type #11373 lmX2015
- docs: update changelog file to CHANGELOG.md #11365 AbdelrahmanHafez
- docs: fix broken links #11388 #11377 saibbyweb
- docs: remove double determiners in connections docs #11340 Erma32
Changelog
Sourced from mongoose's changelog.
6.2.2 / 2022-02-16
- fix: fix QueryCursor and AggregationCursor compatibility with Node v17.5 #11381 benjamingr
- fix: better esm support, no necessity for setting allowSyntheticDefaultImports and esModuleInterop #11343 Uzlopak
- fix(model): apply projection parameter to hydrate() #11375
- fix: fix issue with creating arrays of length > 10000 #11405 Uzlopak
- fix(document): minimize single nested subdocs #11247
- fix(connection): handle reopening base connection with useDb() #11240
- perf: use property access instead of
get()
helper where possible #11389 Uzlopak- fix: use
isArray()
instead ofinstanceof Array
#11393 Uzlopak- perf: improve performance of
cast$expr()
#11388 Uzlopak- perf: remove
startsWith()
fromisOperator()
#11400 Uzlopak- fix(index.d.ts): extract
PipelineStage
into separate file #11368 Uzlopak- fix(index.d.ts): fix $search highlight path option type #11373 lmX2015
- docs: update changelog file to CHANGELOG.md #11365 AbdelrahmanHafez
- docs: fix broken links #11388 #11377 saibbyweb
- docs: remove double determiners in connections docs #11340 Erma32
Commits
-
fb3eb3a
chore: release 6.2.2 -
f96c36d
Merge pull request #11405 from Uzlopak/call-not-apply -
30fd927
chore: update opencollective sponsors -
fbb73f2
fix broken MongooseArray -
cf875ee
chore: setup node when running tidelift alignment workflow -
33feb26
style: fix lint -
0221233
Merge pull request #11400 from Uzlopak/improve-aggregate-isOperator -
96c067e
Merge pull request #11399 from Uzlopak/why-not-ObjectAssign -
7c46428
Merge pull request #11393 from Uzlopak/ArrayIsArray -
d427563
Merge pull request #11368 from Uzlopak/extract-types-PipelineState - Additional commits viewable in compare view