Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.94 -> 3.1.95 age adoption passing confidence
@anansi/core 0.22.0 -> 0.22.1 age adoption passing confidence
antd (source) 6.1.0 -> 6.1.1 age adoption passing confidence
vue (source) 3.5.25 -> 3.5.26 age adoption passing confidence
vue-tsc (source) 3.1.8 -> 3.2.0 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v6.1.1

Compare Source


  • 🐞 修复 DatePicker 不兼容 webpack 4 的问题:Can't resolve '@​rc-component/picker/locale/en_US'。#​56219 @​afc163
  • 🐞 修复 ColorPicker 弹层内输入框高度不一致问题。#​56220 @​ug-hero
  • 🐞 修复 notification 在 cssVar 未启用时默认背景色不为白色的问题。#​56169 @​wanpan11
  • 🐞 修复 Input 在 Space.Compact 下配置 allowClear 时聚焦边框丢失的问题。#​56105 @​tuzixiangs
  • 🐞 修复 Splitter 在 RTL + 垂直模式下折叠方向错误的问题,RTL 逻辑现在仅在横向布局下生效。#​56179 @​QDyanbing
  • 🐞 修复 Result 未向根节点透传 data-*aria-* 属性的问题。#​56165 @​QDyanbing
  • 🐞 MISC: 修复:theme.cssVar.prefixtheme.cssVar.key 不支持传入空字符串的问题。#​56146 @​QDyanbing
  • 💄 提升 Breadcrumb 链接样式优先级以避免被全局样式覆盖。#​56137 @​guoyunhe
  • 🐞 修复 ConfigProvider closable.placement 配置失效的问题。#​55985 @​meet-student
  • 🐞 修复 Form onValuesChange 对存在嵌套数据的 Form.List 缺失内容的问题。#​56129 @​zombieJ
  • 🐞 修复 Select selectorBg token 不生效的问题。#​56052 @​ug-hero
  • 🐞 修复 Upload 进度条位置样式错误的问题。#​56194 @​QDyanbing
vuejs/core (vue)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@changeset-bot
Copy link

changeset-bot bot commented Dec 21, 2025

⚠️ No Changeset found

Latest commit: ef4cfd6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ntucker ntucker enabled auto-merge (squash) December 21, 2025 19:07
@codecov
Copy link

codecov bot commented Dec 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (d7aa3d7) to head (ef4cfd6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3676   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         147      147           
  Lines        2581     2581           
  Branches      501      501           
=======================================
  Hits         2537     2537           
  Misses         10       10           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntucker ntucker merged commit 085d022 into master Dec 21, 2025
20 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch December 21, 2025 19:10
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