dependabot npm(deps): bump mongoose from 8.1.2 to 8.1.3
Bumps mongoose from 8.1.2 to 8.1.3.
Release notes
Sourced from mongoose's releases.
8.1.3 / 2024-02-16
- fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
- fix(populate): handle ref() functions that return a model instance #14343 #14249
- fix: insert version key when using insertMany even if
toObject.versionKey
set to false #14344- fix(cursor): make aggregation cursor support transform option to match query cursor #14348 #14331
- docs(document): clarify that transform function option applies to subdocs #13757
Changelog
Sourced from mongoose's changelog.
8.1.3 / 2024-02-16
- fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
- fix(populate): handle ref() functions that return a model instance #14343 #14249
- fix: insert version key when using insertMany even if
toObject.versionKey
set to false #14344- fix(cursor): make aggregation cursor support transform option to match query cursor #14348 #14331
- docs(document): clarify that transform function option applies to subdocs #13757
Commits
-
7732ce2
chore: release 8.1.3 -
dd152c8
Merge branch 'master' of github.com:Automattic/mongoose -
ed8bad0
fix: insert version key when usinginsertMany
even iftoObject.versionKey
... -
de49562
Merge branch 'master' of github.com:Automattic/mongoose -
3ee657d
docs(document): clarify thattransform
function option applies to subdocs -
50da8e4
Merge pull request #14346 from Automattic/vkarpov15/gh-14340 -
f27e13f
Update test/docs/transactions.test.js -
b9e1f75
Merge pull request #14348 from Automattic/vkarpov15/gh-14331 -
1f340d4
chore: make openCollectiveId not required -
a6790a1
fix(cursor): make aggregation cursor supporttransform
option to match quer... - Additional commits viewable in compare view