dependabot npm(deps): bump mongoose from 6.7.4 to 6.7.5
Bumps mongoose from 6.7.4 to 6.7.5.
Release notes
Sourced from mongoose's releases.
6.7.5 / 2022-11-30
- fix(schema): copy indexes when calling add() with schema instance #12737 #12654
- fix(query): handle deselecting _id when another field has schema-level select: false #12736 #12670
- fix(types): support using UpdateQuery in bulkWrite() #12742 #12595
- docs(middleware): added note about execution policy on subdocuments #12735 #12694 lpizzinidev
- docs(validation): clarify context for update validators in validation docs #12738 #12655 IslandRhythms
Changelog
Sourced from mongoose's changelog.
6.7.5 / 2022-11-30
- fix(schema): copy indexes when calling add() with schema instance #12737 #12654
- fix(query): handle deselecting _id when another field has schema-level select: false #12736 #12670
- fix(types): support using UpdateQuery in bulkWrite() #12742 #12595
- docs(middleware): added note about execution policy on subdocuments #12735 #12694 lpizzinidev
- docs(validation): clarify context for update validators in validation docs #12738 #12655 IslandRhythms
Commits
-
0eda12a
chore: release 6.7.5 -
aaf719a
Merge pull request #12738 from Automattic/IslandRhythms/validation-doc-fix -
3d68cf7
fix tests -
d6e8360
Merge branch 'master' into IslandRhythms/validation-doc-fix -
440c9d6
Merge pull request #12742 from Automattic/vkarpov15/gh-12595-2 -
2285e46
Merge pull request #12735 from lpizzinidev/gh-12694 -
f954a71
Merge pull request #12736 from Automattic/vkarpov15/gh-12670 -
686096d
test: remove probably unnecessary check for MongoDB 4 -
d2a8e8e
Merge pull request #12737 from Automattic/vkarpov15/gh-12654 -
29ebf65
fix(types): support usingUpdateQuery
inbulkWrite()
- Additional commits viewable in compare view