dependabot npm(deps): bump mongoose from 6.9.0 to 6.9.1
Bumps mongoose from 6.9.0 to 6.9.1.
Release notes
Sourced from mongoose's releases.
6.9.1 / 2023-02-06
- fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994 lpizzinidev
- fix(document): save newly set defaults underneath single nested subdocuments #13002 #12905
- fix(update): handle custom discriminator model name when casting update #12947 wassil
- fix(connection): handles unique autoincrement ID for connections #12990 lpizzinidev
- fix(types): fix type of options of Model.aggregate #12933 ghost91-
- fix(types): fix "near" aggregation operator input type #12954 Jokero
- fix(types): add missing Top operator to AccumulatorOperator type declaration #12952 lpizzinidev
- docs(transactions): added example for Connection.transaction() method #12943 #12934 lpizzinidev
- docs(populate): fix out of date comment referencing onModel property #13000
- docs(transactions): fix typo in transactions.md #12995 Parth86
Changelog
Sourced from mongoose's changelog.
6.9.1 / 2023-02-06
- fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994 lpizzinidev
- fix(document): save newly set defaults underneath single nested subdocuments #13002 #12905
- fix(update): handle custom discriminator model name when casting update #12947 wassil
- fix(connection): handles unique autoincrement ID for connections #12990 lpizzinidev
- fix(types): fix type of options of Model.aggregate #12933 ghost91-
- fix(types): fix "near" aggregation operator input type #12954 Jokero
- fix(types): add missing Top operator to AccumulatorOperator type declaration #12952 lpizzinidev
- docs(transactions): added example for Connection.transaction() method #12943 #12934 lpizzinidev
- docs(populate): fix out of date comment referencing onModel property #13000
- docs(transactions): fix typo in transactions.md #12995 Parth86
Commits
-
63a56eb
chore: release 6.9.1 -
1643461
Merge pull request #13002 from Automattic/vkarpov15/gh-12905 -
d69c25f
fix(document): save newly set defaults underneath single nested subdocuments -
5099423
Merge pull request #13000 from Automattic/vkarpov15/gh-12895 -
1fd5d7d
Merge pull request #12933 from ghost91-/fix-aggregate-options -
a2a57c8
docs(populate): fix out of date comment referencingonModel
property -
edb60d9
Merge pull request #12943 from lpizzinidev/gh-12934 -
bcd3117
Merge pull request #12947 from wassil/fix-discriminator-update -
e3ed34f
Merge pull request #12952 from lpizzinidev/gh-12950 -
e335cd3
Merge pull request #12954 from Jokero/fixNearAggregateOperatorInputType - Additional commits viewable in compare view