fix(deps): update dependency mongoose to v8 #8

Merged
Fascinated merged 1 commits from renovate/mongoose-8.x into master 2023-11-17 09:06:07 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
mongoose (source) dependencies major 7.6.3 -> 8.0.1

Release Notes

Automattic/mongoose (mongoose)

v8.0.1

Compare Source

==================

v8.0.0

Compare Source

==================

  • docs: add version support notes for Mongoose 8, including EOL date for Mongoose 6

v7.6.5

Compare Source

==================

v7.6.4

Compare Source

==================

  • fix(connection): retain modified status for documents created outside a transaction during transaction retries #​14017 #​13973
  • fix(schema): handle recursive schemas in discriminator definitions #​14011 #​13978
  • fix: handle casting $or underneath $elemMatch #​14007 #​13974
  • fix(populate): allow using options: { strictPopulate: false } to disable strict populate #​13863
  • docs: fix differences between sample codes and documentation #​13998 suzuki
  • docs: fix missing import and change wrong variable name #​13992 suzuki

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mongoose](https://mongoosejs.com) ([source](https://github.com/Automattic/mongoose)) | dependencies | major | [`7.6.3` -> `8.0.1`](https://renovatebot.com/diffs/npm/mongoose/7.6.3/8.0.1) | --- ### Release Notes <details> <summary>Automattic/mongoose (mongoose)</summary> ### [`v8.0.1`](https://github.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#801--2023-11-15) [Compare Source](https://github.com/Automattic/mongoose/compare/8.0.0...8.0.1) \================== - fix: retain key order with aliases when creating indexes with alias [#&#8203;14042](https://github.com/Automattic/mongoose/issues/14042) [meabed](https://github.com/meabed) - fix: handle nonexistent collection with diffIndexes [#&#8203;14029](https://github.com/Automattic/mongoose/issues/14029) [#&#8203;14010](https://github.com/Automattic/mongoose/issues/14010) - types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support [#&#8203;14076](https://github.com/Automattic/mongoose/issues/14076) [#&#8203;14067](https://github.com/Automattic/mongoose/issues/14067) [#&#8203;14062](https://github.com/Automattic/mongoose/issues/14062) - types: correct `this` parameter for methods and statics [#&#8203;14028](https://github.com/Automattic/mongoose/issues/14028) [#&#8203;14027](https://github.com/Automattic/mongoose/issues/14027) [ruxxzebre](https://github.com/ruxxzebre) - types(model+query): unpack arrays in distinct return type [#&#8203;14047](https://github.com/Automattic/mongoose/issues/14047) [#&#8203;14026](https://github.com/Automattic/mongoose/issues/14026) - types: add missing Types.UUID typings [#&#8203;14023](https://github.com/Automattic/mongoose/issues/14023) [#&#8203;13103](https://github.com/Automattic/mongoose/issues/13103) [k725](https://github.com/k725) - docs: add mongoose 8 to mongodb server compatibility guide [#&#8203;14064](https://github.com/Automattic/mongoose/issues/14064) - docs: fix typo in queries.md [#&#8203;14065](https://github.com/Automattic/mongoose/issues/14065) [MuhibAhmed](https://github.com/MuhibAhmed) ### [`v8.0.0`](https://github.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#800--2023-10-31) [Compare Source](https://github.com/Automattic/mongoose/compare/7.6.5...8.0.0) \================== - docs: add version support notes for Mongoose 8, including EOL date for Mongoose 6 ### [`v7.6.5`](https://github.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#765--2023-11-14) [Compare Source](https://github.com/Automattic/mongoose/compare/7.6.4...7.6.5) \================== - fix: handle update validators and single nested doc with numeric paths [#&#8203;14066](https://github.com/Automattic/mongoose/issues/14066) [#&#8203;13977](https://github.com/Automattic/mongoose/issues/13977) - fix: handle recursive schema array in discriminator definition [#&#8203;14068](https://github.com/Automattic/mongoose/issues/14068) [#&#8203;14055](https://github.com/Automattic/mongoose/issues/14055) - fix: diffIndexes treats namespace error as empty [#&#8203;14048](https://github.com/Automattic/mongoose/issues/14048) [#&#8203;14029](https://github.com/Automattic/mongoose/issues/14029) - docs(migrating_to\_7): add note about requiring new with ObjectId [#&#8203;14021](https://github.com/Automattic/mongoose/issues/14021) [#&#8203;14020](https://github.com/Automattic/mongoose/issues/14020) ### [`v7.6.4`](https://github.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#764--2023-10-30) [Compare Source](https://github.com/Automattic/mongoose/compare/7.6.3...7.6.4) \================== - fix(connection): retain modified status for documents created outside a transaction during transaction retries [#&#8203;14017](https://github.com/Automattic/mongoose/issues/14017) [#&#8203;13973](https://github.com/Automattic/mongoose/issues/13973) - fix(schema): handle recursive schemas in discriminator definitions [#&#8203;14011](https://github.com/Automattic/mongoose/issues/14011) [#&#8203;13978](https://github.com/Automattic/mongoose/issues/13978) - fix: handle casting $or underneath $elemMatch [#&#8203;14007](https://github.com/Automattic/mongoose/issues/14007) [#&#8203;13974](https://github.com/Automattic/mongoose/issues/13974) - fix(populate): allow using options: { strictPopulate: false } to disable strict populate [#&#8203;13863](https://github.com/Automattic/mongoose/issues/13863) - docs: fix differences between sample codes and documentation [#&#8203;13998](https://github.com/Automattic/mongoose/issues/13998) [suzuki](https://github.com/suzuki) - docs: fix missing import and change wrong variable name [#&#8203;13992](https://github.com/Automattic/mongoose/issues/13992) [suzuki](https://github.com/suzuki) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated added 1 commit 2023-11-16 18:01:53 +00:00
Fascinated merged commit c0c0a3d5b0 into master 2023-11-17 09:06:07 +00:00
Fascinated deleted branch renovate/mongoose-8.x 2023-11-17 09:06:07 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/proxy#8
No description provided.