dependabot npm(deps): bump mongoose from 7.6.2 to 7.6.3
Bumps mongoose from 7.6.2 to 7.6.3.
Release notes
Sourced from mongoose's releases.
7.6.3 / 2023-10-17
- fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
- fix(update): avoid applying defaults on query filter when upserting with empty update #13983 #13962
- fix(model): add versionKey to bulkWrite when inserting or upserting #13981 #13944
- docs: fix typo in timestamps docs #13976 danielcoker
Changelog
Sourced from mongoose's changelog.
7.6.3 / 2023-10-17
- fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
- fix(update): avoid applying defaults on query filter when upserting with empty update #13983 #13962
- fix(model): add versionKey to bulkWrite when inserting or upserting #13981 #13944
- docs: fix typo in timestamps docs #13976 danielcoker
Commits
-
8831f03
chore: release 7.6.3 -
d7b2bde
Merge pull request #13984 from Automattic/vkarpov15/gh-13951 -
d7a3052
Merge pull request #13983 from Automattic/vkarpov15/gh-13962 -
68c50c2
Merge pull request #13981 from Automattic/vkarpov15/gh-13944 -
bbe3a0b
Merge pull request #13979 from ZachLeviPixel/schema-discriminator-typescript-... -
6419a87
fix(populate): handle multiple spaces when specifying paths to populate using... -
e44e75b
fix(update): avoid applying defaults on query filter when upserting with empt... -
fa05928
fix(model): add versionKey to bulkWrite when inserting or upserting -
49f5296
Fix Typescript definition of schema.discriminator to allow strings. -
236a7a7
Merge pull request #13976 from danielcoker/patch-1 - Additional commits viewable in compare view