UniversalMediaServer / api

The metadata API that the Universal Media Server application uses
9 stars 3 forks source link

Update dependency mongoose to v7.4.0 #1249

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongoose (source) 7.3.4 -> 7.4.0 age adoption passing confidence

Release Notes

Automattic/mongoose (mongoose) ### [`v7.4.0`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#740--2023-07-18) [Compare Source](https://togithub.com/Automattic/mongoose/compare/7.3.4...7.4.0) \================== - perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() [#​13614](https://togithub.com/Automattic/mongoose/issues/13614) - feat: upgrade to MongoDB Node.js driver 5.7.0 [#​13591](https://togithub.com/Automattic/mongoose/issues/13591) - feat: support generating custom cast error message with a function [#​13608](https://togithub.com/Automattic/mongoose/issues/13608) [#​3162](https://togithub.com/Automattic/mongoose/issues/3162) - feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate [#​13584](https://togithub.com/Automattic/mongoose/issues/13584) [#​13539](https://togithub.com/Automattic/mongoose/issues/13539) - feat(connection): add Connection.prototype.removeDb() for removing a related connection [#​13580](https://togithub.com/Automattic/mongoose/issues/13580) [#​11821](https://togithub.com/Automattic/mongoose/issues/11821) - feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled [#​13522](https://togithub.com/Automattic/mongoose/issues/13522) - feat(model): add option "aggregateErrors" for create() [#​13544](https://togithub.com/Automattic/mongoose/issues/13544) [hasezoey](https://togithub.com/hasezoey) - feat(schema): add collectionOptions option to schemas [#​13513](https://togithub.com/Automattic/mongoose/issues/13513) - fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient [#​13542](https://togithub.com/Automattic/mongoose/issues/13542) - fix(document): allow setting keys with dots in mixed paths underneath nested paths [#​13536](https://togithub.com/Automattic/mongoose/issues/13536) - types: augment bson.ObjectId instead of adding on own type [#​13515](https://togithub.com/Automattic/mongoose/issues/13515) [#​12537](https://togithub.com/Automattic/mongoose/issues/12537) [hasezoey](https://togithub.com/hasezoey) - docs(guide): fix md lint [#​13593](https://togithub.com/Automattic/mongoose/issues/13593) [hasezoey](https://togithub.com/hasezoey) - docs: changed the code from 'await author.save()' to 'await story1.save()' [#​13596](https://togithub.com/Automattic/mongoose/issues/13596) [SomSingh23](https://togithub.com/SomSingh23)

Configuration

📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.