dependabot npm(deps): bump mongoose from 8.6.0 to 8.6.1
Bumps mongoose from 8.6.0 to 8.6.1.
Release notes
Sourced from mongoose's releases.
8.6.1 / 2024-09-03
- fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
- fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763
- fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846
- types(query): add $expr to RootQuerySelector #14845
- docs: update populate.md to fix missing match: { } #14847 makhoulshbeeb
Changelog
Sourced from mongoose's changelog.
8.6.1 / 2024-09-03
- fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
- fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763
- fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846
- types(query): add $expr to RootQuerySelector #14845
- docs: update populate.md to fix missing match: { } #14847 makhoulshbeeb
Commits
-
088f97a
chore: release 8.6.1 -
c37e345
Merge pull request #14837 from Automattic/vkarpov15/gh-14763 -
94e1237
Merge pull request #14846 from Automattic/vkarpov15/changestream-sync-error -
5b40f1b
Update lib/model.js -
8f4070a
Merge pull request #14844 from Automattic/vkarpov15/gh-14840 -
4b1aadc
Merge pull request #14845 from Automattic/vkarpov15/gh-14841 -
cf8c8e1
Merge pull request #14847 from makhoulshbeeb/patch-1 -
02dd603
Merge pull request #14857 from Automattic/dependabot/npm_and_yarn/master/type... -
fe24bf4
chore: fix new lint issues -
3210623
Merge pull request #14850 from Automattic/dependabot/npm_and_yarn/master/chee... - Additional commits viewable in compare view