[PR #1225] [MERGED] chore(deps): update all non-major dependencies #8356

Closed
opened 2026-03-12 23:51:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1225
Author: @renovate[bot]
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @0xJacky

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

  • cca3213 chore(deps): update all non-major dependencies

📊 Changes

6 files changed (+155 additions, -136 deletions)

View changed files

📝 app/package.json (+3 -3)
📝 app/pnpm-lock.yaml (+123 -112)
📝 docs/package.json (+2 -2)
📝 docs/pnpm-lock.yaml (+13 -13)
📝 go.mod (+6 -6)
📝 go.sum (+8 -0)

📄 Description

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) ^22.16.0 -> ^22.16.2 age confidence devDependencies patch
@uozi-admin/curd (source) ^4.3.12 -> ^4.5.0 age confidence dependencies minor
github.com/docker/docker v28.3.1+incompatible -> v28.3.2+incompatible age confidence require patch
github.com/go-acme/lego/v4 v4.23.1 -> v4.24.0 age confidence require minor
github.com/mark3labs/mcp-go v0.32.0 -> v0.33.0 age confidence require minor
github.com/sashabaranov/go-openai v1.40.3 -> v1.40.4 age confidence require patch
github.com/uozi-tech/cosy v1.24.0 -> v1.24.2 age confidence require patch
go (source) 1.24.4 -> 1.24.5 age confidence golang patch
pnpm (source) 10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184 -> 10.13.1 age confidence packageManager minor
vite (source) ^7.0.4 -> ^7.0.6 age confidence devDependencies patch

Release Notes

uozi-tech/admin-kit (@​uozi-admin/curd)

v4.5.0

Compare Source

Minor Changes

v4.4.0

Compare Source

Minor Changes

v4.3.19

Compare Source

Patch Changes
  • 119626a Thanks @​akinoccc! - fix(curd): add default row-key attribute to StdTable component for improved data handling

v4.3.18

Compare Source

Patch Changes

v4.3.17

Compare Source

Patch Changes
  • d8c1a66 Thanks @​0xJacky! - fix(curd): increase drag icon column width from 40 to 80 for better visibility

v4.3.16

Compare Source

Patch Changes
  • 915c0ea Thanks @​0xJacky! - fix(curd): correct condition for trash button visibility to require both delete and trash permissions

v4.3.15

Compare Source

Patch Changes
  • 2d3c286 Thanks @​0xJacky! - fix(curd): update condition for trash button visibility to include delete permission

v4.3.14

Compare Source

Patch Changes
  • 8d6c93c Thanks @​0xJacky! - feat(curd): enhance handleAdd to accept preset data for modal and expose it

v4.3.13

Compare Source

Patch Changes
docker/docker (github.com/docker/docker)

v28.3.2+incompatible

Compare Source

go-acme/lego (github.com/go-acme/lego/v4)

v4.24.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for Azion
  • [dnsprovider] Add DNS provider for DynDnsFree.de
  • [dnsprovider] Add DNS provider for ConoHa v3
  • [dnsprovider] Add DNS provider for RU Center
  • [dnsprovider] gcloud: add service account impersonation
Changed
  • [dnsprovider] pdns: improve error messages
  • [dnsprovider] cloudflare: add quotation marks to TXT record
  • [dnsprovider] googledomains: provider deprecation
  • [dnsprovider] mijnhost: improve record filter
Fixed
  • [dnsprovider] exoscale: fix find record
  • [dnsprovider] nicmanager: fix mode env var name and value
  • [lib,cli] Check order identifiers difference between client and server
mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.32.0...v0.33.0

sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.40.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.40.3...v1.40.4

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

v1.24.2

Compare Source

v1.24.1

Compare Source

golang/go (go)

v1.24.5

pnpm/pnpm (pnpm)

v10.13.1

Compare Source

Patch Changes
  • Run user defined pnpmfiles after pnpmfiles of plugins.

v10.13.0

Compare Source

Minor Changes
  • Added the possibility to load multiple pnpmfiles. The pnpmfile setting can now accept a list of pnpmfile locations #​9702.

  • pnpm will now automatically load the pnpmfile.cjs file from any config dependency named @pnpm/plugin-* or pnpm-plugin-* #​9729.

    The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the pnpmfile.cjs files in the config dependencies can be explicitly listed using the pnpmfile setting in pnpm-workspace.yaml.

Patch Changes
  • When patching dependencies installed via pkg.pr.new, treat them as Git tarball URLs #​9694.
  • Prevent conflicts between local projects' config and the global config in dangerouslyAllowAllBuilds, onlyBuiltDependencies, onlyBuiltDependenciesFile, and neverBuiltDependencies #​9628.
  • Sort keys in pnpm-workspace.yaml with deep #​9701.
  • The pnpm rebuild command should not add pkgs included in ignoredBuiltDependencies to ignoredBuilds in node_modules/.modules.yaml #​9338.
  • Replaced shell-quote with shlex for quoting command arguments #​9381.
vitejs/rolldown-vite (vite)

v7.0.6

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.5

Compare Source

Features
Bug Fixes
Miscellaneous Chores

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1225 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`cca3213`](https://github.com/0xJacky/nginx-ui/commit/cca3213adc27899973310b6a5e9b87dac1a44f5c) chore(deps): update all non-major dependencies ### 📊 Changes **6 files changed** (+155 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+3 -3) 📝 `app/pnpm-lock.yaml` (+123 -112) 📝 `docs/package.json` (+2 -2) 📝 `docs/pnpm-lock.yaml` (+13 -13) 📝 `go.mod` (+6 -6) 📝 `go.sum` (+8 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.16.0` -> `^22.16.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.16.0/22.16.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.16.0/22.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@uozi-admin/curd](https://redirect.github.com/uozi-tech/admin-kit) ([source](https://redirect.github.com/uozi-tech/admin-kit/tree/HEAD/packages/curd)) | [`^4.3.12` -> `^4.5.0`](https://renovatebot.com/diffs/npm/@uozi-admin%2fcurd/4.3.12/4.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uozi-admin%2fcurd/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uozi-admin%2fcurd/4.3.12/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [github.com/docker/docker](https://redirect.github.com/docker/docker) | `v28.3.1+incompatible` -> `v28.3.2+incompatible` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v28.3.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v28.3.1+incompatible/v28.3.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/go-acme/lego/v4](https://redirect.github.com/go-acme/lego) | `v4.23.1` -> `v4.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-acme%2flego%2fv4/v4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-acme%2flego%2fv4/v4.23.1/v4.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/mark3labs/mcp-go](https://redirect.github.com/mark3labs/mcp-go) | `v0.32.0` -> `v0.33.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmark3labs%2fmcp-go/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmark3labs%2fmcp-go/v0.32.0/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/sashabaranov/go-openai](https://redirect.github.com/sashabaranov/go-openai) | `v1.40.3` -> `v1.40.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsashabaranov%2fgo-openai/v1.40.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsashabaranov%2fgo-openai/v1.40.3/v1.40.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/uozi-tech/cosy](https://redirect.github.com/uozi-tech/cosy) | `v1.24.0` -> `v1.24.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fuozi-tech%2fcosy/v1.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fuozi-tech%2fcosy/v1.24.0/v1.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.24.4` -> `1.24.5` | [![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.24.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.24.4/1.24.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | golang | patch | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184` -> `10.13.1`](https://renovatebot.com/diffs/npm/pnpm/10.12.4/10.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.12.4/10.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | minor | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/rolldown-vite/tree/HEAD/packages/vite)) | [`^7.0.4` -> `^7.0.6`](https://renovatebot.com/diffs/npm/vite/7.0.4/7.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown-vite/7.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown-vite/7.0.4/7.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | --- ### Release Notes <details> <summary>uozi-tech/admin-kit (@&#8203;uozi-admin/curd)</summary> ### [`v4.5.0`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#450) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.4.0...@uozi-admin/curd@4.5.0) ##### Minor Changes - [`af080d1`](https://redirect.github.com/uozi-tech/admin-kit/commit/af080d15c0d987da8762ab74bdad9c7248cfeb42) Thanks [@&#8203;akinoccc](https://redirect.github.com/akinoccc)! - feat(curd): \[StdDetail] support auto get and save data ### [`v4.4.0`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#440) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.19...@uozi-admin/curd@4.4.0) ##### Minor Changes - [`494abb2`](https://redirect.github.com/uozi-tech/admin-kit/commit/494abb28e4d16e436356c4e15d2e87637e5d55aa) Thanks [@&#8203;akinoccc](https://redirect.github.com/akinoccc)! - feat(curd): enhance StdDetail, support edit mode ### [`v4.3.19`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4319) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.18...@uozi-admin/curd@4.3.19) ##### Patch Changes - [`119626a`](https://redirect.github.com/uozi-tech/admin-kit/commit/119626a89a98313004208fab4b49d3198769d0ad) Thanks [@&#8203;akinoccc](https://redirect.github.com/akinoccc)! - fix(curd): add default row-key attribute to StdTable component for improved data handling ### [`v4.3.18`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4318) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.17...@uozi-admin/curd@4.3.18) ##### Patch Changes - [`fdb0809`](https://redirect.github.com/uozi-tech/admin-kit/commit/fdb08094273887ea100c228207cbef4f449ed607) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - feat(curd): change selectedRows to use defineModel ### [`v4.3.17`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4317) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.16...@uozi-admin/curd@4.3.17) ##### Patch Changes - [`d8c1a66`](https://redirect.github.com/uozi-tech/admin-kit/commit/d8c1a66e48660fc6ebeafd6532ff3d5e2a0d1650) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - fix(curd): increase drag icon column width from 40 to 80 for better visibility ### [`v4.3.16`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4316) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.15...@uozi-admin/curd@4.3.16) ##### Patch Changes - [`915c0ea`](https://redirect.github.com/uozi-tech/admin-kit/commit/915c0ea3bd40ec52547a2c7dcb39bcaaa2307594) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - fix(curd): correct condition for trash button visibility to require both delete and trash permissions ### [`v4.3.15`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4315) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.14...@uozi-admin/curd@4.3.15) ##### Patch Changes - [`2d3c286`](https://redirect.github.com/uozi-tech/admin-kit/commit/2d3c286a754f3e98b0a2eb58bd7f6cdea612ad40) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - fix(curd): update condition for trash button visibility to include delete permission ### [`v4.3.14`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4314) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.13...@uozi-admin/curd@4.3.14) ##### Patch Changes - [`8d6c93c`](https://redirect.github.com/uozi-tech/admin-kit/commit/8d6c93c8a4d73f2f29feb3f469bfc42f33854557) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - feat(curd): enhance handleAdd to accept preset data for modal and expose it ### [`v4.3.13`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4313) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.3.12...@uozi-admin/curd@4.3.13) ##### Patch Changes - [`8d77013`](https://redirect.github.com/uozi-tech/admin-kit/commit/8d77013795ead49d0d86ab28e6828b9ba261b7ff) Thanks [@&#8203;0xJacky](https://redirect.github.com/0xJacky)! - chore: update deps </details> <details> <summary>docker/docker (github.com/docker/docker)</summary> ### [`v28.3.2+incompatible`](https://redirect.github.com/docker/docker/compare/v28.3.1...v28.3.2) [Compare Source](https://redirect.github.com/docker/docker/compare/v28.3.1...v28.3.2) </details> <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.24.0`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4240-2025-07-07) [Compare Source](https://redirect.github.com/go-acme/lego/compare/v4.23.1...v4.24.0) ##### Added - **\[dnsprovider]** Add DNS provider for Azion - **\[dnsprovider]** Add DNS provider for DynDnsFree.de - **\[dnsprovider]** Add DNS provider for ConoHa v3 - **\[dnsprovider]** Add DNS provider for RU Center - **\[dnsprovider]** gcloud: add service account impersonation ##### Changed - **\[dnsprovider]** pdns: improve error messages - **\[dnsprovider]** cloudflare: add quotation marks to TXT record - **\[dnsprovider]** googledomains: provider deprecation - **\[dnsprovider]** mijnhost: improve record filter ##### Fixed - **\[dnsprovider]** exoscale: fix find record - **\[dnsprovider]** nicmanager: fix mode env var name and value - **\[lib,cli]** Check order identifiers difference between client and server </details> <details> <summary>mark3labs/mcp-go (github.com/mark3labs/mcp-go)</summary> ### [`v0.33.0`](https://redirect.github.com/mark3labs/mcp-go/releases/tag/v0.33.0) [Compare Source](https://redirect.github.com/mark3labs/mcp-go/compare/v0.32.0...v0.33.0) #### What's Changed - fix(server): Fix the logic of the WithStateLess function by [@&#8203;dcsunny](https://redirect.github.com/dcsunny) in [https://github.com/mark3labs/mcp-go/pull/387](https://redirect.github.com/mark3labs/mcp-go/pull/387) - fix(srv/stream): correct handleGet status code to 200 by [@&#8203;cryo-zd](https://redirect.github.com/cryo-zd) in [https://github.com/mark3labs/mcp-go/pull/379](https://redirect.github.com/mark3labs/mcp-go/pull/379) - Add an example of an in process client by [@&#8203;edwardcqian](https://redirect.github.com/edwardcqian) in [https://github.com/mark3labs/mcp-go/pull/371](https://redirect.github.com/mark3labs/mcp-go/pull/371) - feat: add type-safe array items helper functions by [@&#8203;davidleitw](https://redirect.github.com/davidleitw) in [https://github.com/mark3labs/mcp-go/pull/396](https://redirect.github.com/mark3labs/mcp-go/pull/396) - Issue 400 fix by [@&#8203;ozzyozbourne](https://redirect.github.com/ozzyozbourne) in [https://github.com/mark3labs/mcp-go/pull/406](https://redirect.github.com/mark3labs/mcp-go/pull/406) - fix(client/transport/stream): check for nil pointer by [@&#8203;dinistavares](https://redirect.github.com/dinistavares) in [https://github.com/mark3labs/mcp-go/pull/404](https://redirect.github.com/mark3labs/mcp-go/pull/404) - feat: add ResourceLink type and parsing support by [@&#8203;chenmingyong0423](https://redirect.github.com/chenmingyong0423) in [https://github.com/mark3labs/mcp-go/pull/407](https://redirect.github.com/mark3labs/mcp-go/pull/407) - Fix docs by [@&#8203;ezynda3](https://redirect.github.com/ezynda3) in [https://github.com/mark3labs/mcp-go/pull/430](https://redirect.github.com/mark3labs/mcp-go/pull/430) - feat: client-side streamable-http transport supports continuously listening by [@&#8203;leavez](https://redirect.github.com/leavez) in [https://github.com/mark3labs/mcp-go/pull/317](https://redirect.github.com/mark3labs/mcp-go/pull/317) - feature: add support ResourceTemplates to mcptest package by [@&#8203;Slach](https://redirect.github.com/Slach) in [https://github.com/mark3labs/mcp-go/pull/449](https://redirect.github.com/mark3labs/mcp-go/pull/449) - Add support for MCP host session management by [@&#8203;C0deKing](https://redirect.github.com/C0deKing) in [https://github.com/mark3labs/mcp-go/pull/466](https://redirect.github.com/mark3labs/mcp-go/pull/466) - docs: Fix unused import in readme example by [@&#8203;Squiry](https://redirect.github.com/Squiry) in [https://github.com/mark3labs/mcp-go/pull/469](https://redirect.github.com/mark3labs/mcp-go/pull/469) - Support creating an `Stdio` client with options by [@&#8203;peteski22](https://redirect.github.com/peteski22) in [https://github.com/mark3labs/mcp-go/pull/457](https://redirect.github.com/mark3labs/mcp-go/pull/457) - Implement sampling in Stdio by [@&#8203;ezynda3](https://redirect.github.com/ezynda3) in [https://github.com/mark3labs/mcp-go/pull/461](https://redirect.github.com/mark3labs/mcp-go/pull/461) #### New Contributors - [@&#8203;dcsunny](https://redirect.github.com/dcsunny) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/387](https://redirect.github.com/mark3labs/mcp-go/pull/387) - [@&#8203;edwardcqian](https://redirect.github.com/edwardcqian) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/371](https://redirect.github.com/mark3labs/mcp-go/pull/371) - [@&#8203;davidleitw](https://redirect.github.com/davidleitw) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/396](https://redirect.github.com/mark3labs/mcp-go/pull/396) - [@&#8203;ozzyozbourne](https://redirect.github.com/ozzyozbourne) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/406](https://redirect.github.com/mark3labs/mcp-go/pull/406) - [@&#8203;dinistavares](https://redirect.github.com/dinistavares) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/404](https://redirect.github.com/mark3labs/mcp-go/pull/404) - [@&#8203;chenmingyong0423](https://redirect.github.com/chenmingyong0423) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/407](https://redirect.github.com/mark3labs/mcp-go/pull/407) - [@&#8203;Slach](https://redirect.github.com/Slach) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/449](https://redirect.github.com/mark3labs/mcp-go/pull/449) - [@&#8203;C0deKing](https://redirect.github.com/C0deKing) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/466](https://redirect.github.com/mark3labs/mcp-go/pull/466) - [@&#8203;Squiry](https://redirect.github.com/Squiry) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/469](https://redirect.github.com/mark3labs/mcp-go/pull/469) - [@&#8203;peteski22](https://redirect.github.com/peteski22) made their first contribution in [https://github.com/mark3labs/mcp-go/pull/457](https://redirect.github.com/mark3labs/mcp-go/pull/457) **Full Changelog**: https://github.com/mark3labs/mcp-go/compare/v0.32.0...v0.33.0 </details> <details> <summary>sashabaranov/go-openai (github.com/sashabaranov/go-openai)</summary> ### [`v1.40.4`](https://redirect.github.com/sashabaranov/go-openai/releases/tag/v1.40.4) [Compare Source](https://redirect.github.com/sashabaranov/go-openai/compare/v1.40.3...v1.40.4) #### What's Changed - fix: properly unmarshal JSON schema in ChatCompletionResponseFormatJSONSchema.schema by [@&#8203;eiixy](https://redirect.github.com/eiixy) in [https://github.com/sashabaranov/go-openai/pull/1028](https://redirect.github.com/sashabaranov/go-openai/pull/1028) - Add support for Chat Completion Service Tier by [@&#8203;mathewtinsley](https://redirect.github.com/mathewtinsley) in [https://github.com/sashabaranov/go-openai/pull/1023](https://redirect.github.com/sashabaranov/go-openai/pull/1023) #### New Contributors - [@&#8203;mathewtinsley](https://redirect.github.com/mathewtinsley) made their first contribution in [https://github.com/sashabaranov/go-openai/pull/1023](https://redirect.github.com/sashabaranov/go-openai/pull/1023) **Full Changelog**: https://github.com/sashabaranov/go-openai/compare/v1.40.3...v1.40.4 </details> <details> <summary>uozi-tech/cosy (github.com/uozi-tech/cosy)</summary> ### [`v1.24.2`](https://redirect.github.com/uozi-tech/cosy/compare/v1.24.1...v1.24.2) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.24.1...v1.24.2) ### [`v1.24.1`](https://redirect.github.com/uozi-tech/cosy/compare/v1.24.0...v1.24.1) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.24.0...v1.24.1) </details> <details> <summary>golang/go (go)</summary> ### [`v1.24.5`](https://redirect.github.com/golang/go/compare/go1.24.4...go1.24.5) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.13.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10131) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.13.0...v10.13.1) ##### Patch Changes - Run user defined pnpmfiles after pnpmfiles of plugins. ### [`v10.13.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10130) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.12.4...v10.13.0) ##### Minor Changes - Added the possibility to load multiple pnpmfiles. The `pnpmfile` setting can now accept a list of pnpmfile locations [#&#8203;9702](https://redirect.github.com/pnpm/pnpm/pull/9702). - pnpm will now automatically load the `pnpmfile.cjs` file from any [config dependency](https://pnpm.io/config-dependencies) named `@pnpm/plugin-*` or `pnpm-plugin-*` [#&#8203;9729](https://redirect.github.com/pnpm/pnpm/pull/9729). The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the `pnpmfile.cjs` files in the config dependencies can be explicitly listed using the `pnpmfile` setting in `pnpm-workspace.yaml`. ##### Patch Changes - When patching dependencies installed via `pkg.pr.new`, treat them as Git tarball URLs [#&#8203;9694](https://redirect.github.com/pnpm/pnpm/pull/9694). - Prevent conflicts between local projects' config and the global config in `dangerouslyAllowAllBuilds`, `onlyBuiltDependencies`, `onlyBuiltDependenciesFile`, and `neverBuiltDependencies` [#&#8203;9628](https://redirect.github.com/pnpm/pnpm/issues/9628). - Sort keys in `pnpm-workspace.yaml` with deep [#&#8203;9701](https://redirect.github.com/pnpm/pnpm/pull/9701). - The `pnpm rebuild` command should not add pkgs included in `ignoredBuiltDependencies` to `ignoredBuilds` in `node_modules/.modules.yaml` [#&#8203;9338](https://redirect.github.com/pnpm/pnpm/issues/9338). - Replaced `shell-quote` with `shlex` for quoting command arguments [#&#8203;9381](https://redirect.github.com/pnpm/pnpm/issues/9381). </details> <details> <summary>vitejs/rolldown-vite (vite)</summary> ### [`v7.0.6`](https://redirect.github.com/vitejs/rolldown-vite/blob/HEAD/packages/vite/CHANGELOG.md#small-706-2025-07-08-small) [Compare Source](https://redirect.github.com/vitejs/rolldown-vite/compare/v7.0.5...v7.0.6) ##### Features - enable `treeshake.commonjs` by default ([#&#8203;313](https://redirect.github.com/vitejs/rolldown-vite/issues/313)) ([d1efdd0](https://redirect.github.com/vitejs/rolldown-vite/commit/d1efdd02340661f031afc3f5953d95f03503f573)) - enable decorator-metadata transform automatically ([#&#8203;315](https://redirect.github.com/vitejs/rolldown-vite/issues/315)) ([36a8ca4](https://redirect.github.com/vitejs/rolldown-vite/commit/36a8ca464e3f46f338080fd3ceac026b48008343)) ##### Bug Fixes - **client:** protect against window being defined but addEv undefined ([#&#8203;20359](https://redirect.github.com/vitejs/rolldown-vite/issues/20359)) ([31d1467](https://redirect.github.com/vitejs/rolldown-vite/commit/31d1467cf0da1e1dca623e6df0d345b30fae0c3d)) - **define:** replace optional values ([#&#8203;20338](https://redirect.github.com/vitejs/rolldown-vite/issues/20338)) ([9465ae1](https://redirect.github.com/vitejs/rolldown-vite/commit/9465ae1378b456e08659a22286bee6bce8edeedc)) - **deps:** update all non-major dependencies ([#&#8203;20366](https://redirect.github.com/vitejs/rolldown-vite/issues/20366)) ([43ac73d](https://redirect.github.com/vitejs/rolldown-vite/commit/43ac73da27b3907c701e95e6a7d28fde659729ec)) - **legacy:** fix remaining issues ([#&#8203;312](https://redirect.github.com/vitejs/rolldown-vite/issues/312)) ([5d7dc73](https://redirect.github.com/vitejs/rolldown-vite/commit/5d7dc73cdbed9a7daae2390b4372be724e220372)) ##### Miscellaneous Chores - **deps:** update dependency dotenv to v17 ([#&#8203;20325](https://redirect.github.com/vitejs/rolldown-vite/issues/20325)) ([45040d4](https://redirect.github.com/vitejs/rolldown-vite/commit/45040d48076302eeb101f8d07bbcd04758fde8a4)) - **deps:** update dependency rolldown to ^1.0.0-beta.24 ([#&#8203;20365](https://redirect.github.com/vitejs/rolldown-vite/issues/20365)) ([5ab25e7](https://redirect.github.com/vitejs/rolldown-vite/commit/5ab25e73a2ea2a2e2c0469350288a183dfb57030)) - use `n/prefer-node-protocol` rule ([#&#8203;20368](https://redirect.github.com/vitejs/rolldown-vite/issues/20368)) ([38bb268](https://redirect.github.com/vitejs/rolldown-vite/commit/38bb268cde15541321f36016e77d61eecb707298)) ##### Code Refactoring - minor changes to reduce diff between normal Vite and rolldown-vite ([#&#8203;20354](https://redirect.github.com/vitejs/rolldown-vite/issues/20354)) ([2e8050e](https://redirect.github.com/vitejs/rolldown-vite/commit/2e8050e4cd8835673baf07375b7db35128144222)) ### [`v7.0.5`](https://redirect.github.com/vitejs/rolldown-vite/blob/HEAD/packages/vite/CHANGELOG.md#small-705-2025-07-07-small) [Compare Source](https://redirect.github.com/vitejs/rolldown-vite/compare/v7.0.4...v7.0.5) ##### Features - make oxc runtime helpers name mangle-able ([#&#8203;306](https://redirect.github.com/vitejs/rolldown-vite/issues/306)) ([d9627ee](https://redirect.github.com/vitejs/rolldown-vite/commit/d9627ee1f2f048e1c51cb70c3d69c848de07b5f5)) - plugin legacy ([#&#8203;293](https://redirect.github.com/vitejs/rolldown-vite/issues/293)) ([e1ef2e5](https://redirect.github.com/vitejs/rolldown-vite/commit/e1ef2e58068a1185e1af10d076a7bb4b5514f21b)) - update rolldown and support custom configs for native dynamic import vars plugin ([#&#8203;310](https://redirect.github.com/vitejs/rolldown-vite/issues/310)) ([3f07670](https://redirect.github.com/vitejs/rolldown-vite/commit/3f076704917b468bbc87083d5bd562828330af06)) ##### Bug Fixes - accept umd with only default export ([#&#8203;305](https://redirect.github.com/vitejs/rolldown-vite/issues/305)) ([12f8197](https://redirect.github.com/vitejs/rolldown-vite/commit/12f81973e359a707e75bc5cf70a2e1c0132d1ce7)) - correct "Unexpected IIFE format" shown for UMD output ([139d016](https://redirect.github.com/vitejs/rolldown-vite/commit/139d016b6750e938e4b2923d677975556eb34c87)) - **css:** resolve relative paths in sass, revert [#&#8203;20300](https://redirect.github.com/vitejs/rolldown-vite/issues/20300) ([#&#8203;20349](https://redirect.github.com/vitejs/rolldown-vite/issues/20349)) ([db8bd41](https://redirect.github.com/vitejs/rolldown-vite/commit/db8bd412a8b783fe8e9f82d1a822b0534abbf5a3)) - inject oxc runtime helpers correctly when multiple helpers are required ([#&#8203;311](https://redirect.github.com/vitejs/rolldown-vite/issues/311)) ([6c5f468](https://redirect.github.com/vitejs/rolldown-vite/commit/6c5f46863c625e2ee7508cd02acd5de37c64be70)) ##### Miscellaneous Chores - fix typos and grammatical errors across documentation and comments ([#&#8203;20337](https://redirect.github.com/vitejs/rolldown-vite/issues/20337)) ([c1c951d](https://redirect.github.com/vitejs/rolldown-vite/commit/c1c951dcc32ec9f133b03ebbceddd749fc14f1e9)) - group commits by category in changelog ([#&#8203;20310](https://redirect.github.com/vitejs/rolldown-vite/issues/20310)) ([41e83f6](https://redirect.github.com/vitejs/rolldown-vite/commit/41e83f62b1adb65f5af4c1ec006de1c845437edc)) - reduce diff ([a657265](https://redirect.github.com/vitejs/rolldown-vite/commit/a6572654bea3942e3bbc5eca3fd35f7cbbb773f0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:51:09 +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#8356
No description provided.