Skip to content

pkg: Update all non-major dependencies - #4059

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

pkg: Update all non-major dependencies#4059
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-native/jest-preset (source) 0.86.20.87.0 age adoption passing confidence
@types/react (source) 19.2.1719.2.18 age adoption passing confidence
@types/react-dom (source) 19.2.319.2.5 age adoption passing confidence
@types/react-dom (source) 19.2.419.2.5 age adoption passing confidence
antd (source) 6.5.26.6.1 age adoption passing confidence
dompurify 3.4.133.4.14 age adoption passing confidence
next (source) 15.5.2115.5.23 age adoption passing confidence
postcss (source) 8.5.238.5.26 age adoption passing confidence
react-native (source, changelog) 0.86.20.87.0 age adoption passing confidence
react-native-safe-area-context 5.8.05.9.1 age adoption passing confidence
serialize-javascript 7.0.77.1.0 age adoption passing confidence
swr (source) 2.5.02.5.1 age adoption passing confidence
tsx (source) 4.23.14.23.12 age adoption passing confidence
uuid 14.0.114.0.2 age adoption passing confidence
vite (source) 8.2.18.2.2 age adoption passing confidence
vue (source) 3.5.403.5.41 age adoption passing confidence
vue-tsc (source) 3.3.93.3.11 age adoption passing confidence

Release Notes

react/react-native (@​react-native/jest-preset)

v0.87.0: 0.87.0

Compare Source


Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

ant-design/ant-design (antd)

v6.6.1

Compare Source


v6.6.0

Compare Source


v6.5.4

Compare Source


  • 🐞 修复 Alert 的 closable 配置对象仅包含 onClose 时不显示关闭按钮的问题。#​58885 @​QDyanbing
  • 🐞 修复 Checkbox.Group 的 options 包含空值选项或空值 value 时崩溃的问题。#​58879 @​GuillaumeZ2SS
  • 🐞 修复 App 使用 component={false} 时产生不必要的 CSS 变量警告,并在此模式下无法应用根节点属性时给出提示。#​58877 @​li-jia-nan
  • 🐞 修复 Table 全选数据时仍会选中其他分页中禁用行的问题。#​58843 @​QDyanbing
  • 🐞 修复 Transfer 筛选后取消全选行为异常的问题。#​58844 @​thlovey
  • 🐞 修复 DatePicker RangePicker 语义化回调未透传 props 的问题。#​58905 @​QDyanbing
  • 💄 修复 FloatButton.BackTop 滚动动画未遵循 prefers-reduced-motion 设置的问题。#​58849 @​li-jia-nan
  • 💄 修复 Breadcrumb、Collapse、Segmented、Tabs 和 Tag 使用第三方图标库的原生 <svg> 图标时可能出现对齐异常、间距缺失,或在 CSS reset 下换行的问题。#​58862 #​58868 #​58869 #​58870 @​mohamedkhaled4053
  • 💄 修复 AutoComplete 禁用状态下文本未使用禁用文字颜色的问题。#​58838 @​lazerg
  • 🤖 修复 Tour 暴露无法在单个步骤中使用的 indicatorsRenderactionsRender TypeScript 类型定义的问题。#​58859 @​lazerg

v6.5.3

Compare Source

  • Input
  • Typography
  • 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using showTime and allowEmpty. #​58803 @​zombieJ
  • 🐞 Fix Form.Item useStatus returning stale errors and warnings when the validation status remains unchanged. #​58815 @​afc163
  • 🐞 Fix Slider triggering onFocus and onBlur callbacks multiple times. #​58711 @​QDyanbing
  • 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #​58801 @​QDyanbing
  • 🐞 Fix Table controlled filter dropdown selections not updating while open. #​58816 @​afc163
  • 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #​58817 @​afc163
  • 💄 Fix incomplete Icon base styles when theme.zeroRuntime or CSS layers are enabled. #​58763 @​QDyanbing
  • 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #​58581 @​QDyanbing
  • 💄 Fix Tabs third-party <svg> icons not vertically aligning with labels. #​58847 @​mohamedkhaled4053

  • Input
    • 🐞 修复 Input.OTP 使用字符串 mask 时仍采用 type="text" 的问题,并保留显式 type 配置。#​58835 @​QDyanbing
    • 🐞 修复 Input.OTP 的 masktrue 时仍显示原始值的问题。#​58805 @​cyphercodes
    • 💄 修复 Input.TextArea 调整大小手柄在触摸设备上显示为小圆点的问题。#​58812 @​pupuking723
  • Typography
  • 🐞 修复 DatePicker.RangePicker 使用 showTimeallowEmpty 时失焦会提交未确认部分值的问题。#​58803 @​zombieJ
  • 🐞 修复 Form.Item useStatus 在校验状态未变化时返回旧错误和警告内容的问题。#​58815 @​afc163
  • 🐞 修复 Slider 的 onFocusonBlur 回调被重复触发的问题。#​58711 @​QDyanbing
  • 🐞 修复 Spin 独立加载指示器嵌套使用时定位错乱的问题。#​58801 @​QDyanbing
  • 🐞 修复 Table 受控筛选面板保持打开时选中项未同步更新的问题。#​58816 @​afc163
  • 🐞 修复 Upload 默认下载打开的新页面可访问来源页面的问题。#​58817 @​afc163
  • 💄 修复启用 theme.zeroRuntime 或 CSS layer 时 Icon 基础样式不完整的问题。#​58763 @​QDyanbing
  • 💄 修复 Select 自定义主题色下后缀图标或选中内容与清除图标重叠的问题。#​58581 @​QDyanbing
  • 💄 修复 Tabs 中第三方 <svg> 图标与标签文字垂直方向未对齐的问题。#​58847 @​mohamedkhaled4053
cure53/DOMPurify (dompurify)

v3.4.14: DOMPurify 3.4.14

Compare Source

  • Fixed an issue with possible bypasses when risky tags are allow-listed, thanks @​AlirezaRouhbakhsh
  • Fixed a couple of edge cases with mixed document contexts, thanks @​fishjojo1
  • Added the SVG pointer-events and vector-effect presentation attributes to the allow-list, thanks @​Jaybhade
  • Conducted another refactoring run, removed dead branches and duplicated logic, flattened attribute validation
  • Updated the documentation in several spots, README, wiki, etc., thanks @​Akokonunes
  • Updated several development dependencies and CI workflow actions
vercel/next.js (next)

v15.5.23

Compare Source

v15.5.22

Compare Source

postcss/postcss (postcss)

v8.5.26

Compare Source

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

v8.5.25

Compare Source

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

v8.5.24

Compare Source

  • Preserve the BOM after the processing (by @​hdimer).
AppAndFlow/react-native-safe-area-context (react-native-safe-area-context)

v5.9.1: Release 5.9.1

Compare Source

Bug Fixes

v5.9.0: Release 5.9.0

Compare Source

Bug Fixes
  • avoid NotFoundError when the measurement element is already detached (#​746) (76dfb06)
  • make nested SafeAreaProvider report its own frame and insets on web (#​737) (2fa707d)
  • update insets and frame on window resize on web (#​736) (1fe7ec5)
Features

Note

PR body was truncated to here.


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.

@renovate

renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/nextjs/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn Unknown project config "--omit". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code EOVERRIDE
npm error Override for postcss@8.5.26 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-23T21_35_38_561Z-debug-0.log

File name: examples/todo-app/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code EOVERRIDE
npm error Override for serialize-javascript@7.1.0 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-23T21_35_43_239Z-debug-0.log

File name: examples/github-app/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code EOVERRIDE
npm error Override for serialize-javascript@7.1.0 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-23T21_35_48_847Z-debug-0.log

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.18.0/packages/yarnpkg-cli/bin/yarn.js

@vercel

vercel Bot commented Jul 30, 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 Aug 23, 2026 9:36pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 118f320

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

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Size Change: +128 B (+0.16%)

Total Size: 81.2 kB

📦 View Changed
Filename Size Change
examples/test-bundlesize/dist/react.js 59.7 kB +128 B (+0.21%)
ℹ️ View Unchanged
Filename Size Change
examples/test-bundlesize/dist/App.js 1.46 kB -2 B (-0.14%)
examples/test-bundlesize/dist/polyfill.js 307 B 0 B
examples/test-bundlesize/dist/rdcClient.js 10.9 kB 0 B
examples/test-bundlesize/dist/rdcEndpoint.js 8.07 kB 0 B
examples/test-bundlesize/dist/webpack-runtime.js 784 B 0 B

compressed-size-action

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.84%. Comparing base (ef4653f) to head (05bb7b5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4059   +/-   ##
=======================================
  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.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7f41feb to a681e5d Compare July 31, 2026 03:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a681e5d to b300cf7 Compare July 31, 2026 09:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b300cf7 to 2971364 Compare August 2, 2026 12:38

@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

Details
Benchmark suite Current: 59d5f76 Previous: 93555f8 Ratio
normalizeLong 572 ops/sec (±3.72%) 447 ops/sec (±4.75%) 0.78
normalizeLong Values 535 ops/sec (±0.50%) 408 ops/sec (±1.51%) 0.76
normalizeLong Scalar 481 ops/sec (±2.70%) 352 ops/sec (±3.69%) 0.73
normalizeLong Scalar update 986 ops/sec (±1.30%) 895 ops/sec (±0.68%) 0.91
denormalizeLong 328 ops/sec (±7.43%) 233 ops/sec (±6.00%) 0.71
denormalizeLong Values 313 ops/sec (±4.44%) 213 ops/sec (±4.94%) 0.68
denormalizeLong donotcache 1392 ops/sec (±0.46%) 1002 ops/sec (±0.64%) 0.72
denormalizeLong Values donotcache 943 ops/sec (±0.54%) 737 ops/sec (±0.59%) 0.78
denormalizeLong Scalar donotcache 1391 ops/sec (±0.52%) 1073 ops/sec (±0.13%) 0.77
denormalizeShort donotcache 500x 1982 ops/sec (±0.73%) 1437 ops/sec (±0.29%) 0.73
denormalizeShort 500x 844 ops/sec (±8.20%) 639 ops/sec (±6.97%) 0.76
denormalizeShort 500x withCache 8264 ops/sec (±1.33%) 6834 ops/sec (±5.52%) 0.83
queryShort 500x withCache 4078 ops/sec (±0.60%) 3206 ops/sec (±0.97%) 0.79
buildQueryKey All 69411 ops/sec (±2.13%) 58478 ops/sec (±1.39%) 0.84
query All withCache 7238 ops/sec (±5.32%) 5828 ops/sec (±2.46%) 0.81
denormalizeLong with mixin Entity 310 ops/sec (±8.62%) 209 ops/sec (±7.50%) 0.67
denormalizeLong withCache 7055 ops/sec (±0.56%) 7517 ops/sec (±0.32%) 1.07
denormalizeLong withCache (Scalar churn) 7051 ops/sec (±0.52%) 7491 ops/sec (±0.24%) 1.06
denormalizeLong Values withCache 6288 ops/sec (±1.08%) 5132 ops/sec (±1.60%) 0.82
denormalizeLong Scalar withCache 7963 ops/sec (±0.48%) 7648 ops/sec (±0.98%) 0.96
denormalizeLong Scalar update withCache 3395 ops/sec (±0.52%) 4074 ops/sec (±0.24%) 1.20
denormalizeLong All withCache 6619 ops/sec (±1.09%) 6058 ops/sec (±0.18%) 0.92
denormalizeLong Query-sorted withCache 7585 ops/sec (±6.68%) 6098 ops/sec (±1.48%) 0.80
denormalizeLongAndShort withEntityCacheOnly 2061 ops/sec (±0.49%) 1748 ops/sec (±0.19%) 0.85
denormalize bidirectional 50 6657 ops/sec (±9.79%) 4498 ops/sec (±10.41%) 0.68
denormalize bidirectional 50 donotcache 57150 ops/sec (±0.60%) 42385 ops/sec (±1.43%) 0.74
getResponse 5231 ops/sec (±5.51%) 4418 ops/sec (±4.05%) 0.84
getResponse (null) 14329614 ops/sec (±1.24%) 10236651 ops/sec (±0.70%) 0.71
getResponse (clear cache) 293 ops/sec (±7.80%) 203 ops/sec (±7.07%) 0.69
getSmallResponse 5044 ops/sec (±0.54%) 3543 ops/sec (±0.24%) 0.70
getSmallInferredResponse 4127 ops/sec (±0.62%) 2852 ops/sec (±1.79%) 0.69
getResponse Collection 4850 ops/sec (±3.53%) 4306 ops/sec (±4.05%) 0.89
get Collection 2567 ops/sec (±0.58%) 2707 ops/sec (±0.19%) 1.05
get Query-sorted 5525 ops/sec (±4.31%) 5052 ops/sec (±1.47%) 0.91
setLong 590 ops/sec (±1.04%) 467 ops/sec (±0.60%) 0.79
setLongWithMerge 313 ops/sec (±0.97%) 257 ops/sec (±0.45%) 0.82
setLongWithSimpleMerge 317 ops/sec (±0.93%) 272 ops/sec (±0.80%) 0.86
setSmallResponse 500x 1127 ops/sec (±1.23%) 926 ops/sec (±1.48%) 0.82

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

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2971364 to 8e9da36 Compare August 2, 2026 18:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8e9da36 to 203e21f Compare August 3, 2026 02:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 203e21f to 339cdcb Compare August 3, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 339cdcb to aaa9c64 Compare August 4, 2026 13:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from aaa9c64 to b21ed7a Compare August 5, 2026 01:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b21ed7a to da47333 Compare August 5, 2026 11:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from da47333 to a80b3c3 Compare August 5, 2026 17:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a80b3c3 to 774ca17 Compare August 5, 2026 23:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 774ca17 to 7e7037a Compare August 6, 2026 13:13

@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: 59d5f76 Previous: 3fa47c8 Ratio
data-client: getlist-100 120.48 ops/s (± 4.4%) 137.94 ops/s (± 4.5%) 1.14
data-client: getlist-500 39.06 ops/s (± 4.8%) 44.05 ops/s (± 3.8%) 1.13
data-client: update-entity 322.58 ops/s (± 8.0%) 384.62 ops/s (± 9.3%) 1.19
data-client: update-user 281.75 ops/s (± 7.5%) 333.33 ops/s (± 8.6%) 1.18
data-client: getlist-500-sorted 39.45 ops/s (± 10.0%) 43.11 ops/s (± 9.4%) 1.09
data-client: update-entity-sorted 232.56 ops/s (± 6.2%) 312.5 ops/s (± 7.9%) 1.34
data-client: update-entity-multi-view 266.71 ops/s (± 6.7%) 327.96 ops/s (± 7.5%) 1.23
data-client: list-detail-switch-10 6.52 ops/s (± 6.0%) 9.9 ops/s (± 9.4%) 1.52
data-client: update-user-10000 67.12 ops/s (± 9.9%) 72.2 ops/s (± 14.8%) 1.08
data-client: invalidate-and-resolve 30.77 ops/s (± 4.5%) 37.67 ops/s (± 5.6%) 1.22
data-client: unshift-item 188.68 ops/s (± 5.0%) 219.81 ops/s (± 6.0%) 1.16
data-client: delete-item 259.78 ops/s (± 4.0%) 285.71 ops/s (± 3.8%) 1.10
data-client: move-item 158.73 ops/s (± 8.3%) 177.01 ops/s (± 7.9%) 1.12

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

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.

0 participants