Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

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: alibabacloud-go/tea@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.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.39.0
golang.org/x/text v0.31.0 -> v0.32.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cc78e99 to 985925a Compare December 10, 2025 03:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 985925a to 369db3a Compare December 10, 2025 03:51
@0xJacky 0xJacky merged commit 5de727b into dev Dec 10, 2025
43 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 10, 2025 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants