dependabot npm(deps): bump mongoose from 7.0.2 to 7.0.3
Bumps mongoose from 7.0.2 to 7.0.3.
Release notes
Sourced from mongoose's releases.
7.0.3 / 2023-03-23
- fix(query): avoid executing transforms if query wasn't executed #13185 #13165
- fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument #13197 #13189
- fix(timestamps): set timestamps on empty replaceOne() #13196 #13170
- fix(types): change return type of lean() to include null if nullable #13155 #13151 lpizzinidev
- fix(types): fixed type of DocumentArray constructor parameter #13183 #13087 lpizzinidev
- docs: refactor header naming to lessen conflicts #12901 hasezoey
- docs: change header levels to be consistent across files #13173 hasezoey
Changelog
Sourced from mongoose's changelog.
7.0.3 / 2023-03-23
- fix(query): avoid executing transforms if query wasn't executed #13185 #13165
- fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument #13197 #13189
- fix(timestamps): set timestamps on empty replaceOne() #13196 #13170
- fix(types): change return type of lean() to include null if nullable #13155 #13151 lpizzinidev
- fix(types): fixed type of DocumentArray constructor parameter #13183 #13087 lpizzinidev
- docs: refactor header naming to lessen conflicts #12901 hasezoey
- docs: change header levels to be consistent across files #13173 hasezoey
6.10.4 / 2023-03-21
- fix(document): apply setters on resulting value when calling Document.prototype.$inc() #13178 #13158
- fix(model): add results property to unordered insertMany() to make it easy to identify exactly which documents were inserted #13163 #12791
- docs(guide+schematypes): add UUID to schematypes guide #13184
Commits
-
ca070a9
chore: release 7.0.3 -
ef287cb
docs: add link to mastering js async await converter -
228e853
Merge pull request #13197 from Automattic/vkarpov15/gh-13189 -
2739950
style: fix lint -
0ddb0f6
Merge pull request #13113 from hasezoey/changeDocsHeaderId -
f42df47
Merge pull request #13155 from lpizzinidev/gh-13151 -
fada4b8
Merge pull request #13174 from hasezoey/fixMiscDocs -
f3e999b
Merge pull request #13166 from hasezoey/updateDocScripts -
9db3382
Merge pull request #13173 from hasezoey/fixHeaderLevels -
27d412c
Merge branch 'master' into fixHeaderLevels - Additional commits viewable in compare view