dependabot npm(deps): bump mongoose from 7.4.5 to 7.5.0
Bumps mongoose from 7.4.5 to 7.5.0.
Release notes
Sourced from mongoose's releases.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwrite
option for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
Changelog
Sourced from mongoose's changelog.
7.5.0 / 2023-08-29
- feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
- fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
- feat: deprecate
overwrite
option for findOneAndUpdate() #13578- feat: add pathsToSkip option for Model.validate #13663 #10353
- feat: support alias when declaring index #13659 #13276
- fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
- types: add SearchMeta Interface for Atlas Search #13792 mreouven
- types(schematypes): add missing BigInt SchemaType #13787
Commits
-
20162c6
chore: release 7.5.0 -
1cd9384
Merge pull request #13796 from Automattic/7.5 -
419c64d
docs: add comment about top-level dollar keys re: #13796 code review comments -
a92e8e8
Merge branch 'master' into 7.5 -
d9a4bc4
Merge pull request #13793 from Automattic/vkarpov15/gh-13774 -
29de9c4
Merge pull request #13786 from Automattic/vkarpov15/handle-top-level-dollar-keys -
84e79b9
Merge pull request #13787 from Automattic/vkarpov15/gh-13780 -
a9db5ea
types: handle Schema.Types.BigInt in schema definition re: #13780 -
90fc4d2
Merge pull request #13792 from mreouven/patch-1 -
41e63bd
fix(document): avoid double-calling array getters when using.get('arr.0')
- Additional commits viewable in compare view