[PR #1364] chore(deps): update all non-major dependencies #5697

Closed
opened 2026-03-01 15:42:19 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/0xJacky/nginx-ui/pull/1364

State: closed
Merged: Yes


Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^22.18.6 -> ^22.18.8 age confidence
github.com/mark3labs/mcp-go v0.40.0 -> v0.41.1 age confidence
github.com/shirou/gopsutil/v4 v4.25.8 -> v4.25.9 age confidence
github.com/uozi-tech/cosy v1.26.7 -> v1.26.15 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence

Release Notes

mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.41.1

Compare Source

What's Changed

  • fix: replace bufio.Scanner with bufio.Reader to support large message… by @​ezynda3 in #​603

Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.41.0...v0.41.1

v0.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.40.0...v0.41.0

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.25.9

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: https://github.com/shirou/gopsutil/compare/v4.25.8...v4.25.9

uozi-tech/cosy (github.com/uozi-tech/cosy)

v1.26.15

Compare Source

v1.26.14

Compare Source

v1.26.13

Compare Source

v1.26.11

Compare Source

v1.26.10

Compare Source

v1.26.9

Compare Source

v1.26.8

Compare Source

microsoft/TypeScript (typescript)

v5.9.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

**Original Pull Request:** https://github.com/0xJacky/nginx-ui/pull/1364 **State:** closed **Merged:** Yes --- > [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.18.6` -> `^22.18.8`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.6/22.18.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.18.6/22.18.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/mark3labs/mcp-go](https://redirect.github.com/mark3labs/mcp-go) | `v0.40.0` -> `v0.41.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmark3labs%2fmcp-go/v0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmark3labs%2fmcp-go/v0.40.0/v0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.25.8` -> `v4.25.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.8/v4.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/uozi-tech/cosy](https://redirect.github.com/uozi-tech/cosy) | `v1.26.7` -> `v1.26.15` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fuozi-tech%2fcosy/v1.26.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fuozi-tech%2fcosy/v1.26.7/v1.26.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.9.2/5.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.9.2/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mark3labs/mcp-go (github.com/mark3labs/mcp-go)</summary> ### [`v0.41.1`](https://redirect.github.com/mark3labs/mcp-go/releases/tag/v0.41.1) [Compare Source](https://redirect.github.com/mark3labs/mcp-go/compare/v0.41.0...v0.41.1) #### What's Changed - fix: replace bufio.Scanner with bufio.Reader to support large message… by [@&#8203;ezynda3](https://redirect.github.com/ezynda3) in [#&#8203;603](https://redirect.github.com/mark3labs/mcp-go/pull/603) **Full Changelog**: <https://github.com/mark3labs/mcp-go/compare/v0.41.0...v0.41.1> ### [`v0.41.0`](https://redirect.github.com/mark3labs/mcp-go/releases/tag/v0.41.0) [Compare Source](https://redirect.github.com/mark3labs/mcp-go/compare/v0.40.0...v0.41.0) #### What's Changed - fix(oauth): use oauth-authorization-server discovery before default endpoints by [@&#8203;trungutt](https://redirect.github.com/trungutt) in [#&#8203;581](https://redirect.github.com/mark3labs/mcp-go/pull/581) - Improve JSON-RPC error handling with typed errors and response constructors by [@&#8203;peteski22](https://redirect.github.com/peteski22) in [#&#8203;595](https://redirect.github.com/mark3labs/mcp-go/pull/595) - fix: Streamable HTTP client ping response handling by [@&#8203;havasik](https://redirect.github.com/havasik) in [#&#8203;578](https://redirect.github.com/mark3labs/mcp-go/pull/578) - feat: add support for call tool result annotations by [@&#8203;Crescent617](https://redirect.github.com/Crescent617) in [#&#8203;547](https://redirect.github.com/mark3labs/mcp-go/pull/547) #### New Contributors - [@&#8203;trungutt](https://redirect.github.com/trungutt) made their first contribution in [#&#8203;581](https://redirect.github.com/mark3labs/mcp-go/pull/581) - [@&#8203;havasik](https://redirect.github.com/havasik) made their first contribution in [#&#8203;578](https://redirect.github.com/mark3labs/mcp-go/pull/578) - [@&#8203;Crescent617](https://redirect.github.com/Crescent617) made their first contribution in [#&#8203;547](https://redirect.github.com/mark3labs/mcp-go/pull/547) **Full Changelog**: <https://github.com/mark3labs/mcp-go/compare/v0.40.0...v0.41.0> </details> <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.25.9`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.9) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.8...v4.25.9) <!-- Release notes generated using configuration in .github/release.yml at v4.25.9 --> #### What's Changed ##### cpu - get max Mhz per package without wmi by [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in [#&#8203;1919](https://redirect.github.com/shirou/gopsutil/pull/1919) - \[cpu]\[windows]: add logical processor count error handling by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1925](https://redirect.github.com/shirou/gopsutil/pull/1925) - Family and PhysicalID without wmi by [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in [#&#8203;1926](https://redirect.github.com/shirou/gopsutil/pull/1926) - Cores count without wmi by [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in [#&#8203;1915](https://redirect.github.com/shirou/gopsutil/pull/1915) ##### disk - \[disk]\[linux]: fix lint (gofumpt) by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1928](https://redirect.github.com/shirou/gopsutil/pull/1928) - fix infinite loop by [@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi) in [#&#8203;1922](https://redirect.github.com/shirou/gopsutil/pull/1922) ##### process - refactor: use slices.Contains to simplify code by [@&#8203;wmypku](https://redirect.github.com/wmypku) in [#&#8203;1906](https://redirect.github.com/shirou/gopsutil/pull/1906) ##### Other Changes - fix: github action labeler.yml confirugration format by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1918](https://redirect.github.com/shirou/gopsutil/pull/1918) - limit memory usage on warnings list by [@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi) in [#&#8203;1920](https://redirect.github.com/shirou/gopsutil/pull/1920) #### New Contributors - [@&#8203;wmypku](https://redirect.github.com/wmypku) made their first contribution in [#&#8203;1906](https://redirect.github.com/shirou/gopsutil/pull/1906) - [@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi) made their first contribution in [#&#8203;1920](https://redirect.github.com/shirou/gopsutil/pull/1920) **Full Changelog**: <https://github.com/shirou/gopsutil/compare/v4.25.8...v4.25.9> </details> <details> <summary>uozi-tech/cosy (github.com/uozi-tech/cosy)</summary> ### [`v1.26.15`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.14...v1.26.15) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.14...v1.26.15) ### [`v1.26.14`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.13...v1.26.14) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.13...v1.26.14) ### [`v1.26.13`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.11...v1.26.13) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.11...v1.26.13) ### [`v1.26.11`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.10...v1.26.11) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.10...v1.26.11) ### [`v1.26.10`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.9...v1.26.10) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.9...v1.26.10) ### [`v1.26.9`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.8...v1.26.9) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.8...v1.26.9) ### [`v1.26.8`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.7...v1.26.8) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.7...v1.26.8) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.2...c63de15a992d37f0d6cec03ac7631872838602cb) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/0xJacky/nginx-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->
kerem 2026-03-01 15:42:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/nginx-ui#5697
No description provided.