dependabot npm(deps): bump mongoose from 6.4.4 to 6.4.5
Bumps mongoose from 6.4.4 to 6.4.5.
Release notes
Sourced from mongoose's releases.
6.4.5 / 2022-07-18
- fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060
- fix: correct isAtlas check #12110 skrtheboss
- fix(types): fix various issues with auto typed schemas #12042 mohammad0-0ahmad
- fix(types): allow any value for AddFields #12096
- fix(types): allow arbitrary expressions for ConcatArrays #12058
- fix(types): make $addToSet fields mutable to allow programatically constructing $addToSet #12091
- fix(types): add $let as a possible expression to $addFields #12087 AbdelrahmanHafez
- fix(types): fix $switch expression type #12088 AbdelrahmanHafez
- fix(types): correct options type for syncIndexes() #12101 lpizzinidev
- fix(types): avoid treating | undefined types as any in
Require_id
to better support_id: String
with auto-typed schemas #12070- docs: fix up various jsdoc issues #12086 hasezoey
- docs: add sanitizeFilter to mongoose.set() options #12112 pathei-kosmos
Changelog
Sourced from mongoose's changelog.
6.4.5 / 2022-07-18
- fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060
- fix: correct isAtlas check #12110 skrtheboss
- fix(types): fix various issues with auto typed schemas #12042 mohammad0-0ahmad
- fix(types): allow any value for AddFields #12096
- fix(types): allow arbitrary expressions for ConcatArrays #12058
- fix(types): make $addToSet fields mutable to allow programatically constructing $addToSet #12091
- fix(types): add $let as a possible expression to $addFields #12087 AbdelrahmanHafez
- fix(types): fix $switch expression type #12088 AbdelrahmanHafez
- fix(types): correct options type for syncIndexes() #12101 lpizzinidev
- fix(types): avoid treating | undefined types as any in
Require_id
to better support_id: String
with auto-typed schemas #12070- docs: fix up various jsdoc issues #12086 hasezoey
- docs: add sanitizeFilter to mongoose.set() options #12112 pathei-kosmos
Commits
-
bc302f4
chore: release 6.4.5 -
44530a6
Merge pull request #12116 from Automattic/revert-12103-upgrade-mongo-driver -
80b7d53
Revert "chore: upgrade mongodb driver to 4.8.0" -
0156d5e
style: fix lint -
9524f89
fix(types): make$addToSet
fields mutable to allow programatically construc... -
201071b
fix(types): allow any value for AddFields -
1306d00
Merge pull request #12086 from hasezoey/modelJSDOCTouchup -
f95373d
Merge pull request #12110 from skrtheboss/fix/is-atlas-check -
1445c20
Merge pull request #12112 from pathei-kosmos/master -
250b01b
fix(types): avoid treating| undefined
types asany
inRequire_id
to be... - Additional commits viewable in compare view