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

Closed
opened 2026-02-28 12:00:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1493
Author: @renovate[bot]
Created: 12/18/2025
Status: Merged
Merged: 12/22/2025
Merged by: @renovate[bot]

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

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

📊 Changes

6 files changed (+654 additions, -479 deletions)

View changed files

📝 app/package.json (+10 -10)
📝 docs/package.json (+2 -2)
📝 go.mod (+46 -46)
📝 go.sum (+90 -0)
📝 pnpm-lock.yaml (+497 -412)
📝 pnpm-workspace.yaml (+9 -9)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^6.7.1 -> ^6.7.2 age confidence
@iconify-json/tabler ^1.2.23 -> ^1.2.24 age confidence
@iconify/tools ^5.0.0 -> ^5.0.1 age confidence
@vue/compiler-sfc (source) ^3.5.25 -> ^3.5.26 age confidence
@vue/reactivity (source) ^3.5.25 -> ^3.5.26 age confidence
@vue/shared (source) ^3.5.25 -> ^3.5.26 age confidence
github.com/BurntSushi/toml v1.5.0 -> v1.6.0 age confidence
github.com/blevesearch/bleve/v2 v2.5.6 -> v2.5.7 age confidence
github.com/cloudflare/cloudflare-go/v6 v6.4.0 -> v6.5.0 age confidence
github.com/go-acme/lego/v4 v4.29.0 -> v4.30.1 age confidence
github.com/go-playground/validator/v10 v10.29.0 -> v10.30.0 age confidence
github.com/go-resty/resty/v2 v2.17.0 -> v2.17.1 age confidence
github.com/nikoksr/notify v1.4.0 -> v1.5.0 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.12 -> v1.3.16 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.3.8 -> v1.3.16 age confidence
github.com/uozi-tech/cosy v1.27.9 -> v1.28.0 age confidence
golang.org/x/oauth2 v0.33.0 -> v0.34.0 age confidence
pnpm (source) 10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501 -> 10.26.1 age confidence
vite (source) ^7.2.7 -> ^7.3.0 age confidence
vue (source) ^3.5.25 -> ^3.5.26 age confidence
vue-tsc (source) ^3.1.8 -> ^3.2.0 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v6.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
iconify/tools (@​iconify/tools)

v5.0.1

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements
BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

blevesearch/bleve (github.com/blevesearch/bleve/v2)

v2.5.7

Compare Source

What's Changed

Milestone: https://github.com/blevesearch/bleve/milestone/33
Full Changelog: https://github.com/blevesearch/bleve/compare/v2.5.6...v2.5.7

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)

v6.5.0

Compare Source

Full Changelog: v6.4.0...v6.5.0

Features
  • ai_gateway: add zdr field (f85b933)
  • ai_search: add AI Search endpoints (9d95c4b)
  • leaked_credentials_check: Add GET endpoint for leaked_credentials_check/detections (2c4f6f5)
  • magic_transit: support custom remote identities (f85b933)
  • r2: add keys to super slurper response types (f85b933)
  • radar: support filtering results by agent type (2020995)
  • workers: add startup_time_ms to version types (f85b933)
  • zero_trust: support new gateway list types (2020995)
Chores
  • accounts: docs, tests updates (f85b933)
  • api_gateway Deprecate API Shield Schema Validation resources (ae8644c)
  • internal: codegen related update (d2d0a29)
  • load_balancers: update pool, monitor nullability (2020995)
  • zero_trus: refactor DLP entry types (23fdbc6)
go-acme/lego (github.com/go-acme/lego/v4)

v4.30.1

  • Release date: 2025-12-16
  • Tag: v4.30.1

Due to an error related to aliyun/credentials-go, some artifacts of the v4.30.0 release have not been published.

This release contains the same things as v4.30.0.

v4.30.0

  • Release date: 2025-12-16
  • Tag: v4.30.0
Added
  • [dnsprovider] Add DNS provider for Ionos Cloud
  • [dnsprovider] Add DNS provider for Virtualname
  • [dnsprovider] Add DNS Provider for Neodigit
  • [dnsprovider] Add DNS provider for Syse.no
  • [dnsprovider] Add DNS provider for Gravity
  • [dnsprovider] Add DNS provider for hosting.nl
Changed
  • [cli] feat: remove email requirement
Fixed
  • [dnsprovider] autodns: use the right response structure
go-playground/validator (github.com/go-playground/validator/v10)

v10.30.0: Release 10.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0

go-resty/resty (github.com/go-resty/resty/v2)

v2.17.1

Compare Source

Release Notes

Bug Fixes

Full Changelog: https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1

nikoksr/notify (github.com/nikoksr/notify)

v1.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/nikoksr/notify/compare/v1.4.0...v1.5.0

tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)

v1.3.16

Compare Source

v1.3.15

Compare Source

v1.3.14

Compare Source

v1.3.13

Compare Source

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

v1.28.0

Compare Source

pnpm/pnpm (pnpm)

v10.26.1

Compare Source

v10.26.0

Compare Source

vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

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.


🔄 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/1493 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`d28ea04`](https://github.com/0xJacky/nginx-ui/commit/d28ea04e3c4e9ca73a192d57f0e7f1a8e69ca88e) chore(deps): update all non-major dependencies ### 📊 Changes **6 files changed** (+654 additions, -479 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+10 -10) 📝 `docs/package.json` (+2 -2) 📝 `go.mod` (+46 -46) 📝 `go.sum` (+90 -0) 📝 `pnpm-lock.yaml` (+497 -412) 📝 `pnpm-workspace.yaml` (+9 -9) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^6.7.1` -> `^6.7.2`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/6.7.1/6.7.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/6.7.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@antfu%2feslint-config/6.7.1/6.7.2?slim=true) | | [@iconify-json/tabler](https://icon-sets.iconify.design/tabler/) | [`^1.2.23` -> `^1.2.24`](https://renovatebot.com/diffs/npm/@iconify-json%2ftabler/1.2.23/1.2.24) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2ftabler/1.2.24?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2ftabler/1.2.23/1.2.24?slim=true) | | [@iconify/tools](https://redirect.github.com/iconify/tools) | [`^5.0.0` -> `^5.0.1`](https://renovatebot.com/diffs/npm/@iconify%2ftools/5.0.0/5.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify%2ftools/5.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify%2ftools/5.0.0/5.0.1?slim=true) | | [@vue/compiler-sfc](https://redirect.github.com/vuejs/core/tree/main/packages/compiler-sfc#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)) | [`^3.5.25` -> `^3.5.26`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-sfc/3.5.25/3.5.26) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2fcompiler-sfc/3.5.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2fcompiler-sfc/3.5.25/3.5.26?slim=true) | | [@vue/reactivity](https://redirect.github.com/vuejs/core/tree/main/packages/reactivity#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/reactivity)) | [`^3.5.25` -> `^3.5.26`](https://renovatebot.com/diffs/npm/@vue%2freactivity/3.5.25/3.5.26) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2freactivity/3.5.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2freactivity/3.5.25/3.5.26?slim=true) | | [@vue/shared](https://redirect.github.com/vuejs/core/tree/main/packages/shared#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/shared)) | [`^3.5.25` -> `^3.5.26`](https://renovatebot.com/diffs/npm/@vue%2fshared/3.5.25/3.5.26) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2fshared/3.5.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2fshared/3.5.25/3.5.26?slim=true) | | [github.com/BurntSushi/toml](https://redirect.github.com/BurntSushi/toml) | `v1.5.0` -> `v1.6.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fBurntSushi%2ftoml/v1.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fBurntSushi%2ftoml/v1.5.0/v1.6.0?slim=true) | | [github.com/blevesearch/bleve/v2](https://redirect.github.com/blevesearch/bleve) | `v2.5.6` -> `v2.5.7` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fblevesearch%2fbleve%2fv2/v2.5.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fblevesearch%2fbleve%2fv2/v2.5.6/v2.5.7?slim=true) | | [github.com/cloudflare/cloudflare-go/v6](https://redirect.github.com/cloudflare/cloudflare-go) | `v6.4.0` -> `v6.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcloudflare-go%2fv6/v6.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcloudflare-go%2fv6/v6.4.0/v6.5.0?slim=true) | | [github.com/go-acme/lego/v4](https://redirect.github.com/go-acme/lego) | `v4.29.0` -> `v4.30.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-acme%2flego%2fv4/v4.30.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-acme%2flego%2fv4/v4.29.0/v4.30.1?slim=true) | | [github.com/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | `v10.29.0` -> `v10.30.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.30.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.29.0/v10.30.0?slim=true) | | [github.com/go-resty/resty/v2](https://redirect.github.com/go-resty/resty) | `v2.17.0` -> `v2.17.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-resty%2fresty%2fv2/v2.17.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-resty%2fresty%2fv2/v2.17.0/v2.17.1?slim=true) | | [github.com/nikoksr/notify](https://redirect.github.com/nikoksr/notify) | `v1.4.0` -> `v1.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnikoksr%2fnotify/v1.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnikoksr%2fnotify/v1.4.0/v1.5.0?slim=true) | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.12` -> `v1.3.16` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.12/v1.3.16?slim=true) | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.8` -> `v1.3.16` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fdnspod/v1.3.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fdnspod/v1.3.8/v1.3.16?slim=true) | | [github.com/uozi-tech/cosy](https://redirect.github.com/uozi-tech/cosy) | `v1.27.9` -> `v1.28.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fuozi-tech%2fcosy/v1.28.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fuozi-tech%2fcosy/v1.27.9/v1.28.0?slim=true) | | [golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2) | [`v0.33.0` -> `v0.34.0`](https://cs.opensource.google/go/x/oauth2/+/refs/tags/v0.33.0...refs/tags/v0.34.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2foauth2/v0.34.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2foauth2/v0.33.0/v0.34.0?slim=true) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501` -> `10.26.1`](https://renovatebot.com/diffs/npm/pnpm/10.25.0/10.26.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.26.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.25.0/10.26.1?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^7.2.7` -> `^7.3.0`](https://renovatebot.com/diffs/npm/vite/7.2.7/7.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.2.7/7.3.0?slim=true) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`^3.5.25` -> `^3.5.26`](https://renovatebot.com/diffs/npm/vue/3.5.25/3.5.26) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.25/3.5.26?slim=true) | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`^3.1.8` -> `^3.2.0`](https://renovatebot.com/diffs/npm/vue-tsc/3.1.8/3.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.1.8/3.2.0?slim=true) | --- ### Release Notes <details> <summary>antfu/eslint-config (@&#8203;antfu/eslint-config)</summary> ### [`v6.7.2`](https://redirect.github.com/antfu/eslint-config/releases/tag/v6.7.2) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v6.7.1...v6.7.2) #####    🐞 Bug Fixes - Update react rules to match `eslint-react` v2  -  by [@&#8203;Rel1cx](https://redirect.github.com/Rel1cx) in [#&#8203;795](https://redirect.github.com/antfu/eslint-config/issues/795) [<samp>(6b425)</samp>](https://redirect.github.com/antfu/eslint-config/commit/6b4255b) - **pnpm**: Add ignore for [@&#8203;types/vscode](https://redirect.github.com/types/vscode) in json-enforce-catalog  -  by [@&#8203;jinghaihan](https://redirect.github.com/jinghaihan) in [#&#8203;794](https://redirect.github.com/antfu/eslint-config/issues/794) [<samp>(95685)</samp>](https://redirect.github.com/antfu/eslint-config/commit/95685a6) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v6.7.1...v6.7.2) </details> <details> <summary>iconify/tools (@&#8203;iconify/tools)</summary> ### [`v5.0.1`](https://redirect.github.com/iconify/tools/compare/5.0.0...5.0.1) [Compare Source](https://redirect.github.com/iconify/tools/compare/5.0.0...5.0.1) </details> <details> <summary>vuejs/core (@&#8203;vue/compiler-sfc)</summary> ### [`v3.5.26`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3526-2025-12-18) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.25...v3.5.26) ##### Bug Fixes - **compat:** fix compat handler of draggable ([#&#8203;12445](https://redirect.github.com/vuejs/core/issues/12445)) ([ed85953](https://redirect.github.com/vuejs/core/commit/ed85953e28741ae1913cfc92b7b66e1a8da47f8c)), closes [#&#8203;12444](https://redirect.github.com/vuejs/core/issues/12444) - **compat:** handle v-model deprecation warning with missing appContext ([#&#8203;14203](https://redirect.github.com/vuejs/core/issues/14203)) ([945a543](https://redirect.github.com/vuejs/core/commit/945a543152e8d80903d4f7a18a84ebe8d36e56f8)), closes [#&#8203;14202](https://redirect.github.com/vuejs/core/issues/14202) - **compiler-sfc:** demote const reactive bindings used in v-model ([#&#8203;14214](https://redirect.github.com/vuejs/core/issues/14214)) ([e24ff7d](https://redirect.github.com/vuejs/core/commit/e24ff7d302a887ea532571c231a385362fa17279)), closes [#&#8203;11265](https://redirect.github.com/vuejs/core/issues/11265) [#&#8203;11275](https://redirect.github.com/vuejs/core/issues/11275) - **compiler-ssr:** handle ssr attr fallthrough when preserve whitespace ([#&#8203;12304](https://redirect.github.com/vuejs/core/issues/12304)) ([4783118](https://redirect.github.com/vuejs/core/commit/47831189196b62b12dd17f6e909efc51d9d22fd2)), closes [#&#8203;8072](https://redirect.github.com/vuejs/core/issues/8072) - **hmr:** handle cached text node update ([#&#8203;14134](https://redirect.github.com/vuejs/core/issues/14134)) ([69ce3c7](https://redirect.github.com/vuejs/core/commit/69ce3c7d755db868cfa66d67ab5b3f383a44e053)), closes [#&#8203;14127](https://redirect.github.com/vuejs/core/issues/14127) - **keep-alive:** use resolved component name for async components in cache pruning ([#&#8203;14212](https://redirect.github.com/vuejs/core/issues/14212)) ([dfe667c](https://redirect.github.com/vuejs/core/commit/dfe667c8567d48167c250062483d2d2cfc7bdc03)), closes [#&#8203;14210](https://redirect.github.com/vuejs/core/issues/14210) - **runtime-core:** ensure correct anchor el for deeper unresolved async components ([#&#8203;14182](https://redirect.github.com/vuejs/core/issues/14182)) ([f5b3bf2](https://redirect.github.com/vuejs/core/commit/f5b3bf264d2e12725381bed1c492069437069b03)), closes [#&#8203;14173](https://redirect.github.com/vuejs/core/issues/14173) - **runtime-core:** handle patch stable fragment edge case ([#&#8203;12411](https://redirect.github.com/vuejs/core/issues/12411)) ([94aeb64](https://redirect.github.com/vuejs/core/commit/94aeb64ccdf20d541059b533c9780977c14db9cb)), closes [#&#8203;12410](https://redirect.github.com/vuejs/core/issues/12410) - **runtime-core:** pass component instance to flushPreFlushCbs on unmount ([#&#8203;14221](https://redirect.github.com/vuejs/core/issues/14221)) ([e857e12](https://redirect.github.com/vuejs/core/commit/e857e12c0aff03c0148e3e52d92935918872dc33)), closes [#&#8203;14215](https://redirect.github.com/vuejs/core/issues/14215) ##### Performance Improvements - **compiler-core:** use binary-search to get line and column ([#&#8203;14222](https://redirect.github.com/vuejs/core/issues/14222)) ([1904053](https://redirect.github.com/vuejs/core/commit/1904053f1f7986c2d6dbe858ee1b594b4b229c17)) </details> <details> <summary>BurntSushi/toml (github.com/BurntSushi/toml)</summary> ### [`v1.6.0`](https://redirect.github.com/BurntSushi/toml/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/BurntSushi/toml/compare/v1.5.0...v1.6.0) TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: <https://github.com/toml-lang/toml/blob/main/CHANGELOG.md> Also two small fixes: - Encode large floats as exponent syntax so that round-tripping things like `5e+22` is correct. - Using duplicate array keys would not give an error: ``` arr = [1] arr = [2] ``` This will now correctly give a "Key 'arr' has already been defined" error. </details> <details> <summary>blevesearch/bleve (github.com/blevesearch/bleve/v2)</summary> ### [`v2.5.7`](https://redirect.github.com/blevesearch/bleve/releases/tag/v2.5.7) [Compare Source](https://redirect.github.com/blevesearch/bleve/compare/v2.5.6...v2.5.7) #### What's Changed - MB-69654: Fix vector field alias validation by [@&#8203;CascadingRadium](https://redirect.github.com/CascadingRadium) in [#&#8203;2259](https://redirect.github.com/blevesearch/bleve/pull/2259) - Used iota for scorch EventKind by [@&#8203;capemox](https://redirect.github.com/capemox) in [#&#8203;2257](https://redirect.github.com/blevesearch/bleve/pull/2257) - Fix String API for SearchResult by [@&#8203;CascadingRadium](https://redirect.github.com/CascadingRadium) in [#&#8203;2262](https://redirect.github.com/blevesearch/bleve/pull/2262) - MB-55637: Added new error types in scorch by [@&#8203;capemox](https://redirect.github.com/capemox) in [#&#8203;2255](https://redirect.github.com/blevesearch/bleve/pull/2255) - Add documentation for multi-vector and nested-vector field support by [@&#8203;CascadingRadium](https://redirect.github.com/CascadingRadium) in [#&#8203;2261](https://redirect.github.com/blevesearch/bleve/pull/2261) - Add coverage (goveralls) github action by [@&#8203;abhinavdangeti](https://redirect.github.com/abhinavdangeti) in [#&#8203;2263](https://redirect.github.com/blevesearch/bleve/pull/2263) - MB-69641: Add support for retrieval of multi-vector documents by [@&#8203;CascadingRadium](https://redirect.github.com/CascadingRadium) in [#&#8203;2258](https://redirect.github.com/blevesearch/bleve/pull/2258) - MB-69655: Fix vector normalization to handle multi-vectors correctly by [@&#8203;CascadingRadium](https://redirect.github.com/CascadingRadium) in [#&#8203;2264](https://redirect.github.com/blevesearch/bleve/pull/2264) **Milestone**: <https://github.com/blevesearch/bleve/milestone/33> **Full Changelog**: <https://github.com/blevesearch/bleve/compare/v2.5.6...v2.5.7> </details> <details> <summary>cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)</summary> ### [`v6.5.0`](https://redirect.github.com/cloudflare/cloudflare-go/blob/HEAD/CHANGELOG.md#650-2025-12-17) [Compare Source](https://redirect.github.com/cloudflare/cloudflare-go/compare/v6.4.0...v6.5.0) Full Changelog: [v6.4.0...v6.5.0](https://redirect.github.com/cloudflare/cloudflare-go/compare/v6.4.0...v6.5.0) ##### Features - **ai\_gateway:** add `zdr` field ([f85b933](https://redirect.github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7)) - **ai\_search**: add AI Search endpoints ([9d95c4b](https://redirect.github.com/cloudflare/cloudflare-go/commit/9d95c4baab206211083fbf85ab04ff3fa9205fc8)) - **leaked\_credentials\_check**: Add GET endpoint for leaked\_credentials\_check/detections ([2c4f6f5](https://redirect.github.com/cloudflare/cloudflare-go/commit/2c4f6f5f09e5aba4afe79b4df782032b242bf2af)) - **magic\_transit:** support custom remote identities ([f85b933](https://redirect.github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7)) - **r2:** add `keys` to super slurper response types ([f85b933](https://redirect.github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7)) - **radar:** support filtering results by agent type ([2020995](https://redirect.github.com/cloudflare/cloudflare-go/commit/2020995fcd4a89b52f8b1bf2f78303a90fa4e66a)) - **workers:** add startup\_time\_ms to version types ([f85b933](https://redirect.github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7)) - **zero\_trust:** support new gateway list types ([2020995](https://redirect.github.com/cloudflare/cloudflare-go/commit/2020995fcd4a89b52f8b1bf2f78303a90fa4e66a)) ##### Chores - **accounts:** docs, tests updates ([f85b933](https://redirect.github.com/cloudflare/cloudflare-go/commit/f85b93344696aab1472cbe94c51badf28c6a5de7)) - **api\_gateway** Deprecate API Shield Schema Validation resources ([ae8644c](https://redirect.github.com/cloudflare/cloudflare-go/commit/ae8644cb41a29e0a1496b79cbe797365be1cb253)) - **internal:** codegen related update ([d2d0a29](https://redirect.github.com/cloudflare/cloudflare-go/commit/d2d0a295b5658e40177ec6af88b7d6a5d4bbc8bb)) - **load\_balancers:** update pool, monitor nullability ([2020995](https://redirect.github.com/cloudflare/cloudflare-go/commit/2020995fcd4a89b52f8b1bf2f78303a90fa4e66a)) - **zero\_trus:** refactor DLP entry types ([23fdbc6](https://redirect.github.com/cloudflare/cloudflare-go/commit/23fdbc69d399ef783bf4ad85df3ae07cf8ffb794)) </details> <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.30.1`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4301) - Release date: 2025-12-16 - Tag: [v4.30.1](https://redirect.github.com/go-acme/lego/releases/tag/v4.30.1) Due to an error related to `aliyun/credentials-go`, some artifacts of the v4.30.0 release have not been published. This release contains the same things as v4.30.0. ### [`v4.30.0`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4300) - Release date: 2025-12-16 - Tag: [v4.30.0](https://redirect.github.com/go-acme/lego/releases/tag/v4.30.0) ##### Added - **\[dnsprovider]** Add DNS provider for Ionos Cloud - **\[dnsprovider]** Add DNS provider for Virtualname - **\[dnsprovider]** Add DNS Provider for Neodigit - **\[dnsprovider]** Add DNS provider for Syse.no - **\[dnsprovider]** Add DNS provider for Gravity - **\[dnsprovider]** Add DNS provider for hosting.nl ##### Changed - **\[cli]** feat: remove email requirement ##### Fixed - **\[dnsprovider]** autodns: use the right response structure </details> <details> <summary>go-playground/validator (github.com/go-playground/validator/v10)</summary> ### [`v10.30.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.30.0): Release 10.30.0 [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.29.0...v10.30.0) #### What's Changed - Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1504](https://redirect.github.com/go-playground/validator/pull/1504) - Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1505](https://redirect.github.com/go-playground/validator/pull/1505) - docs: document omitzero by [@&#8203;minoritea](https://redirect.github.com/minoritea) in [#&#8203;1509](https://redirect.github.com/go-playground/validator/pull/1509) - fix: add missing translations for alpha validators by [@&#8203;shindonghwi](https://redirect.github.com/shindonghwi) in [#&#8203;1510](https://redirect.github.com/go-playground/validator/pull/1510) - fix: resolve panic when using aliases with OR operator by [@&#8203;shindonghwi](https://redirect.github.com/shindonghwi) in [#&#8203;1507](https://redirect.github.com/go-playground/validator/pull/1507) - fix: resolve panic when using cross-field validators with ValidateMap by [@&#8203;shindonghwi](https://redirect.github.com/shindonghwi) in [#&#8203;1508](https://redirect.github.com/go-playground/validator/pull/1508) #### New Contributors - [@&#8203;minoritea](https://redirect.github.com/minoritea) made their first contribution in [#&#8203;1509](https://redirect.github.com/go-playground/validator/pull/1509) - [@&#8203;shindonghwi](https://redirect.github.com/shindonghwi) made their first contribution in [#&#8203;1510](https://redirect.github.com/go-playground/validator/pull/1510) **Full Changelog**: <https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0> </details> <details> <summary>go-resty/resty (github.com/go-resty/resty/v2)</summary> ### [`v2.17.1`](https://redirect.github.com/go-resty/resty/releases/tag/v2.17.1) [Compare Source](https://redirect.github.com/go-resty/resty/compare/v2.17.0...v2.17.1) ### Release Notes #### Bug Fixes - fix: content type request header on http.NoBody type [#&#8203;1074](https://redirect.github.com/go-resty/resty/issues/1074) by [@&#8203;jeevatkm](https://redirect.github.com/jeevatkm) in [#&#8203;1079](https://redirect.github.com/go-resty/resty/pull/1079) **Full Changelog**: <https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1> </details> <details> <summary>nikoksr/notify (github.com/nikoksr/notify)</summary> ### [`v1.5.0`](https://redirect.github.com/nikoksr/notify/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/nikoksr/notify/compare/v1.4.0...v1.5.0) #### What's Changed - chore(deps): update actions/checkout action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;981](https://redirect.github.com/nikoksr/notify/pull/981) - chore(lint): Fix all golangci-lint issues by [@&#8203;nikoksr](https://redirect.github.com/nikoksr) in [#&#8203;982](https://redirect.github.com/nikoksr/notify/pull/982) - chore(deps): update actions/setup-go action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;983](https://redirect.github.com/nikoksr/notify/pull/983) - chore(deps): update github/codeql-action action to v4 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;984](https://redirect.github.com/nikoksr/notify/pull/984) - fix(webpush): correct test expectations for empty VAPID keys by [@&#8203;nikoksr](https://redirect.github.com/nikoksr) in [#&#8203;987](https://redirect.github.com/nikoksr/notify/pull/987) - feat(textmagic): upgrade to v3 API by [@&#8203;nikoksr](https://redirect.github.com/nikoksr) in [#&#8203;988](https://redirect.github.com/nikoksr/notify/pull/988) - feat(mailgun): upgrade to v5 API by [@&#8203;nikoksr](https://redirect.github.com/nikoksr) in [#&#8203;992](https://redirect.github.com/nikoksr/notify/pull/992) - feat(discord): add SetClient and DefaultSession for advanced configuration by [@&#8203;nikoksr](https://redirect.github.com/nikoksr) in [#&#8203;993](https://redirect.github.com/nikoksr/notify/pull/993) **Full Changelog**: <https://github.com/nikoksr/notify/compare/v1.4.0...v1.5.0> </details> <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.3.16`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.15...v1.3.16) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.15...v1.3.16) ### [`v1.3.15`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.14...v1.3.15) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.14...v1.3.15) ### [`v1.3.14`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.13...v1.3.14) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.13...v1.3.14) ### [`v1.3.13`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.12...v1.3.13) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.12...v1.3.13) </details> <details> <summary>uozi-tech/cosy (github.com/uozi-tech/cosy)</summary> ### [`v1.28.0`](https://redirect.github.com/uozi-tech/cosy/compare/v1.27.9...v1.28.0) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.27.9...v1.28.0) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.26.1`](https://redirect.github.com/pnpm/pnpm/compare/v10.26.0...v10.26.1) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.26.0...v10.26.1) ### [`v10.26.0`](https://redirect.github.com/pnpm/pnpm/compare/v10.25.0...v10.26.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.25.0...v10.26.0) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.3.0`](https://redirect.github.com/vitejs/vite/releases/tag/v7.3.0) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.7...v7.3.0) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md) for details. </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.2.0`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#320-2025-12-20) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.8...v3.2.0) ##### vscode - **fix:** Vue TS highlighting when trailing type alias is missing semicolon ([#&#8203;5853](https://redirect.github.com/vuejs/language-tools/issues/5853)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - **perf:** replace `fast-diff` with custom character-by-character alignment algorithm ([#&#8203;5849](https://redirect.github.com/vuejs/language-tools/issues/5849)) ([#&#8203;5851](https://redirect.github.com/vuejs/language-tools/issues/5851)) - **refactor:** update Vue grammar scope name to "text.html.vue" ([#&#8203;5856](https://redirect.github.com/vuejs/language-tools/issues/5856)) - **test:** add test for embedded grammars ([#&#8203;5861](https://redirect.github.com/vuejs/language-tools/issues/5861)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! ##### language-service - **feat:** rich hover message ([#&#8203;5881](https://redirect.github.com/vuejs/language-tools/issues/5881)) - **feat:** support markdown JSDoc for rich hover message description ([#&#8203;5890](https://redirect.github.com/vuejs/language-tools/issues/5890)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - **chore:** adjust rich hover message title layout ([#&#8203;5889](https://redirect.github.com/vuejs/language-tools/issues/5889)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! ##### component-meta - **feat:** add `tags` to slots and exposed ([#&#8203;5862](https://redirect.github.com/vuejs/language-tools/issues/5862)) - Thanks to [@&#8203;aj-dev](https://redirect.github.com/aj-dev)! - **feat:** filter out irrelevant properties from `exposed` ([#&#8203;5868](https://redirect.github.com/vuejs/language-tools/issues/5868)) - Thanks to [@&#8203;aj-dev](https://redirect.github.com/aj-dev)! - **refactor:** redundant logic between deduplication and language-core ([#&#8203;5875](https://redirect.github.com/vuejs/language-tools/issues/5875)) - **refactor:** de-dependency from component-type-helpers ([#&#8203;5876](https://redirect.github.com/vuejs/language-tools/issues/5876)) - **refactor:** search prop defaults with symbol declarations ([#&#8203;5879](https://redirect.github.com/vuejs/language-tools/issues/5879)) - **refactor:** deprecate "noDeclarations" and "forceUseTs" options ([#&#8203;5887](https://redirect.github.com/vuejs/language-tools/issues/5887)) ##### typescript-plugin - **feat:** include leading dot when finding references to CSS classes ([#&#8203;5852](https://redirect.github.com/vuejs/language-tools/issues/5852)) - **fix:** missing module error after file rename ([#&#8203;5839](https://redirect.github.com/vuejs/language-tools/issues/5839)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - **fix:** prioritize non-warning completion entries over warning ones ([#&#8203;5847](https://redirect.github.com/vuejs/language-tools/issues/5847)) - **fix:** always pass rest parameters for future compatibility ([#&#8203;5859](https://redirect.github.com/vuejs/language-tools/issues/5859)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - **fix:** add nullish guards before accessing `ts.CompletionEntryData` ([#&#8203;5869](https://redirect.github.com/vuejs/language-tools/issues/5869)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - **fix:** handle import type nodes in definition proxy ([#&#8203;5873](https://redirect.github.com/vuejs/language-tools/issues/5873)) - **fix:** handle type imports in component auto-import([#&#8203;5874](https://redirect.github.com/vuejs/language-tools/issues/5874)) ##### language-core - **feat:** revert overcorrection of `v-for` type inference ([#&#8203;5836](https://redirect.github.com/vuejs/language-tools/issues/5836)) - **feat:** align `v-for` key type with `Object.keys` ([#&#8203;5837](https://redirect.github.com/vuejs/language-tools/issues/5837)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - **feat:** narrow component and directive types ([#&#8203;5841](https://redirect.github.com/vuejs/language-tools/issues/5841)) - **feat:** support `<!-- @&#8203;strictTemplates -->` magic comment ([#&#8203;5845](https://redirect.github.com/vuejs/language-tools/issues/5845)) - **fix:** correctly resolve `<script src="">` ([#&#8203;5838](https://redirect.github.com/vuejs/language-tools/issues/5838)) - **fix:** preserve template slot wrappers during `createIfBranch` ([#&#8203;5844](https://redirect.github.com/vuejs/language-tools/issues/5844)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - **fix:** include end tag locations when renaming global components - **refactor:** replace dynamic types generation with static files ([#&#8203;5872](https://redirect.github.com/vuejs/language-tools/issues/5872)) - **refactor:** improve Vue version detection and plugin resolution ##### component-type-helpers - **refactor:** remove `ComponentType` helper ##### workspace - **chore:** update testing infrastructure ([#&#8203;5848](https://redirect.github.com/vuejs/language-tools/issues/5848)) - **chore:** use tsgo in development ([#&#8203;5860](https://redirect.github.com/vuejs/language-tools/issues/5860)) - **chore:** reduce local dependencies and update workflows ([#&#8203;5863](https://redirect.github.com/vuejs/language-tools/issues/5863)) - **chore:** upgrade tsslint and vite to pre-release versions - **chore:** delete tests for Vue 3.4 ([#&#8203;5871](https://redirect.github.com/vuejs/language-tools/issues/5871)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 12:00:15 +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#4402
No description provided.