Closed dependabot[bot] closed 2 months ago
@dependabot merge
On Mon, Aug 26, 2024 at 4:31 PM dependabot[bot] @.***> wrote:
Bumps mongoose https://github.com/Automattic/mongoose from 8.5.2 to 8.5.4. Release notes
Sourced from mongoose's releases https://github.com/Automattic/mongoose/releases.
8.5.4 / 2024-08-23
- fix: add empty string check for collection name passed #14806 https://redirect.github.com/Automattic/mongoose/issues/14806 Shubham2552 https://github.com/Shubham2552
- docs(model): add 'throw' as valid strict value for bulkWrite() and add some more clarification on throwOnValidationError #14809 https://redirect.github.com/Automattic/mongoose/issues/14809
8.5.3 / 2024-08-13
- fix(document): call required functions on subdocuments underneath nested paths with correct context #14801 https://redirect.github.com/Automattic/mongoose/issues/14801 #14788 https://redirect.github.com/Automattic/mongoose/issues/14788
- fix(populate): avoid throwing error when no result and lean() set
14799 https://redirect.github.com/Automattic/mongoose/issues/14799
14794 https://redirect.github.com/Automattic/mongoose/issues/14794
14759 https://redirect.github.com/Automattic/mongoose/issues/14759
MohOraby https://github.com/MohOraby
- fix(document): apply virtuals to subdocuments if parent schema has virtuals: true for backwards compatibility #14774 https://redirect.github.com/Automattic/mongoose/issues/14774 #14771 https://redirect.github.com/Automattic/mongoose/issues/14771 #14623 https://redirect.github.com/Automattic/mongoose/issues/14623 #14394 https://redirect.github.com/Automattic/mongoose/issues/14394
- types: make HydratedSingleSubdocument and HydratedArraySubdocument merge types instead of using & #14800 https://redirect.github.com/Automattic/mongoose/issues/14800 #14793 https://redirect.github.com/Automattic/mongoose/issues/14793
- types: support schema type inference based on schema options timestamps as well #14773 https://redirect.github.com/Automattic/mongoose/issues/14773 #13215 https://redirect.github.com/Automattic/mongoose/issues/13215 ark23CIS https://github.com/ark23CIS
- types(cursor): indicate that cursor.next() can return null #14798 https://redirect.github.com/Automattic/mongoose/issues/14798 #14787 https://redirect.github.com/Automattic/mongoose/issues/14787
- types: allow mongoose.connection.db to be undefined #14797 https://redirect.github.com/Automattic/mongoose/issues/14797 #14789 https://redirect.github.com/Automattic/mongoose/issues/14789
- docs: add schema type widening advice #14790 https://redirect.github.com/Automattic/mongoose/issues/14790 JstnMcBrd https://github.com/JstnMcBrd
Changelog
Sourced from mongoose's changelog https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md.
8.5.4 / 2024-08-23
- fix: add empty string check for collection name passed #14806 https://redirect.github.com/Automattic/mongoose/issues/14806 Shubham2552 https://github.com/Shubham2552
- docs(model): add 'throw' as valid strict value for bulkWrite() and add some more clarification on throwOnValidationError #14809 https://redirect.github.com/Automattic/mongoose/issues/14809
7.8.1 / 2024-08-19
- fix(query): handle casting $switch in $expr #14761 https://redirect.github.com/Automattic/mongoose/issues/14761
- docs(mongoose): remove out-of-date callback-based example for mongoose.connect() #14811 https://redirect.github.com/Automattic/mongoose/issues/14811 #14810 https://redirect.github.com/Automattic/mongoose/issues/14810
8.5.3 / 2024-08-13
- fix(document): call required functions on subdocuments underneath nested paths with correct context #14801 https://redirect.github.com/Automattic/mongoose/issues/14801 #14788 https://redirect.github.com/Automattic/mongoose/issues/14788
- fix(populate): avoid throwing error when no result and lean() set
14799 https://redirect.github.com/Automattic/mongoose/issues/14799
14794 https://redirect.github.com/Automattic/mongoose/issues/14794
14759 https://redirect.github.com/Automattic/mongoose/issues/14759
MohOraby https://github.com/MohOraby
- fix(document): apply virtuals to subdocuments if parent schema has virtuals: true for backwards compatibility #14774 https://redirect.github.com/Automattic/mongoose/issues/14774 #14771 https://redirect.github.com/Automattic/mongoose/issues/14771 #14623 https://redirect.github.com/Automattic/mongoose/issues/14623 #14394 https://redirect.github.com/Automattic/mongoose/issues/14394
- types: make HydratedSingleSubdocument and HydratedArraySubdocument merge types instead of using & #14800 https://redirect.github.com/Automattic/mongoose/issues/14800 #14793 https://redirect.github.com/Automattic/mongoose/issues/14793
- types: support schema type inference based on schema options timestamps as well #14773 https://redirect.github.com/Automattic/mongoose/issues/14773 #13215 https://redirect.github.com/Automattic/mongoose/issues/13215 ark23CIS https://github.com/ark23CIS
- types(cursor): indicate that cursor.next() can return null #14798 https://redirect.github.com/Automattic/mongoose/issues/14798 #14787 https://redirect.github.com/Automattic/mongoose/issues/14787
- types: allow mongoose.connection.db to be undefined #14797 https://redirect.github.com/Automattic/mongoose/issues/14797 #14789 https://redirect.github.com/Automattic/mongoose/issues/14789
- docs: add schema type widening advice #14790 https://redirect.github.com/Automattic/mongoose/issues/14790 JstnMcBrd https://github.com/JstnMcBrd
Commits
- 3169d92 https://github.com/Automattic/mongoose/commit/3169d92ed63df939241a513140fe227c0e9d0b8e chore: release 8.5.4
- 9572cbd https://github.com/Automattic/mongoose/commit/9572cbd7436f1acb2e95f89f6f1267a1201fe5c1 Merge pull request #14808 https://redirect.github.com/Automattic/mongoose/issues/14808 from Automattic/vkarpov15/gh-13211 https://redirect.github.com/Automattic/mongoose/issues/13211
- a563adc https://github.com/Automattic/mongoose/commit/a563adc8a5bc5c43d8836953cde93a8ef182abc9 fix a couple of more legacy style header definitions
- f905ac6 https://github.com/Automattic/mongoose/commit/f905ac61360735769af75f69010f5556d991f693 Merge branch 'master' into vkarpov15/gh-13211 https://redirect.github.com/Automattic/mongoose/issues/13211
- edd94fc https://github.com/Automattic/mongoose/commit/edd94fc78ea9edd506a931f39489c571050cb91f docs: fix duplicate header id
- 20cb146 https://github.com/Automattic/mongoose/commit/20cb1461a7e10cb33737efb7c975d163274d8295 Update docs/migrating_to_6.md
- dc4ffab https://github.com/Automattic/mongoose/commit/dc4ffab0fe08350f8e8213252839267e1baa6cd3 Update docs/migrating_to_7.md
- 3ee2de5 https://github.com/Automattic/mongoose/commit/3ee2de5f8629062ae3c09e08536e7175b8b90546 Merge branch '7.x'
- 9dcd8aa https://github.com/Automattic/mongoose/commit/9dcd8aa32ab328ec5445de9f79db634ffa644434 chore: release 7.8.1
- bfb9cde https://github.com/Automattic/mongoose/commit/bfb9cde49d8029ee0d96462ee0beb1f4b74b3f48 bump max typescript instantiations again
- Additional commits viewable in compare view https://github.com/Automattic/mongoose/compare/8.5.2...8.5.4
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show
ignore conditions will show all of the ignore conditions of the specified dependency - @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This change is [image: Reviewable] https://reviewable.io/reviews/DaveLuhman/toolkeeper/259
You can view, comment on, or merge this pull request online at:
https://github.com/DaveLuhman/toolkeeper/pull/259 Commit Summary
- c8a0238 https://github.com/DaveLuhman/toolkeeper/pull/259/commits/c8a0238b46fffb0c00e978ddb80e996d3db0e491 chore(deps): bump mongoose from 8.5.2 to 8.5.4
File Changes
(2 files https://github.com/DaveLuhman/toolkeeper/pull/259/files)
- M package-lock.json https://github.com/DaveLuhman/toolkeeper/pull/259/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519 (9)
- M package.json https://github.com/DaveLuhman/toolkeeper/pull/259/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 (2)
Patch Links:
- https://github.com/DaveLuhman/toolkeeper/pull/259.patch
- https://github.com/DaveLuhman/toolkeeper/pull/259.diff
— Reply to this email directly, view it on GitHub https://github.com/DaveLuhman/toolkeeper/pull/259, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYTCD5SU4DAOVDDFHOX44DZTONB7AVCNFSM6AAAAABNE2E7LCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DOOBSGI3TKMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps mongoose from 8.5.2 to 8.5.4.
Release notes
Sourced from mongoose's releases.
Changelog
Sourced from mongoose's changelog.
Commits
3169d92
chore: release 8.5.49572cbd
Merge pull request #14808 from Automattic/vkarpov15/gh-13211a563adc
fix a couple of more legacy style header definitionsf905ac6
Merge branch 'master' into vkarpov15/gh-13211edd94fc
docs: fix duplicate header id20cb146
Update docs/migrating_to_6.mddc4ffab
Update docs/migrating_to_7.md3ee2de5
Merge branch '7.x'9dcd8aa
chore: release 7.8.1bfb9cde
bump max typescript instantiations againDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
This change is