-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency react-dom to 19.1.1 #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
chrisbbreuer
wants to merge
1
commit into
main
from
buddy-bot/update-major-update---react-dom-1756037506072
Closed
chore(deps): update dependency react-dom to 19.1.1 #158
chrisbbreuer
wants to merge
1
commit into
main
from
buddy-bot/update-major-update---react-dom-1756037506072
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for stacks-launchpad failed. Why did it fail? →
|
13f0fa2
to
56a8f10
Compare
56a8f10
to
985b0b8
Compare
985b0b8
to
63bc2fc
Compare
63bc2fc
to
02f4307
Compare
02f4307
to
e40f0b0
Compare
e40f0b0
to
0896f53
Compare
0896f53
to
90c47d8
Compare
90c47d8
to
74d56b9
Compare
74d56b9
to
6bb6769
Compare
6bb6769
to
94dbfd3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.0.0
->19.1.1
Release Notes
facebook/react (react-dom)
18.0.0 -> 19.1.1
v19.1.1
Compare Source
React
Released by jackpope on 7/28/2025
v19.1.0
Compare Source
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
[View full release notes]
Released by mattcarrollcode on 3/28/2025
v19.0.0
Compare Source
Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.
New Features
React
startTransition
can now accept async functions. Functions passed tostartTransition
are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing t...[View full release notes]
Released by jackpope on 12/5/2024
📊 Package Statistics
Configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Buddy 🤖