Skip to content

fix(deps): update react monorepo#60

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-monorepo
Open

fix(deps): update react monorepo#60
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 19.2.1419.2.15 age confidence
react (source) 19.2.419.2.6 age confidence
react-dom (source) 19.2.419.2.6 age confidence

Release Notes

facebook/react (react)

v19.2.6: 19.2.6 (May 6th, 2026)

Compare Source

React Server Components

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 becomes conflicted, 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.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented Apr 11, 2026

Merging this PR will improve performance by 74.81%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 36 improved benchmarks
❌ 1 regressed benchmark
✅ 34 untouched benchmarks
⏩ 12 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
getLine (middle) 14.2 µs 12.7 µs +11.81%
getLine (middle) 13.1 µs 18 µs -27.07%
create from small document (20 lines) 33.6 µs 27.9 µs +20.57%
enter insert mode (i) 216.1 µs 120.7 µs +78.98%
enter visual mode (v) 109.3 µs 96.7 µs +13%
insert and return to normal (i + Escape) 248.4 µs 136.9 µs +81.45%
$ motion 211 µs 122.4 µs +72.41%
saveUndoPoint + undo 91.5 µs 77.4 µs +18.27%
G motion 210.5 µs 120.9 µs +74.14%
undo + redo cycle 88.3 µs 70.8 µs +24.72%
3dd (counted delete) 305.5 µs 162.3 µs +88.25%
5j (counted motion) 235.1 µs 123.4 µs +90.49%
deleteAt 33.4 µs 29.2 µs +14.39%
ciw (change inner word) 600 µs 453.8 µs +32.21%
deleteRange (multi-line) 43 µs 37.4 µs +14.99%
dd (delete line) 324.6 µs 218.5 µs +48.53%
deleteRange (single line) 33.6 µs 29.3 µs +14.63%
dw (delete word) 472.5 µs 246.6 µs +91.61%
insertAt 33.1 µs 28.8 µs +14.92%
x (delete char) 289.7 µs 189.3 µs +53.01%
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing renovate/react-monorepo (61960fc) with main (10740b9)

Open in CodSpeed

Footnotes

  1. 12 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate Bot force-pushed the renovate/react-monorepo branch from 259b8bf to cfe28a1 Compare May 9, 2026 17:07
@renovate renovate Bot changed the title fix(deps): update react monorepo to v19.2.5 fix(deps): update react monorepo to v19.2.6 May 9, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/react-monorepo branch from cfe28a1 to 61960fc Compare May 22, 2026 21:15
@renovate renovate Bot changed the title fix(deps): update react monorepo to v19.2.6 fix(deps): update react monorepo May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/core)

main (10740b9) #60 (eb91ad1) +/-
Coverage 99.1% 99.1% 0.0%
Code to Test Ratio 1:1.6 1:1.6 0.0
Test Execution Time 4s 3s -1s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          99.1% |         99.1% | 0.0% |
  |   Files             |             18 |            18 |    0 |
  |   Lines             |           1475 |          1475 |    0 |
  |   Covered           |           1462 |          1462 |    0 |
  | Code to Test Ratio  |          1:1.6 |         1:1.6 |  0.0 |
  |   Code              |           4572 |          4572 |    0 |
  |   Test              |           7338 |          7338 |    0 |
+ | Test Execution Time |             4s |            3s |  -1s |

Reported by octocov

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/react)

main (10740b9) #60 (eb91ad1) +/-
Coverage 93.8% 93.8% 0.0%
Code to Test Ratio 1:4.9 1:4.9 0.0
Test Execution Time 2s 2s 0s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          93.8% |         93.8% | 0.0% |
  |   Files             |              1 |             1 |    0 |
  |   Lines             |             81 |            81 |    0 |
  |   Covered           |             76 |            76 |    0 |
  | Code to Test Ratio  |          1:4.9 |         1:4.9 |  0.0 |
  |   Code              |            229 |           229 |    0 |
  |   Test              |           1138 |          1138 |    0 |
  | Test Execution Time |             2s |            2s |   0s |

Reported by octocov

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/plugin-textarea)

main (10740b9) #60 (eb91ad1) +/-
Coverage 97.5% 97.5% 0.0%
Code to Test Ratio 1:1.6 1:1.6 0.0
Test Execution Time 1s 2s +1s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          97.5% |         97.5% | 0.0% |
  |   Files             |              3 |             3 |    0 |
  |   Lines             |            122 |           122 |    0 |
  |   Covered           |            119 |           119 |    0 |
  | Code to Test Ratio  |          1:1.6 |         1:1.6 |  0.0 |
  |   Code              |            227 |           227 |    0 |
  |   Test              |            373 |           373 |    0 |
- | Test Execution Time |             1s |            2s |  +1s |

Reported by octocov

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/shiki-editor)

main (10740b9) #60 (eb91ad1) +/-
Coverage 34.0% 34.0% 0.0%
Code to Test Ratio 1:0.6 1:0.6 0.0
Test Execution Time 2s 2s 0s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          34.0% |         34.0% | 0.0% |
  |   Files             |              5 |             5 |    0 |
  |   Lines             |            194 |           194 |    0 |
  |   Covered           |             66 |            66 |    0 |
  | Code to Test Ratio  |          1:0.6 |         1:0.6 |  0.0 |
  |   Code              |            616 |           616 |    0 |
  |   Test              |            417 |           417 |    0 |
  | Test Execution Time |             2s |            2s |   0s |

Reported by octocov

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/plugin-monaco)

main (10740b9) #60 (eb91ad1) +/-
Coverage 96.3% 96.3% 0.0%
Code to Test Ratio 1:1.6 1:1.6 0.0
Test Execution Time 1s 1s 0s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          96.3% |         96.3% | 0.0% |
  |   Files             |              3 |             3 |    0 |
  |   Lines             |            136 |           136 |    0 |
  |   Covered           |            131 |           131 |    0 |
  | Code to Test Ratio  |          1:1.6 |         1:1.6 |  0.0 |
  |   Code              |            363 |           363 |    0 |
  |   Test              |            592 |           592 |    0 |
  | Test Execution Time |             1s |            1s |   0s |

Reported by octocov

@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/testkit)

main (10740b9) #60 (eb91ad1) +/-
Coverage 91.5% 91.5% 0.0%
Code to Test Ratio 1:2.7 1:2.7 0.0
Test Execution Time 1s 1s 0s
Details
  |                     | main (10740b9) | #60 (eb91ad1) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          91.5% |         91.5% | 0.0% |
  |   Files             |              2 |             2 |    0 |
  |   Lines             |             59 |            59 |    0 |
  |   Covered           |             54 |            54 |    0 |
  | Code to Test Ratio  |          1:2.7 |         1:2.7 |  0.0 |
  |   Code              |            140 |           140 |    0 |
  |   Test              |            383 |           383 |    0 |
  | Test Execution Time |             1s |            1s |   0s |

Reported by octocov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants