-
Notifications
You must be signed in to change notification settings - Fork 50.2k
[Flight] Move react-server-dom-webpack/*.unbundled to private react-server-dom-unbundled
#35290
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
Merged
eps1lon
merged 4 commits into
facebook:main
from
eps1lon:sebbie/12-04-_flight_move_react-server-dom-webpack/_.unbundled_to_react-server-dom-unbundled/_
Dec 5, 2025
Merged
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
react-server-dom-webpack/*.unbundled to react-server-dom-unbundledreact-server-dom-webpack/*.unbundled to private react-server-dom-unbundled
sebmarkbage
approved these changes
Dec 5, 2025
Collaborator
sebmarkbage
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea this is just for our own internal testing.
9e5a049 to
f7632ce
Compare
…-dom-unbundled/*` Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de>
f918940 to
7096e2e
Compare
7096e2e to
8453ad8
Compare
Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de>
ab08801 to
97d7c69
Compare
97d7c69 to
4ea9664
Compare
github-actions bot
pushed a commit
to code/lib-react
that referenced
this pull request
Dec 7, 2025
…t-server-dom-unbundled` (facebook#35290) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> DiffTrain build for [378973b](facebook@378973b)
github-actions bot
pushed a commit
to code/lib-react
that referenced
this pull request
Dec 7, 2025
…t-server-dom-unbundled` (facebook#35290) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> DiffTrain build for [378973b](facebook@378973b)
eps1lon
added a commit
that referenced
this pull request
Dec 11, 2025
[Flight] Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (#35290) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
eps1lon
added a commit
that referenced
this pull request
Dec 11, 2025
[Flight] Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (#35290) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
This was referenced Dec 11, 2025
mergify bot
added a commit
to robfrank/linklift
that referenced
this pull request
Dec 14, 2025
[//]: # (dependabot-start)⚠️ \*\*Dependabot is rebasing this PR\*\*⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.1 to 19.2.3. Release notes *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > 19.2.3 (December 11th, 2025) > ---------------------------- > > React Server Components > ----------------------- > > * Add extra loop protection to React Server Functions ([`@sebmarkbage`](https://github.com/sebmarkbage) [#35351](https://redirect.github.com/facebook/react/pull/35351)) > > 19.2.2 (December 11th, 2025) > ---------------------------- > > React Server Components > ----------------------- > > * Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([`@eps1lon`](https://github.com/eps1lon) [facebook/react#35290](https://redirect.github.com/facebook/react/pull/35290)) > * Patch Promise cycles and toString on Server Functions ([`@sebmarkbage`](https://github.com/sebmarkbage), [`@unstubbable`](https://github.com/unstubbable) [#35289](https://redirect.github.com/facebook/react/pull/35289), [#35345](https://redirect.github.com/facebook/react/pull/35345)) Commits * [`612e371`](facebook/react@612e371) Version 19.2.3 * [`b910fc1`](facebook/react@b910fc1) Version 19.2.2 * See full diff in [compare view](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify bot
added a commit
to robfrank/linklift
that referenced
this pull request
Dec 14, 2025
[//]: # (dependabot-start)⚠️ \*\*Dependabot is rebasing this PR\*\*⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.1 to 19.2.3. Release notes *Sourced from [react's releases](https://github.com/facebook/react/releases).* > 19.2.3 (December 11th, 2025) > ---------------------------- > > React Server Components > ----------------------- > > * Add extra loop protection to React Server Functions ([`@sebmarkbage`](https://github.com/sebmarkbage) [#35351](https://redirect.github.com/facebook/react/pull/35351)) > > 19.2.2 (December 11th, 2025) > ---------------------------- > > React Server Components > ----------------------- > > * Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([`@eps1lon`](https://github.com/eps1lon) [facebook/react#35290](https://redirect.github.com/facebook/react/pull/35290)) > * Patch Promise cycles and toString on Server Functions ([`@sebmarkbage`](https://github.com/sebmarkbage), [`@unstubbable`](https://github.com/unstubbable) [#35289](https://redirect.github.com/facebook/react/pull/35289), [#35345](https://redirect.github.com/facebook/react/pull/35345)) Commits * [`612e371`](facebook/react@612e371) Version 19.2.3 * [`b910fc1`](facebook/react@b910fc1) Version 19.2.2 * See full diff in [compare view](https://github.com/facebook/react/commits/v19.2.3/packages/react) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
ch4og
pushed a commit
to csmplay/mapban
that referenced
this pull request
Dec 23, 2025
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [react](https://react.dev/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react)) | [`19.2.1` -> `19.2.3`](https://renovatebot.com/diffs/npm/react/19.2.1/19.2.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [react-dom](https://react.dev/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`19.2.1` -> `19.2.3`](https://renovatebot.com/diffs/npm/react-dom/19.2.1/19.2.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/react (react)</summary> ### [`v19.2.3`](https://github.com/facebook/react/releases/tag/v19.2.3): 19.2.3 (December 11th, 2025) [Compare Source](facebook/react@v19.2.2...v19.2.3) ##### React Server Components - Add extra loop protection to React Server Functions ([@​sebmarkbage](https://github.com/sebmarkbage) [#​35351](facebook/react#35351)) ### [`v19.2.2`](https://github.com/facebook/react/releases/tag/v19.2.2): 19.2.2 (December 11th, 2025) [Compare Source](facebook/react@v19.2.1...v19.2.2) ##### React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([@​eps1lon](https://github.com/eps1lon) [#​35290](facebook/react#35290)) - Patch Promise cycles and toString on Server Functions ([@​sebmarkbage](https://github.com/sebmarkbage), [@​unstubbable](https://github.com/unstubbable) [#​35289](facebook/react#35289), [#​35345](facebook/react#35345)) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNC4yIiwidXBkYXRlZEluVmVyIjoiNDIuMTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://git.csmpro.ru/csmpro/mapban/pulls/75 Co-authored-by: Renovate Bot <renovate@csmpro.ru> Co-committed-by: Renovate Bot <renovate@csmpro.ru>
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.
The proof of concept shared exploits using the "unbundled" version of the experimental
react-server-dom-webpackpackage, which is used for non-production demos and currently has no known users. To our knowledge, it's not used by anyone in production, and is not used by any bundler or frameworks. To limit confusion, we're removing the unbundled version from npm, but do not consider it a new vulnerability.react-server-dom-unbundledis a copy ofreact-server-dom-webpackexcept browser and edge builds and Webpack plugin.