Skip to content

Conversation

chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Aug 20, 2025

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
react-dom (source) 18.0.0 -> 19.1.1 age adoption passing confidence

Release Notes

facebook/react (react-dom)

18.0.0 -> 19.1.1

v19.1.1

Compare Source

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq)

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.

  • An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
  • The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, [#30306](https://githu...

[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.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition 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

  • react-dom: 39,014,089 weekly downloads

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Buddy 🤖

Copy link

pkg-pr-new bot commented Aug 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/launchpad/launchpad-installer@127
npm i https://pkg.pr.new/stacksjs/launchpad/@stacksjs/launchpad@127

commit: 3c558f8

Copy link

netlify bot commented Aug 20, 2025

Deploy Preview for stacks-launchpad failed. Why did it fail? →

Name Link
🔨 Latest commit 3c558f8
🔍 Latest deploy log https://app.netlify.com/projects/stacks-launchpad/deploys/68a7612c0553710008eb37eb

@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 20, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 5fb7b5d to eb1b0fc Compare August 20, 2025 22:06
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 20, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from eb1b0fc to 56e7cea Compare August 20, 2025 22:06
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 56e7cea to 9595882 Compare August 21, 2025 00:22
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 9595882 to 1f04fb6 Compare August 21, 2025 00:22
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 1f04fb6 to 9421b45 Compare August 21, 2025 02:37
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 9421b45 to ee28e90 Compare August 21, 2025 02:37
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from a78e1a9 to 9762ed3 Compare August 21, 2025 10:09
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 9762ed3 to 5f1563b Compare August 21, 2025 12:12
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 5f1563b to 3f17af1 Compare August 21, 2025 12:12
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 3f17af1 to b13e42e Compare August 21, 2025 14:07
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from b13e42e to 11b03c5 Compare August 21, 2025 14:08
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react-dom to 19.1.1 chore(deps): update dependency react to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 11b03c5 to 01946d0 Compare August 21, 2025 18:10
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency react to 19.1.1 chore(deps): update dependency react-dom to 19.1.1 Aug 21, 2025
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update---react-dom-1755720556295 branch from 01946d0 to 3c558f8 Compare August 21, 2025 18:10
@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-major-update---react-dom-1755720556295 branch August 21, 2025 18:14
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