dependabot npm(deps): bump mongoose from 6.7.2 to 6.7.3
Bumps mongoose from 6.7.2 to 6.7.3.
Release notes
Sourced from mongoose's releases.
6.7.3 / 2022-11-22
- fix(document): handle setting array to itself after saving and pushing a new value #12672 #12656
- fix(types): update replaceWith pipeline stage #12715 coyotte508
- fix(types): remove incorrect modelName type definition #12682 #12669 lpizzinidev
- fix(schema): fix setupTimestamps for browser.umd #12683 raphael-papazikas
- docs: correct justOne description #12686 #12599 tianguangcn
- docs: make links more consistent #12690 #12645 hasezoey
- docs(document): explain that $isNew is false in post('save') hooks #12685 #11990
- docs: fixed line causing a "used before defined" linting error #12707 sgpinkus
Changelog
Sourced from mongoose's changelog.
6.7.3 / 2022-11-22
- fix(document): handle setting array to itself after saving and pushing a new value #12672 #12656
- fix(types): update replaceWith pipeline stage #12715 coyotte508
- fix(types): remove incorrect modelName type definition #12682 #12669 lpizzinidev
- fix(schema): fix setupTimestamps for browser.umd #12683 raphael-papazikas
- docs: correct justOne description #12686 #12599 tianguangcn
- docs: make links more consistent #12690 #12645 hasezoey
- docs(document): explain that $isNew is false in post('save') hooks #12685 #11990
- docs: fixed line causing a "used before defined" linting error #12707 sgpinkus
Commits
-
e50de5c
chore: release 6.7.3 -
df7ea24
Merge pull request #12715 from coyotte508/patch-5 -
616ce5d
Correctly prefix with $ -
aa06f1d
fix(types): Update replaceWith pipeline stage -
15c0068
Merge pull request #12686 from Automattic/vkarpov15/gh-12599 -
4324a04
Merge pull request #12690 from hasezoey/updateRemainingLinks -
294d85e
Merge pull request #12705 from lpizzinidev/fix-mongoose-docs -
f989428
Merge pull request #12707 from sgpinkus/patch-1 -
d4fca35
Merge pull request #12709 from lpizzinidev/gh-12706 -
afbd8d1
docs(query): updated examples for updateOne and replaceOne - Additional commits viewable in compare view