René's URL Explorer Experiment


Title: build(deps-dev): bump react-dom from 18.3.1 to 19.2.0 in /web by dependabot[bot] · Pull Request #200 · GalvinPython/feedr · GitHub

Open Graph Title: build(deps-dev): bump react-dom from 18.3.1 to 19.2.0 in /web by dependabot[bot] · Pull Request #200 · GalvinPython/feedr

X Title: build(deps-dev): bump react-dom from 18.3.1 to 19.2.0 in /web by dependabot[bot] · Pull Request #200 · GalvinPython/feedr

Description: Bumps react-dom from 18.3.1 to 19.2.0. Release notes Sourced from react-dom's releases. 19.2.0 (Oct 1, 2025) 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 : 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: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. 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 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 was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) Warn for using a React owned node as a Container if it also has text content (@​sebmarkbage #32774) ... (truncated) Changelog Sourced from react-dom's changelog. 19.2.0 (October 1st, 2025) 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 : 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: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. 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 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 was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) ... (truncated) Commits 8618113 Bump scheduler version (#34671) 1bd1f01 Ship partial-prerendering APIs to Canary (#34633) 2f0649a [Fizz] Remove nonce option from resume-and-prerender APIs (#34664) 5667a41 Bump next prerelease version numbers (#34639) e08f53b Match react-dom/static test entrypoints and published entrypoints (#34599) 8bb7241 Bump useEffectEvent to Canary (#34610) 83c88ad Handle fabric root level fragment with compareDocumentPosition (#34533) 68f00c9 Release Activity in Canary (#34374) 3168e08 [flags] enable opt-in for enableDefaultTransitionIndicator (#34373) 3434ff4 Add scrollIntoView to fragment instances (#32814) Additional commits viewable in compare view You can trigger a rebase of this PR by commenting @dependabot rebase. 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) Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Open Graph Description: Bumps react-dom from 18.3.1 to 19.2.0. Release notes Sourced from react-dom's releases. 19.2.0 (Oct 1, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 rele...

X Description: Bumps react-dom from 18.3.1 to 19.2.0. Release notes Sourced from react-dom's releases. 19.2.0 (Oct 1, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 ...

Opengraph URL: https://github.com/GalvinPython/feedr/pull/200

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:4c3d9a10-54d0-8497-9694-88b90083f364
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDC4C:42771:EC0176:144FECB:698DA266
html-safe-nonceb1ba6892753e619471d1046dbf2f6995d3cda9849ac6bf49ad6c6014d62bb8ce
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzRDOjQyNzcxOkVDMDE3NjoxNDRGRUNCOjY5OERBMjY2IiwidmlzaXRvcl9pZCI6IjE0OTA1ODc0MDE1NDExNDY2MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8a02728dada4a5fb65076666cd3d25dda26a0adfa2c5a1c6b24172d158e4617c
hovercard-subject-tagpull_request:2888806491
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/GalvinPython/feedr/pull/200/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps react-dom from 18.3.1 to 19.2.0. Release notes Sourced from react-dom's releases. 19.2.0 (Oct 1, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 rele...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None8c7947c0c592efeab6162b9909ad11fa43bff8b0cb5ff43273dc25e41979d43e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/GalvinPython/feedr git https://github.com/GalvinPython/feedr.git
octolytics-dimension-user_id77013913
octolytics-dimension-user_loginGalvinPython
octolytics-dimension-repository_id818428076
octolytics-dimension-repository_nwoGalvinPython/feedr
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id818428076
octolytics-dimension-repository_network_root_nwoGalvinPython/feedr
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release0562b88b05bab6c9b1cf780b4a66b9334b3a602a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FGalvinPython%2Ffeedr%2Fpull%2F200%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FGalvinPython%2Ffeedr%2Fpull%2F200%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=GalvinPython%2Ffeedr
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
GalvinPython https://patch-diff.githubusercontent.com/GalvinPython
feedrhttps://patch-diff.githubusercontent.com/GalvinPython/feedr
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Star 4 https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Code https://patch-diff.githubusercontent.com/GalvinPython/feedr
Issues 9 https://patch-diff.githubusercontent.com/GalvinPython/feedr/issues
Pull requests 16 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulls
Discussions https://patch-diff.githubusercontent.com/GalvinPython/feedr/discussions
Actions https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions
Projects 1 https://patch-diff.githubusercontent.com/GalvinPython/feedr/projects
Wiki https://patch-diff.githubusercontent.com/GalvinPython/feedr/wiki
Security 0 https://patch-diff.githubusercontent.com/GalvinPython/feedr/security
Insights https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulse
Code https://patch-diff.githubusercontent.com/GalvinPython/feedr
Issues https://patch-diff.githubusercontent.com/GalvinPython/feedr/issues
Pull requests https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulls
Discussions https://patch-diff.githubusercontent.com/GalvinPython/feedr/discussions
Actions https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions
Projects https://patch-diff.githubusercontent.com/GalvinPython/feedr/projects
Wiki https://patch-diff.githubusercontent.com/GalvinPython/feedr/wiki
Security https://patch-diff.githubusercontent.com/GalvinPython/feedr/security
Insights https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FGalvinPython%2Ffeedr%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
devhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/tree/dev
dependabot/bun/web/dev/react-dom-19.2.0https://patch-diff.githubusercontent.com/GalvinPython/feedr/tree/dependabot/bun/web/dev/react-dom-19.2.0
Conversation 0 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200
Commits 1 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/commits
Checks 2 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/checks
Files changed https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
build(deps-dev): bump react-dom from 18.3.1 to 19.2.0 in /web https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
189c468 build(deps-dev): bump react-dom from 18.3.1 to 19.2.0 in /web dependabot[bot] Oct 6, 2025 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/commits/189c468ad93ec4ab822d75ed7452d9f4729c5bc0
Clear filters https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
bun.lock https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#diff-e78ac2f1a2750185f2bac961788a683ce99069d578698c8f4edae50374f180d5
package.json https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#diff-b861012a5dd72b8a9f3281b7cf09f5a779c98569d040b1bbc1db50f1b15e7cce
https://patch-diff.githubusercontent.com/GalvinPython/feedr/blob/dev/.github/CODEOWNERS#L1
web/bun.lockhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#diff-e78ac2f1a2750185f2bac961788a683ce99069d578698c8f4edae50374f180d5
View file https://patch-diff.githubusercontent.com/GalvinPython/feedr/blob/189c468ad93ec4ab822d75ed7452d9f4729c5bc0/web/bun.lock
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files
https://patch-diff.githubusercontent.com/GalvinPython/feedr/blob/dev/.github/CODEOWNERS#L1
web/package.jsonhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#diff-b861012a5dd72b8a9f3281b7cf09f5a779c98569d040b1bbc1db50f1b15e7cce
View file https://patch-diff.githubusercontent.com/GalvinPython/feedr/blob/189c468ad93ec4ab822d75ed7452d9f4729c5bc0/web/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/200/files#diff-b861012a5dd72b8a9f3281b7cf09f5a779c98569d040b1bbc1db50f1b15e7cce
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.