Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to ^8.7.3 (#1372)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mongoose](https://mongoosejs.com)
([source](https://redirect.github.com/Automattic/mongoose)) | [`^8.7.2`
-> `^8.7.3`](https://renovatebot.com/diffs/npm/mongoose/8.7.2/8.7.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mongoose/8.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mongoose/8.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mongoose/8.7.2/8.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mongoose/8.7.2/8.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Automattic/mongoose (mongoose)</summary>

###
[`v8.7.3`](https://redirect.github.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#873--2024-10-25)

[Compare
Source](https://redirect.github.com/Automattic/mongoose/compare/8.7.2...f8489e39f391ce4e5dcc7a69927b77b87bcfcc34)

\==================

- fix(cursor): close underlying query cursor when calling destroy()
[#&#8203;14982](https://redirect.github.com/Automattic/mongoose/issues/14982)
[#&#8203;14966](https://redirect.github.com/Automattic/mongoose/issues/14966)
- types: add JSONSerialized helper that can convert HydratedDocument to
JSON output type
[#&#8203;14981](https://redirect.github.com/Automattic/mongoose/issues/14981)
[#&#8203;14451](https://redirect.github.com/Automattic/mongoose/issues/14451)
- types(model): convert InsertManyResult to interface and remove
unnecessary insertedIds override
[#&#8203;14977](https://redirect.github.com/Automattic/mongoose/issues/14977)
- types(connection): add missing sanitizeFilter option
[#&#8203;14975](https://redirect.github.com/Automattic/mongoose/issues/14975)
- types: improve goto definition for inferred schema definitions
[#&#8203;14968](https://redirect.github.com/Automattic/mongoose/issues/14968)
[forivall](https://redirect.github.com/forivall)
- docs(migration-guide-v7): correct link to the section "Id Setter"
[#&#8203;14973](https://redirect.github.com/Automattic/mongoose/issues/14973)
[rb-ntnx](https://redirect.github.com/rb-ntnx)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/antoinezanardi/werewolves-assistant-api-next).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 3798ef2 commit 28e5622
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"is-ci": "^3.0.1",
"isobject": "^4.0.0",
"lodash": "^4.17.21",
"mongoose": "^8.7.2",
"mongoose": "^8.7.3",
"qs": "^6.13.0",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28e5622

Please sign in to comment.