Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 19.1.6 -> 19.2.2 age confidence
@types/react-dom (source) 19.1.5 -> 19.2.2 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence

Release Notes

facebook/react (react)

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler

v19.1.1

Compare Source

React

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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
Copy link

vercel bot commented May 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mcp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2025 4:45pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
lightfast-mcp ⬜️ Ignored (Inspect) Visit Preview Jun 11, 2025 4:45pm

@coderabbitai
Copy link

coderabbitai bot commented May 31, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title ⬆️ Update dependency @types/react to v19.1.6 ⬆️ Update dependency @types/react to v19.1.6 - autoclosed Jun 4, 2025
@renovate renovate bot closed this Jun 4, 2025
@renovate renovate bot deleted the renovate/react-monorepo branch June 4, 2025 01:10
@renovate renovate bot changed the title ⬆️ Update dependency @types/react to v19.1.6 - autoclosed ⬆️ Update dependency @types/react to v19.1.6 Jun 7, 2025
@renovate renovate bot reopened this Jun 7, 2025
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 0a2296f to 42e0c01 Compare June 7, 2025 02:34
@renovate renovate bot changed the title ⬆️ Update dependency @types/react to v19.1.6 ⬆️ Update dependency @types/react-dom to v19.1.6 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 42e0c01 to ef3d545 Compare June 7, 2025 05:30
@renovate renovate bot changed the title ⬆️ Update dependency @types/react-dom to v19.1.6 ⬆️ Update react monorepo Jun 9, 2025
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 62cf0cf to 17a56ea Compare June 11, 2025 16:45
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 17a56ea to d56fd95 Compare June 22, 2025 13:02
@renovate renovate bot force-pushed the renovate/react-monorepo branch from d56fd95 to b9fdb7e Compare July 2, 2025 18:03
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 3adec56 to 947eaef Compare July 29, 2025 16:53
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from e2a0b5e to 0e3cb00 Compare August 13, 2025 14:05
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from 5b65e23 to 0389b3d Compare August 26, 2025 07:37
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from 7e9940f to 2eb4074 Compare August 31, 2025 13:24
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2eb4074 to 8c56012 Compare September 13, 2025 09:11
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 8c56012 to 2127338 Compare September 25, 2025 18:44
@renovate renovate bot force-pushed the renovate/react-monorepo branch 5 times, most recently from bcef199 to a067bd3 Compare October 2, 2025 00:34
@renovate renovate bot changed the title ⬆️ Update react monorepo ⬆️ Update react monorepo to v19.2.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/react-monorepo branch from a067bd3 to e25a468 Compare October 6, 2025 22:34
@renovate renovate bot changed the title ⬆️ Update react monorepo to v19.2.0 ⬆️ Update react monorepo Oct 6, 2025
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 65d3905 to 2daec29 Compare October 13, 2025 17:09
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2daec29 to 1c156c6 Compare October 21, 2025 11:45
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.

1 participant