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

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

📋 Pull Request Information

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

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

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

📊 Changes

9 files changed (+231 additions, -213 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)
📝 .github/workflows/weblate-pull.yml (+1 -1)
📝 .github/workflows/weblate-sync.yml (+1 -1)
📝 app/package.json (+4 -4)
📝 docs/package.json (+2 -2)
📝 go.mod (+11 -11)
📝 go.sum (+18 -0)
📝 pnpm-lock.yaml (+188 -188)
📝 pnpm-workspace.yaml (+4 -4)

📄 Description

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) ^24.10.1 -> ^24.10.2 age confidence devDependencies patch
ace-builds ^1.43.4 -> ^1.43.5 age confidence pnpm.catalog.default patch
ace-builds ^1.43.4 -> ^1.43.5 age confidence devDependencies patch
github.com/alibabacloud-go/tea v1.3.13 -> v1.3.14 age confidence require patch
github.com/alibabacloud-go/tea-utils/v2 v2.0.8 -> v2.0.9 age confidence require patch
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.8 -> v1.3.10 age confidence require patch
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.3.7 -> v1.3.8 age confidence require patch
go (source) 1.25.4 -> 1.25.5 age confidence golang patch
go ^1.25.4 -> ^1.25.5 age confidence uses-with patch
golang.org/x/crypto v0.45.0 -> v0.46.0 age confidence require minor
golang.org/x/net v0.47.0 -> v0.48.0 age confidence require minor
pnpm (source) 10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a -> 10.25.0 age confidence packageManager minor
python 3.14.0 -> 3.14.2 age confidence uses-with patch
unocss (source) ^66.5.9 -> ^66.5.10 age confidence pnpm.catalog.default patch
unocss (source) ^66.5.9 -> ^66.5.10 age confidence dependencies patch
vite (source) ^7.2.4 -> ^7.2.7 age confidence pnpm.catalog.default patch
vite (source) ^7.2.4 -> ^7.2.7 age confidence devDependencies patch
vue-tsc (source) ^3.1.5 -> ^3.1.8 age confidence pnpm.catalog.default patch

Release Notes

ajaxorg/ace-builds (ace-builds)

v1.43.5

Compare Source

alibabacloud-go/tea (github.com/alibabacloud-go/tea)

v1.3.14

Compare Source

Full Changelog: https://github.com/alibabacloud-go/tea/compare/v1.3.13...v1.3.14

alibabacloud-go/tea-utils (github.com/alibabacloud-go/tea-utils/v2)

v2.0.9

Compare Source

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

v1.3.10

Compare Source

v1.3.9

Compare Source

golang/go (go)

v1.25.5

actions/go-versions (go)

v1.25.5: 1.25.5

Compare Source

Go 1.25.5

pnpm/pnpm (pnpm)

v10.25.0

Compare Source

actions/python-versions (python)

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

unocss/unocss (unocss)

v66.5.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v7.2.7

Compare Source

v7.2.6

Compare Source

7.2.6 (2025-12-01)

vuejs/language-tools (vue-tsc)

v3.1.8

Compare Source

v3.1.7

Compare Source

v3.1.6

Compare Source

Features
  • feat(vscode): add settings to enable per-block formatting (#​5784) - Thanks to @​serkodev!
  • feat(language-service): enhanced component auto import (#​5790)
  • feat(component-meta): add component name and description fields (#​5797)
  • feat(typescript-plugin): add support for template "Add Import" quick fix (#​5799) - Thanks to @​serkodev!
  • feat(typescript-plugin): mapping JSDoc informations from <script setup> (#​5805)
  • feat(vscode): support tsdk path for Eclipse Theia (#​5806) - Thanks to @​serkodev!
Bug Fixes
  • fix(language-service): ignore intrinsic elements when detect tag name casing (#​5771)
  • fix(language-core): createParsedCommandLineByJson parsed incorrect options since v3.1.5 (#​5768 (comment))
  • fix(vscode): make vue.server.path compatible with Windows (#​5772)
  • fix(vscode): analyze interpolation highlight ranges based on AST (#​5777)
  • fix(vscode): sync latest vscode html language configuration (#​5740)
  • fix(language-core): enhance getVIfNode to support v-else-if directives (#​5765) - Thanks to @​serkodev!
  • fix(language-core): generate {} instead of its string value for style="..." (#​5781) - Thanks to @​KazariEX!
  • fix(language-core): v-bind="$attrs" loses navigation when inferTemplateDollarAttrs is disabled (#​5783)
  • fix(language-service): skip const props = completion in StringLiteral (#​5786)
  • fix(language-core): unable to get completion for the second scoped class name
  • fix(language-service): format components with HTML void-element names (#​5788) - Thanks to @​serkodev!
  • fix(language-service): properly handle promise when resolving CSS links (#​5785)
  • fix(language-core): infer $el type for generic components using inferComponentDollarEl (#​5794)
  • fix(language-core): ensure <script> content generates before <script setup> (#​5795)
  • fix(language-core): remove bypassDefineComponent hack for better JS support (#​4876) (#​5379)
  • fix(language-core): Prettify<T> caused generic props gets inferred as unknown (#​5667) - Thanks to @​so1ve!
  • fix(vscode): handle leading < as operator in SFC scripts (#​5801) - Thanks to @​serkodev!
  • fix(vscode): patch isTypeScriptDocument in VSCode for typescript.preferences.autoImportSpecifierExcludeRegexes config support (#​5364)
  • fix(language-core): ensure type consistency for optional boolean props (#​5803)
  • fix(language-core): add compatibility for vapor attr (#​5496)
  • fix(language-core): AST fault tolerance for key binding on template (#​5807)
Performance
  • perf(language-core): reuse ts asts for :class - Thanks to @​KazariEX!
Other Changes
  • Revert "refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733)"
  • docs(typescript-plugin): update Neovim configuration link (#​5775) - Thanks to @​AlexVagrant!
  • refactor(language-core): normalize template AST (#​5782)
  • refactor(language-core): split style codegen (#​5787)
  • refactor(language-core): remove debugger from virtual code for tsslint compatibility
  • refactor(language-core): remove legacy navigation support in ref="xxx"
  • refactor(language-core): reduce codegen options (#​5804)
  • refactor(component-meta): deprecated rawType and __internal__.tsLs (#​5808)
  • chore: update volar to 2.4.26

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/1476 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`369db3a`](https://github.com/0xJacky/nginx-ui/commit/369db3a4720657b50be687b117afd66e58fe4df6) chore(deps): update all non-major dependencies ### 📊 Changes **9 files changed** (+231 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) 📝 `.github/workflows/weblate-pull.yml` (+1 -1) 📝 `.github/workflows/weblate-sync.yml` (+1 -1) 📝 `app/package.json` (+4 -4) 📝 `docs/package.json` (+2 -2) 📝 `go.mod` (+11 -11) 📝 `go.sum` (+18 -0) 📝 `pnpm-lock.yaml` (+188 -188) 📝 `pnpm-workspace.yaml` (+4 -4) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-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)) | [`^24.10.1` -> `^24.10.2`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.1/24.10.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.10.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.1/24.10.2?slim=true) | devDependencies | patch | | [ace-builds](https://redirect.github.com/ajaxorg/ace-builds) | [`^1.43.4` -> `^1.43.5`](https://renovatebot.com/diffs/npm/ace-builds/1.43.4/1.43.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/ace-builds/1.43.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ace-builds/1.43.4/1.43.5?slim=true) | pnpm.catalog.default | patch | | [ace-builds](https://redirect.github.com/ajaxorg/ace-builds) | [`^1.43.4` -> `^1.43.5`](https://renovatebot.com/diffs/npm/ace-builds/1.43.4/1.43.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/ace-builds/1.43.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ace-builds/1.43.4/1.43.5?slim=true) | devDependencies | patch | | [github.com/alibabacloud-go/tea](https://redirect.github.com/alibabacloud-go/tea) | `v1.3.13` -> `v1.3.14` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falibabacloud-go%2ftea/v1.3.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falibabacloud-go%2ftea/v1.3.13/v1.3.14?slim=true) | require | patch | | [github.com/alibabacloud-go/tea-utils/v2](https://redirect.github.com/alibabacloud-go/tea-utils) | `v2.0.8` -> `v2.0.9` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falibabacloud-go%2ftea-utils%2fv2/v2.0.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falibabacloud-go%2ftea-utils%2fv2/v2.0.8/v2.0.9?slim=true) | require | patch | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.8` -> `v1.3.10` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.8/v1.3.10?slim=true) | require | patch | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.7` -> `v1.3.8` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fdnspod/v1.3.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fdnspod/v1.3.7/v1.3.8?slim=true) | require | patch | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.25.4` -> `1.25.5` | ![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.25.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.25.4/1.25.5?slim=true) | golang | patch | | [go](https://redirect.github.com/actions/go-versions) | `^1.25.4` -> `^1.25.5` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fgo-versions/1.25.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fgo-versions/1.25.4/1.25.5?slim=true) | uses-with | patch | | golang.org/x/crypto | `v0.45.0` -> `v0.46.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.46.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.45.0/v0.46.0?slim=true) | require | minor | | golang.org/x/net | `v0.47.0` -> `v0.48.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.48.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.47.0/v0.48.0?slim=true) | require | minor | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a` -> `10.25.0`](https://renovatebot.com/diffs/npm/pnpm/10.24.0/10.25.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.25.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.24.0/10.25.0?slim=true) | packageManager | minor | | [python](https://redirect.github.com/actions/python-versions) | `3.14.0` -> `3.14.2` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.14.0/3.14.2?slim=true) | uses-with | patch | | [unocss](https://unocss.dev) ([source](https://redirect.github.com/unocss/unocss/tree/HEAD/packages-presets/unocss)) | [`^66.5.9` -> `^66.5.10`](https://renovatebot.com/diffs/npm/unocss/66.5.9/66.5.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/66.5.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unocss/66.5.9/66.5.10?slim=true) | pnpm.catalog.default | patch | | [unocss](https://unocss.dev) ([source](https://redirect.github.com/unocss/unocss/tree/HEAD/packages-presets/unocss)) | [`^66.5.9` -> `^66.5.10`](https://renovatebot.com/diffs/npm/unocss/66.5.9/66.5.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/66.5.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unocss/66.5.9/66.5.10?slim=true) | dependencies | patch | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^7.2.4` -> `^7.2.7`](https://renovatebot.com/diffs/npm/vite/7.2.4/7.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.2.4/7.2.7?slim=true) | pnpm.catalog.default | patch | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^7.2.4` -> `^7.2.7`](https://renovatebot.com/diffs/npm/vite/7.2.4/7.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.2.4/7.2.7?slim=true) | devDependencies | patch | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`^3.1.5` -> `^3.1.8`](https://renovatebot.com/diffs/npm/vue-tsc/3.1.5/3.1.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.1.5/3.1.8?slim=true) | pnpm.catalog.default | patch | --- ### Release Notes <details> <summary>ajaxorg/ace-builds (ace-builds)</summary> ### [`v1.43.5`](https://redirect.github.com/ajaxorg/ace-builds/blob/HEAD/CHANGELOG.md#1435-2025-12-02) [Compare Source](https://redirect.github.com/ajaxorg/ace-builds/compare/v1.43.4...v1.43.5) </details> <details> <summary>alibabacloud-go/tea (github.com/alibabacloud-go/tea)</summary> ### [`v1.3.14`](https://redirect.github.com/alibabacloud-go/tea/releases/tag/v1.3.14) [Compare Source](https://redirect.github.com/alibabacloud-go/tea/compare/v1.3.13...v1.3.14) **Full Changelog**: <https://github.com/alibabacloud-go/tea/compare/v1.3.13...v1.3.14> </details> <details> <summary>alibabacloud-go/tea-utils (github.com/alibabacloud-go/tea-utils/v2)</summary> ### [`v2.0.9`](https://redirect.github.com/alibabacloud-go/tea-utils/compare/v2.0.8...v2.0.9) [Compare Source](https://redirect.github.com/alibabacloud-go/tea-utils/compare/v2.0.8...v2.0.9) </details> <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.3.10`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.9...v1.3.10) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.9...v1.3.10) ### [`v1.3.9`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.8...v1.3.9) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.8...v1.3.9) </details> <details> <summary>golang/go (go)</summary> ### [`v1.25.5`](https://redirect.github.com/golang/go/compare/go1.25.4...go1.25.5) </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.25.5`](https://redirect.github.com/actions/go-versions/releases/tag/1.25.5-19880500865): 1.25.5 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.25.4-19122936812...1.25.5-19880500865) Go 1.25.5 </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.25.0`](https://redirect.github.com/pnpm/pnpm/compare/v10.24.0...v10.25.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.24.0...v10.25.0) </details> <details> <summary>actions/python-versions (python)</summary> ### [`v3.14.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.2-20014991423): 3.14.2 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.1-19879739908...3.14.2-20014991423) Python 3.14.2 ### [`v3.14.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.1-19879739908): 3.14.1 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.0-18313368925...3.14.1-19879739908) Python 3.14.1 </details> <details> <summary>unocss/unocss (unocss)</summary> ### [`v66.5.10`](https://redirect.github.com/unocss/unocss/releases/tag/v66.5.10) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v66.5.9...v66.5.10) #####    🚀 Features - **core**: Allow postprocessors to append or remove rules  -  by [@&#8203;Menci](https://redirect.github.com/Menci) and [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5010](https://redirect.github.com/unocss/unocss/issues/5010) [<samp>(298de)</samp>](https://redirect.github.com/unocss/unocss/commit/298de3e86) - **vite**: Add `virtualModulePrefix` option to support for custom virtual module prefix  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) and [@&#8203;liujiayii](https://redirect.github.com/liujiayii) in [#&#8203;5008](https://redirect.github.com/unocss/unocss/issues/5008) [<samp>(1819f)</samp>](https://redirect.github.com/unocss/unocss/commit/1819f04be) #####    🐞 Bug Fixes - **config**: Should merge `inlineConfig` when load config  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) [<samp>(37452)</samp>](https://redirect.github.com/unocss/unocss/commit/374528462) - **preset-wind4**: Support special color key with alpha close [#&#8203;4998](https://redirect.github.com/unocss/unocss/issues/4998)  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;4998](https://redirect.github.com/unocss/unocss/issues/4998) [<samp>(e43d0)</samp>](https://redirect.github.com/unocss/unocss/commit/e43d002d9) - **rule-utils**: Escape rule prefix close Group descendant selectors and prefixes Fixes [#&#8203;5004](https://redirect.github.com/unocss/unocss/issues/5004)  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5004](https://redirect.github.com/unocss/unocss/issues/5004) [<samp>(dba52)</samp>](https://redirect.github.com/unocss/unocss/commit/dba521e37) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v66.5.9...v66.5.10) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.2.7`](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) ### [`v7.2.6`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-726-2025-12-01-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.4...v7.2.6) #### <small>[7.2.6](https://redirect.github.com/vitejs/vite/compare/v7.2.5...v7.2.6) (2025-12-01)</small> </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.1.8`](https://redirect.github.com/vuejs/language-tools/compare/v3.1.7...0c9b66d0332698a1764fa56b64d47a6a30e81b47) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.7...v3.1.8) ### [`v3.1.7`](https://redirect.github.com/vuejs/language-tools/compare/v3.1.6...20dcd47c0cb4ce30e2c5e3ef1986ce297c218a06) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.6...v3.1.7) ### [`v3.1.6`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#316-2025-12-06) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.5...v3.1.6) ##### Features - feat(vscode): add settings to enable per-block formatting ([#&#8203;5784](https://redirect.github.com/vuejs/language-tools/issues/5784)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - feat(language-service): enhanced component auto import ([#&#8203;5790](https://redirect.github.com/vuejs/language-tools/issues/5790)) - feat(component-meta): add component name and description fields ([#&#8203;5797](https://redirect.github.com/vuejs/language-tools/issues/5797)) - feat(typescript-plugin): add support for template "Add Import" quick fix ([#&#8203;5799](https://redirect.github.com/vuejs/language-tools/issues/5799)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - feat(typescript-plugin): mapping JSDoc informations from `<script setup>` ([#&#8203;5805](https://redirect.github.com/vuejs/language-tools/issues/5805)) - feat(vscode): support tsdk path for Eclipse Theia ([#&#8203;5806](https://redirect.github.com/vuejs/language-tools/issues/5806)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! ##### Bug Fixes - fix(language-service): ignore intrinsic elements when detect tag name casing ([#&#8203;5771](https://redirect.github.com/vuejs/language-tools/issues/5771)) - fix(language-core): `createParsedCommandLineByJson` parsed incorrect options since v3.1.5 ([#&#8203;5768 (comment)](https://redirect.github.com/vuejs/language-tools/pull/5768#issuecomment-3569623037)) - fix(vscode): make `vue.server.path` compatible with Windows ([#&#8203;5772](https://redirect.github.com/vuejs/language-tools/issues/5772)) - fix(vscode): analyze interpolation highlight ranges based on AST ([#&#8203;5777](https://redirect.github.com/vuejs/language-tools/issues/5777)) - fix(vscode): sync latest vscode html language configuration ([#&#8203;5740](https://redirect.github.com/vuejs/language-tools/issues/5740)) - fix(language-core): enhance `getVIfNode` to support `v-else-if` directives ([#&#8203;5765](https://redirect.github.com/vuejs/language-tools/issues/5765)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - fix(language-core): generate `{}` instead of its string value for `style="..."` ([#&#8203;5781](https://redirect.github.com/vuejs/language-tools/issues/5781)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(language-core): `v-bind="$attrs"` loses navigation when `inferTemplateDollarAttrs` is disabled ([#&#8203;5783](https://redirect.github.com/vuejs/language-tools/issues/5783)) - fix(language-service): skip `const props =` completion in StringLiteral ([#&#8203;5786](https://redirect.github.com/vuejs/language-tools/issues/5786)) - fix(language-core): unable to get completion for the second scoped class name - fix(language-service): format components with HTML void-element names ([#&#8203;5788](https://redirect.github.com/vuejs/language-tools/issues/5788)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - fix(language-service): properly handle promise when resolving CSS links ([#&#8203;5785](https://redirect.github.com/vuejs/language-tools/issues/5785)) - fix(language-core): infer `$el` type for generic components using `inferComponentDollarEl` ([#&#8203;5794](https://redirect.github.com/vuejs/language-tools/issues/5794)) - fix(language-core): ensure `<script>` content generates before `<script setup>` ([#&#8203;5795](https://redirect.github.com/vuejs/language-tools/issues/5795)) - fix(language-core): remove `bypassDefineComponent` hack for better JS support ([#&#8203;4876](https://redirect.github.com/vuejs/language-tools/issues/4876)) ([#&#8203;5379](https://redirect.github.com/vuejs/language-tools/issues/5379)) - fix(language-core): `Prettify<T>` caused generic props gets inferred as `unknown` ([#&#8203;5667](https://redirect.github.com/vuejs/language-tools/issues/5667)) - Thanks to [@&#8203;so1ve](https://redirect.github.com/so1ve)! - fix(vscode): handle leading `<` as operator in SFC scripts ([#&#8203;5801](https://redirect.github.com/vuejs/language-tools/issues/5801)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! - fix(vscode): patch `isTypeScriptDocument` in VSCode for `typescript.preferences.autoImportSpecifierExcludeRegexes` config support ([#&#8203;5364](https://redirect.github.com/vuejs/language-tools/issues/5364)) - fix(language-core): ensure type consistency for optional boolean props ([#&#8203;5803](https://redirect.github.com/vuejs/language-tools/issues/5803)) - fix(language-core): add compatibility for `vapor` attr ([#&#8203;5496](https://redirect.github.com/vuejs/language-tools/issues/5496)) - fix(language-core): AST fault tolerance for key binding on template ([#&#8203;5807](https://redirect.github.com/vuejs/language-tools/issues/5807)) ##### Performance - perf(language-core): reuse ts asts for `:class` - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ##### Other Changes - Revert "refactor(typescript-plugin): remove go to definition trick for auto imported components ([#&#8203;5733](https://redirect.github.com/vuejs/language-tools/issues/5733))" - docs(typescript-plugin): update Neovim configuration link ([#&#8203;5775](https://redirect.github.com/vuejs/language-tools/issues/5775)) - Thanks to [@&#8203;AlexVagrant](https://redirect.github.com/AlexVagrant)! - refactor(language-core): normalize template AST ([#&#8203;5782](https://redirect.github.com/vuejs/language-tools/issues/5782)) - refactor(language-core): split style codegen ([#&#8203;5787](https://redirect.github.com/vuejs/language-tools/issues/5787)) - refactor(language-core): remove `debugger` from virtual code for tsslint compatibility - refactor(language-core): remove legacy navigation support in `ref="xxx"` - refactor(language-core): reduce codegen options ([#&#8203;5804](https://redirect.github.com/vuejs/language-tools/issues/5804)) - refactor(component-meta): deprecated `rawType` and `__internal__.tsLs` ([#&#8203;5808](https://redirect.github.com/vuejs/language-tools/issues/5808)) - chore: update volar to 2.4.26 - feat: fallback resolution mode for `createResolveModuleName` ([volarjs/volar.js#293](https://redirect.github.com/volarjs/volar.js/pull/293)) ([#&#8203;5644](https://redirect.github.com/vuejs/language-tools/issues/5644)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:55:29 +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#8438
No description provided.