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 Type Update
@ant-design/icons (source) 6.3.26.3.4 age adoption passing confidence dependencies patch
@react-native/jest-preset (source) 0.86.20.87.1 age adoption passing confidence devDependencies minor
@types/react (source) 19.2.1719.2.18 age adoption passing confidence devDependencies patch
@types/react (source) 19.2.1719.2.18 age adoption passing confidence overrides patch
@types/react (source) 19.2.1719.2.18 age adoption passing confidence dependencies patch
@types/react-dom (source) 19.2.319.2.7 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.2.419.2.7 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.2.319.2.7 age adoption passing confidence overrides patch
@types/react-dom (source) 19.2.319.2.7 age adoption passing confidence dependencies patch
@vue/test-utils 2.4.112.5.0 age adoption passing confidence devDependencies minor
antd (source) 6.5.26.6.2 age adoption passing confidence dependencies minor
cimg/node 26.726.8 age adoption passing confidence docker minor
dompurify 3.4.133.4.15 age adoption passing confidence resolutions patch
next (source) 15.5.2115.5.25 age adoption passing confidence dependencies patch
node-gyp 13.0.113.0.2 age adoption passing confidence resolutions patch
postcss (source) 8.5.238.5.28 age adoption passing confidence overrides patch
react-native (source, changelog) 0.86.20.87.1 age adoption passing confidence devDependencies minor
react-native-safe-area-context 5.8.05.9.1 age adoption passing confidence devDependencies minor
serialize-javascript 7.0.77.1.1 age adoption passing confidence resolutions minor
serialize-javascript 7.0.77.1.1 age adoption passing confidence overrides minor
sharp (source, changelog) 0.35.30.35.4 age adoption passing confidence overrides patch
socks 2.8.92.8.10 age adoption passing confidence resolutions patch
swr (source) 2.5.02.5.1 age adoption passing confidence dependencies patch
tsx (source) 4.23.14.23.13 age adoption passing confidence devDependencies patch
uuid 14.0.114.0.2 age adoption passing confidence resolutions patch
uuid 14.0.114.0.2 age adoption passing confidence dependencies patch
uuid 14.0.114.0.2 age adoption passing confidence overrides patch
vite (source) 8.2.18.2.2 age adoption passing confidence devDependencies patch
vue (source) 3.5.403.5.42 age adoption passing confidence devDependencies patch
vue (source) 3.5.413.5.42 age adoption passing confidence dependencies patch
vue-tsc (source) 3.3.93.3.11 age adoption passing confidence devDependencies patch

Release Notes

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

v0.87.1: 0.87.1

Compare Source

Added
iOS specific
  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)
Changed
Fixed
  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)
iOS specific
  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

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.

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.

v0.86.3: 0.86.3

Compare Source

  • Hermes: Bump hermes-v1 to 2508290.0.17 (3fd71f07c3 by @​cipolleschi)
  • EventEmitter: Fix use-after-free data race in EventEmitter.cpp (fdb26edfe7)
  • Modal: Fix parentNode/parentElement returning the document instead of the containing element for <Modal> and other nested root host views, which severed capture/bubble event propagation to ancestors rendered above them (6e3f0e8f9f by rubennorte)
  • Cocoapods: Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (6e3f0e8f9f by IsaacIsrael)
  • Runtime: Fix ConcurrentModificationException when getInitialURL re-enters during onHostResume (20d04aefa1 by @​nickcernera)
  • Font: Custom fonts with an explicit fontWeight no longer render at the heaviest weight on the New Architecture (918fb15bfe by @​jensdev)

Hermes dSYMS:

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.

vuejs/test-utils (@​vue/test-utils)

v2.5.0

Compare Source

ant-design/ant-design (antd)

v6.6.2

Compare Source

  • ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item onClick on keyboard activation, and preserving existing Tooltip aria-describedby relationships. #​59139 @​github-actions
  • 🐞 Fix numeric 0 content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 Fix Alert global closable and Select and AutoComplete onPopupVisibleChange type definitions incorrectly exposing unsupported callbacks or props. #​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #​59121 @​QDyanbing
    • 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #​59074 @​biubiukam
  • Table
    • 🐞 Fix Table sortable columns not invoking custom onKeyDown handlers for keys other than Enter. #​59078 @​QDyanbing
    • 🐞 Fix Table triggering filterDropdownProps.onOpenChange(false) twice when closing the built-in filter dropdown. #​59023 @​thlovey
  • Tree
    • 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when expandedKeys or selectedKeys is explicitly undefined. #​59076 @​giaBaoJS
    • 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose key is numeric 0. #​59029 @​QDyanbing
  • List
  • 🐞 Fix Checkbox.Group disabled={false} failing to override the global disabled state for JSX children. #​59109 @​QDyanbing
  • 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #​59137 @​dogledogle
  • 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #​59126 @​nrps9909
  • 🐞 Fix Drawer header action area not rendering when only the extra prop is provided. #​59089 @​dogledogle
  • 🐞 Fix Grid Row retaining stale align and justify classes after the props are removed or responsive breakpoints stop matching. #​59066 @​QDyanbing
  • 🐞 Fix Tag.CheckableTag local style being overridden by ConfigProvider tag.style. #​59087 @​QDyanbing
  • ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #​59105 @​nrps9909
  • ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #​59107 @​nrps9909
  • 🐞 Fix Descriptions resetting item state after reordering an item with key: 0. #​59064 @​QDyanbing
  • 🐞 Fix Cascader and Cascader.Panel showing the default empty state when notFoundContent is null. #​59028 @​QDyanbing
  • 🐞 Fix Watermark throwing an error when content is undefined. #​59077 @​VamoBao
  • 📖 Fix component LLMs links on website mirrors and local deployments. #​59062 @​QDyanbing

  • ♿ 优化 Progress、Steps 和 Tooltip 的无障碍体验,避免进度条 SVG 被重复朗读,确保键盘激活 Steps 项目时触发 onClick,并保留 Tooltip 已有的 aria-describedby 关联。#​59139 @​github-actions
  • 🐞 修复 Alert、Empty、Card、Tag、Breadcrumb、Segmented、FloatButton、Form.Item 和 Statistic 无法正确渲染数值 0 内容的问题。#​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 修复 Alert 全局 closable、Select 和 AutoComplete 的 onPopupVisibleChange 类型定义错误暴露不支持回调或属性的问题。#​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 修复 Transfer 搜索结果全部为禁用项时“全选”复选框仍可用的问题。#​59121 @​QDyanbing
    • 🐞 修复 Transfer 从空过滤结果恢复数据后不显示列表项的问题。#​59074 @​biubiukam
  • Table
    • 🐞 修复 Table 可排序列不触发非 Enter 键自定义 onKeyDown 回调的问题。#​59078 @​QDyanbing
    • 🐞 修复 Table 关闭内置筛选面板时重复触发 filterDropdownProps.onOpenChange(false) 的问题。#​59023 @​thlovey
  • Tree
    • 🐞 修复 Tree.DirectoryTree 的 expandedKeysselectedKeys 显式传入 undefined 时无法展开或选择的问题。#​59076 @​giaBaoJS
    • 🐞 修复 Tree.DirectoryTree 从 key 为数值 0 的节点开始时 Shift 范围选择失效的问题。#​59029 @​QDyanbing
  • List
  • 🐞 修复 Checkbox.Group disabled={false} 在 JSX 子节点场景下无法覆盖全局禁用状态的问题。#​59109 @​QDyanbing
  • 🐞 修复 Upload 生成 GIF 预览后在 DOM 中遗留隐藏 canvas 元素的问题。#​59137 @​dogledogle
  • 🐞 修复 Notification 关闭按钮意外提交外层表单的问题。#​59126 @​nrps9909
  • 🐞 修复 Drawer 仅设置 extra 属性时头部操作区不渲染的问题。#​59089 @​dogledogle
  • 🐞 修复 Grid Row 在移除 alignjustify 属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#​59066 @​QDyanbing
  • 🐞 修复 Tag.CheckableTag 局部 style 被 ConfigProvider tag.style 覆盖的问题。#​59087 @​QDyanbing
  • ♿ 优化 Steps 无障碍体验,对辅助技术隐藏面板中的装饰箭头。#​59105 @​nrps9909
  • ♿ 优化 Skeleton.Image 无障碍体验,对辅助技术隐藏装饰性占位图形。#​59107 @​nrps9909
  • 🐞 修复 Descriptions 重排 key: 0 的条目后内容状态被重置的问题。#​59064 @​QDyanbing
  • 🐞 修复 Cascader 和 Cascader.Panel 的 notFoundContentnull 时仍显示默认空状态的问题。#​59028 @​QDyanbing
  • 🐞 修复 Watermark 的 contentundefined 时抛出错误的问题。#​59077 @​VamoBao
  • 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#​59062 @​QDyanbing

v6.6.1

Compare Source


[v6.6.0](https://redirect.github.com/ant

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.28 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-06T12_41_20_915Z-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.1 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-06T12_41_24_065Z-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.1 conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-06T12_41_29_204Z-debug-0.log

@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
docs-site Error Error Sep 6, 2026 12:42pm UTC

Request Review

@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1514627

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: 1514627 Previous: 93555f8 Ratio
normalizeLong 411 ops/sec (±4.06%) 447 ops/sec (±4.75%) 1.09
normalizeLong Values 373 ops/sec (±0.85%) 408 ops/sec (±1.51%) 1.09
normalizeLong Scalar 351 ops/sec (±4.58%) 352 ops/sec (±3.69%) 1.00
normalizeLong Scalar update 784 ops/sec (±0.53%) 895 ops/sec (±0.68%) 1.14
denormalizeLong 207 ops/sec (±7.35%) 233 ops/sec (±6.00%) 1.13
denormalizeLong Values 194 ops/sec (±5.17%) 213 ops/sec (±4.94%) 1.10
denormalizeLong donotcache 967 ops/sec (±0.53%) 1002 ops/sec (±0.64%) 1.04
denormalizeLong Values donotcache 687 ops/sec (±0.23%) 737 ops/sec (±0.59%) 1.07
denormalizeLong Scalar donotcache 889 ops/sec (±0.26%) 1073 ops/sec (±0.13%) 1.21
denormalizeShort donotcache 500x 1224 ops/sec (±0.25%) 1437 ops/sec (±0.29%) 1.17
denormalizeShort 500x 527 ops/sec (±8.12%) 639 ops/sec (±6.97%) 1.21
denormalizeShort 500x withCache 4104 ops/sec (±0.69%) 6834 ops/sec (±5.52%) 1.67
queryShort 500x withCache 2617 ops/sec (±0.59%) 3206 ops/sec (±0.97%) 1.23
buildQueryKey All 56311 ops/sec (±0.77%) 58478 ops/sec (±1.39%) 1.04
query All withCache 5834 ops/sec (±4.77%) 5828 ops/sec (±2.46%) 1.00
denormalizeLong with mixin Entity 193 ops/sec (±8.74%) 209 ops/sec (±7.50%) 1.08
denormalizeLong withCache 6988 ops/sec (±0.41%) 7517 ops/sec (±0.32%) 1.08
denormalizeLong withCache (Scalar churn) 7000 ops/sec (±0.25%) 7491 ops/sec (±0.24%) 1.07
denormalizeLong Values withCache 5106 ops/sec (±2.06%) 5132 ops/sec (±1.60%) 1.01
denormalizeLong Scalar withCache 6766 ops/sec (±0.34%) 7648 ops/sec (±0.98%) 1.13
denormalizeLong Scalar update withCache 3392 ops/sec (±0.15%) 4074 ops/sec (±0.24%) 1.20
denormalizeLong All withCache 5554 ops/sec (±0.14%) 6058 ops/sec (±0.18%) 1.09
denormalizeLong Query-sorted withCache 6242 ops/sec (±3.36%) 6098 ops/sec (±1.48%) 0.98
denormalizeLongAndShort withEntityCacheOnly 1684 ops/sec (±0.33%) 1748 ops/sec (±0.19%) 1.04
denormalize bidirectional 50 3893 ops/sec (±13.60%) 4498 ops/sec (±10.41%) 1.16
denormalize bidirectional 50 donotcache 39669 ops/sec (±0.24%) 42385 ops/sec (±1.43%) 1.07
getResponse 3916 ops/sec (±4.99%) 4418 ops/sec (±4.05%) 1.13
getResponse (null) 8677186 ops/sec (±0.36%) 10236651 ops/sec (±0.70%) 1.18
getResponse (clear cache) 191 ops/sec (±11.38%) 203 ops/sec (±7.07%) 1.06
getSmallResponse 3219 ops/sec (±0.67%) 3543 ops/sec (±0.24%) 1.10
getSmallInferredResponse 2666 ops/sec (±1.30%) 2852 ops/sec (±1.79%) 1.07
getResponse Collection 4017 ops/sec (±4.25%) 4306 ops/sec (±4.05%) 1.07
get Collection 2332 ops/sec (±0.18%) 2707 ops/sec (±0.19%) 1.16
get Query-sorted 4723 ops/sec (±3.22%) 5052 ops/sec (±1.47%) 1.07
setLong 433 ops/sec (±0.20%) 467 ops/sec (±0.60%) 1.08
setLongWithMerge 247 ops/sec (±0.20%) 257 ops/sec (±0.45%) 1.04
setLongWithSimpleMerge 258 ops/sec (±0.50%) 272 ops/sec (±0.80%) 1.05
setSmallResponse 500x 859 ops/sec (±1.39%) 926 ops/sec (±1.48%) 1.08

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: 1514627 Previous: 3fa47c8 Ratio
data-client: getlist-100 132.46 ops/s (± 4.3%) 137.94 ops/s (± 4.5%) 1.04
data-client: getlist-500 42.19 ops/s (± 5.4%) 44.05 ops/s (± 3.8%) 1.04
data-client: update-entity 333.33 ops/s (± 7.8%) 384.62 ops/s (± 9.3%) 1.15
data-client: update-user 327.96 ops/s (± 7.4%) 333.33 ops/s (± 8.6%) 1.02
data-client: getlist-500-sorted 42.93 ops/s (± 9.5%) 43.11 ops/s (± 9.4%) 1.00
data-client: update-entity-sorted 270.27 ops/s (± 6.0%) 312.5 ops/s (± 7.9%) 1.16
data-client: update-entity-multi-view 298.57 ops/s (± 8.4%) 327.96 ops/s (± 7.5%) 1.10
data-client: list-detail-switch-10 7.42 ops/s (± 9.4%) 9.9 ops/s (± 9.4%) 1.33
data-client: update-user-10000 72.48 ops/s (± 13.4%) 72.2 ops/s (± 14.8%) 1.00
data-client: invalidate-and-resolve 36.23 ops/s (± 5.3%) 37.67 ops/s (± 5.6%) 1.04
data-client: unshift-item 188.68 ops/s (± 9.1%) 219.81 ops/s (± 6.0%) 1.16
data-client: delete-item 277.78 ops/s (± 4.8%) 285.71 ops/s (± 3.8%) 1.03
data-client: move-item 161.29 ops/s (± 10.7%) 177.01 ops/s (± 7.9%) 1.10

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

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f125366 to 845377b Compare August 15, 2026 05:58
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 845377b to 5da3544 Compare August 17, 2026 12:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5da3544 to c0c2b45 Compare August 18, 2026 15:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c0c2b45 to 5faf6b9 Compare August 18, 2026 21:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5faf6b9 to 4635ca3 Compare August 19, 2026 17:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 4635ca3 to ff86cbc Compare August 20, 2026 05:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ff86cbc to 59d5f76 Compare August 21, 2026 14:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 59d5f76 to 118f320 Compare August 23, 2026 21:36
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 118f320 to dfd8aa0 Compare August 25, 2026 22:39
@ntucker

ntucker commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Staff review: do not merge.

Renovate already flagged artifact failure (EOVERRIDE on examples/nextjs postcss and examples/*/serialize-javascript). CI is red for the same reason. Leave the branch to Renovate; a cloud agent on renovate/all-minor-patch will get overwritten.

Follow-up, not this PR: root overrides/resolutions pin serialize-javascript: >=7.0.5 while some examples declare it as a direct dependency, so grouped bumps keep failing lockfile generation. RN 0.86 → 0.87 also does not belong in the same "all minor/patch" PR as uuid/antd patches.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from dfd8aa0 to 86a250d Compare August 26, 2026 18:39
@ntucker

ntucker commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Staff review (follow-up, still not this PR).

The Aug 25 note still holds: do not merge. EOVERRIDE on examples/nextjs postcss and examples/*/serialize-javascript is unchanged. Leave renovate/all-minor-patch to Renovate; a cloud agent on this branch will get overwritten.

New on this push: Vercel typecheck/deploy fail because RN 0.86.2 → 0.87.1 removed InteractionManager from the public API (use requestIdleCallback). TS2305 in:

  • packages/react/src/hooks/useDLE.native.ts
  • packages/react/src/hooks/useFetch.native.ts
  • packages/react/src/hooks/useSuspense.native.ts
  • packages/react/src/managers/IdlingNetworkManager.native.ts
  • packages/react/src/state/GCPolicy.native.ts

That migration belongs in a dedicated RN 0.87 PR, after RN is split out of group:allNonMajor. Not in this grouped bump.

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