dependabot npm(deps): bump mongoose from 6.5.4 to 6.5.5
Bumps mongoose from 6.5.4 to 6.5.5.
Release notes
Sourced from mongoose's releases.
6.5.5 / 2022-09-07
- fix(setDefaultsOnInsert): avoid applying defaults on insert if nested property set #12279
- fix(model): make applyHooks() and applyMethods() handle case where custom method is set to Mongoose implementation #12254
- fix(types): add string "ascending" and "descending" index-directions #10269
- docs: upgrade dox to 1.0.0 #12403 hasezoey
- docs: update old mongodb nodejs driver documentation urls #12387 hasezoey
- docs: update JSDOC ... (spread) definition #12388 hasezoey
- refactor(model): allow optionally passing indexes to createIndexes and cleanIndexes #12280 AbdelrahmanHafez
Changelog
Sourced from mongoose's changelog.
6.5.5 / 2022-09-07
- fix(setDefaultsOnInsert): avoid applying defaults on insert if nested property set #12279
- fix(model): make applyHooks() and applyMethods() handle case where custom method is set to Mongoose implementation #12254
- fix(types): add string "ascending" and "descending" index-directions #10269
- docs: upgrade dox to 1.0.0 #12403 hasezoey
- docs: update old mongodb nodejs driver documentation urls #12387 hasezoey
- docs: update JSDOC ... (spread) definition #12388 hasezoey
- refactor(model): allow optionally passing indexes to createIndexes and cleanIndexes #12280 AbdelrahmanHafez
Commits
-
2304d91
chore: release 6.5.5 -
90d4d71
docs: couple of quick fixes -
001dda3
Merge pull request #12403 from hasezoey/updateDox -
3000758
chore(dependabot): remove ignore for "dox" -
26c068d
docs: handle "@inherits
" having a link -
ece0fc1
docs: update doc to 1.0.0 -
7ccaa47
Merge pull request #12280 from Automattic/gh-12250 -
9939664
Merge pull request #12390 from Automattic/vkarpov15/gh-12279 -
3aebf81
fix: address code review comments -
5db3c3e
Merge pull request #12391 from Automattic/vkarpov15/gh-12254 - Additional commits viewable in compare view