Skip to content

pkg: Update all non-major dependencies - #4054

Merged
ntucker merged 1 commit into
masterfrom
renovate/all-minor-patch
Jul 25, 2026
Merged

pkg: Update all non-major dependencies#4054
ntucker merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.31.02.31.1 age adoption passing confidence
@number-flow/react (source) 0.6.10.6.2 age adoption passing confidence
@react-native/jest-preset (source) 0.86.00.86.1 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.76.0.8 age adoption passing confidence
antd (source) 6.5.06.5.2 age adoption passing confidence
babel-plugin-syntax-hermes-parser (source) ^0.36.0^0.37.0 age adoption passing confidence
jscodeshift 17.3.017.4.0 age adoption passing confidence
monaco-editor ^0.55.0^0.56.0 age adoption passing confidence
tsx (source) 4.23.04.23.1 age adoption passing confidence
vite (source) 8.1.48.1.5 age adoption passing confidence
vue (source) 3.5.393.5.40 age adoption passing confidence
vue-tsc (source) 3.3.73.3.8 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.
barvian/number-flow (@​number-flow/react)

v0.6.2

Compare Source

Patch Changes
  • Updated dependencies [116b054]:
    • number-flow@​0.6.2
facebook/react-native (@​react-native/jest-preset)

v0.86.1

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.8

Features
Bug Fixes
ant-design/ant-design (antd)

v6.5.2

Compare Source


v6.5.1

Compare Source

  • 💄 Fix AutoComplete custom input background color being applied twice in the filled variant. #​58669 @​QDyanbing
  • 🐞 Fix Avatar, List, Pagination, Steps, and Table not responding to breakpoint changes after responsive configuration is enabled dynamically. #​58654 @​li-jia-nan
  • ⌨️ Fix Button, Checkbox, Switch, Splitter, and BorderBeam pseudo-element transitions and animations so they respect prefers-reduced-motion. #​58685 @​li-jia-nan
  • 🐞 Fix Button icon vertical alignment when used in Card extra. #​58584 @​zombieJ
  • ConfigProvider
  • 🐞 Fix Descriptions content columns collapsing to near-zero width when nested in Popover. #​58583 @​zombieJ
  • 🐞 Fix Dropdown positioning and interaction when its child component does not support ref. #​58662 @​afc163
  • Form
    • 🐞 Fix Form.Item validation messages still appearing when help={false} is set. #​58558 @​QDyanbing
    • 🐞 Fix Form.Item feedback icon classes and nested noStyle feedback state not updating after dynamic configuration changes. #​58653 @​li-jia-nan
  • 💄 Fix Icon TwitchFilled rendering smaller than other icons and remove its unintended drop shadow. #​58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ Fix Input.Search focus outline being covered when hovering the adjacent Input. #​58615 @​QDyanbing
  • 🐞 Fix Modal methods incorrectly applying classNames.body, styles.body, and bodyStyle to confirmation dialog titles. #​58412 @​biubiukam
  • 🐞 Fix Pagination page-size selector expanding to full width inside Form.Item. #​58579 @​QDyanbing
  • 💄 Fix Switch icons in checkedChildren and unCheckedChildren not being vertically centered. #​58672 @​mohamedkhaled4053
  • Table
    • 🐞 Fix Table horizontal scrolling occasionally jumping back because of stale deferred scroll synchronization. #​58613 #​58622 @​zombieJ
    • 🐞 Fix Table filter selections not resetting to the current filtered values when reopening the filter dropdown. #​58657 @​li-jia-nan
  • Typography
  • 🌐 Complete missing localized messages for ConfigProvider, Table, Transfer, Typography, Form, QRCode, ColorPicker, and Icon across 68 locales. #​58575 @​li-jia-nan

  • 💄 修复 AutoComplete 自定义输入组件在 filled 形态下背景色重复叠加的问题。#​58669 @​QDyanbing
  • 🐞 修复 Avatar、List、Pagination、Steps 和 Table 动态启用响应式配置后无法响应断点变化的问题。#​58654 @​li-jia-nan
  • ⌨️ 修复 Button、Checkbox、Switch、Splitter 和 BorderBeam 的伪元素过渡与动画,使其遵循 prefers-reduced-motion 设置。#​58685 @​li-jia-nan
  • 🐞 修复 Button 图标在 Card extra 中垂直对齐的问题。#​58584 @​zombieJ
  • ConfigProvider
    • 🐞 修复 ConfigProvider 配合 StyleProvider layer 使用时部分组件样式可能丢失的问题。#​58559 @​fireairforce
    • 🐞 修复 ConfigProvider 动态修改 prefixCls 后 CSS 变量前缀未更新的问题。#​58652 @​li-jia-nan
  • 🐞 修复 Descriptions 嵌套在 Popover 中时内容列宽度塌缩的问题。#​58583 @​zombieJ
  • 🐞 修复 Dropdown 子组件不支持 ref 时弹层定位与交互异常的问题。#​58662 @​afc163
  • Form
    • 🐞 修复 Form.Item 设置 help={false} 时仍展示校验提示的问题。#​58558 @​QDyanbing
    • 🐞 修复 Form.Item 动态配置变化后反馈图标类名与嵌套 noStyle 反馈状态未更新的问题。#​58653 @​li-jia-nan
  • 💄 修复 Icon TwitchFilled 相比其他图标偏小且带有意外投影的问题。#​58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ 修复 Input.Search 搜索按钮的聚焦轮廓在相邻 Input 进入 hover 态时被覆盖的问题。#​58615 @​QDyanbing
  • 🐞 修复 Modal 方法将 classNames.bodystyles.bodybodyStyle 错误应用到确认弹窗标题的问题。#​58412 @​biubiukam
  • 🐞 修复 Pagination 每页条数选择器在 Form.Item 中被撑满宽度的问题。#​58579 @​QDyanbing
  • 💄 修复 Switch 的 checkedChildrenunCheckedChildren 中图标未垂直居中的问题。#​58672 @​mohamedkhaled4053
  • Table
  • Typography
    • ⌨️ 修复 Typography 的 ellipsis.rows 或可编辑文本变化后省略模式与 aria-label 未更新的问题。#​58650 @​li-jia-nan
    • 🇯🇵 修复 Typography 日语 expandcollapse 文案语义错误。#​58563 @​greymoth-jp
  • 🌐 补全 ConfigProvider、Table、Transfer、Typography、Form、QRCode、ColorPicker 和 Icon 在 68 个语言包中缺失的本地化文案。#​58575 @​li-jia-nan
facebook/jscodeshift (jscodeshift)

v17.4.0

Compare Source

Minor Changes
  • 0ced828: Add iterator implementation to Collections

    ES6 iterators support the new for..of syntax. Since a Collection wraps an Array, we can lean on ECMAScript's new iterator delegation.

Patch Changes
  • bc1de49: Fix --ignore-pattern not matching files when the source path is relative and starts with ../ (or ./)

    Ignore patterns such as **/node_modules/** were silently skipped for files enumerated from a relative source path like ../app/src, because picomatch's ** wildcard does not match across a leading ..//./ traversal segment. The path is now also matched with any leading traversal prefix stripped, so ignore behavior is consistent for relative and absolute source paths.

microsoft/monaco-editor (monaco-editor)

v0.56.0

Compare Source

Breaking Changes
  • Reorganizes the exported ESM modules to provide supported, tree-shakeable entry points (#​5155). The monaco-editor entry point continues to load all features and languages. Custom bundles can now import monaco-editor/editor and opt into:
    • all editor features with monaco-editor/features/register.all, or individual features with monaco-editor/features/<feature>/register;
    • all language definitions with monaco-editor/languages/definitions/register.all, or individual definitions with monaco-editor/languages/definitions/<language>/register;
    • the CSS, HTML, JSON, and TypeScript language features with monaco-editor/languages/features/register.all, or their individual register entry points.
  • Renames the misspelled IOverlayWidgetPosition.stackOridinal property to stackOrdinal.
  • Removes the deprecated IMirrorModel and IWorkerContext worker API types.
New Features and APIs
  • Adds editor.doubleClickSelectsBlock.
  • Adds editor.find.closeOnResult and editor.inlayHints.showLongLineWarning.
  • Adds offWhenInlineCompletions to QuickSuggestionsValue.
  • Adds model and provider option support to inline completion providers.
  • Adds ICodeEditor.revealAllCursors, ICodeEditor.getWidthOfLine, and ICodeEditor.renderAsync.
  • Adds advanced-external and advanced-wasm diff algorithms.
  • Exposes typed native LSP client and transport APIs.
Fixes
  • Treats Markdown returned by language servers as untrusted (#​5280).
  • Updates the editor core to the version used by 0.56.0-dev-20260625.
privatenumber/tsx (tsx)

v4.23.1

Compare Source

Bug Fixes
  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)
Performance Improvements
  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

vitejs/vite (vite)

v8.1.5

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.40

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.3.8

Compare Source

language-core
workspace

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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.

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-site Error Error Jul 25, 2026 5:43am

Request Review

@changeset-bot

changeset-bot Bot commented Jul 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 17cc316

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

@github-actions

Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 81.2 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 1.46 kB
examples/test-bundlesize/dist/polyfill.js 307 B
examples/test-bundlesize/dist/rdcClient.js 10.9 kB
examples/test-bundlesize/dist/rdcEndpoint.js 8.07 kB
examples/test-bundlesize/dist/react.js 59.7 kB
examples/test-bundlesize/dist/webpack-runtime.js 784 B

compressed-size-action

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark React

Details
Benchmark suite Current: 17cc316 Previous: 93555f8 Ratio
data-client: getlist-100 128.21 ops/s (± 3.7%) 121.95 ops/s (± 5.4%) 0.95
data-client: getlist-500 41.75 ops/s (± 5.0%) 40.65 ops/s (± 4.4%) 0.97
data-client: update-entity 333.33 ops/s (± 7.9%) 285.71 ops/s (± 8.1%) 0.86
data-client: update-user 312.5 ops/s (± 5.5%) 307.77 ops/s (± 7.5%) 0.98
data-client: getlist-500-sorted 45.56 ops/s (± 9.7%) 42.02 ops/s (± 8.9%) 0.92
data-client: update-entity-sorted 277.78 ops/s (± 7.7%) 270.27 ops/s (± 6.8%) 0.97
data-client: update-entity-multi-view 303.03 ops/s (± 8.0%) 277.78 ops/s (± 8.2%) 0.92
data-client: list-detail-switch-10 7.79 ops/s (± 7.2%) 6.96 ops/s (± 6.8%) 0.89
data-client: update-user-10000 73.53 ops/s (± 13.7%) 63.9 ops/s (± 11.5%) 0.87
data-client: invalidate-and-resolve 35.59 ops/s (± 5.4%) 30.58 ops/s (± 5.9%) 0.86
data-client: unshift-item 200 ops/s (± 2.9%) 185.19 ops/s (± 4.0%) 0.93
data-client: delete-item 263.16 ops/s (± 4.8%) 227.27 ops/s (± 4.1%) 0.86
data-client: move-item 161.29 ops/s (± 9.9%) 141.85 ops/s (± 6.9%) 0.88

This comment was automatically generated by workflow using github-action-benchmark.

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.84%. Comparing base (558bc20) to head (17cc316).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4054   +/-   ##
=======================================
  Coverage   97.84%   97.84%           
=======================================
  Files         156      156           
  Lines        3057     3057           
  Branches      612      612           
=======================================
  Hits         2991     2991           
  Misses         18       18           
  Partials       48       48           

☔ View full report in Codecov by Harness.
📢 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 14d6f56 into master Jul 25, 2026
23 of 25 checks passed
@ntucker
ntucker deleted the renovate/all-minor-patch branch July 25, 2026 11:08
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.

1 participant