René's URL Explorer Experiment
Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox
X Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox
Description: Bumps the npm-version-updates group in /documentation with 5 updates:
Package
From
To
react
19.1.1
19.2.0
@types/react
19.1.15
19.2.0
react-dom
19.1.1
19.2.0
@types/node
24.5.2
24.7.0
typescript
5.9.2
5.9.3
Updates react from 19.1.1 to 19.2.0
Release notes
Sourced from react'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'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
5667a41 Bump next prerelease version numbers (#34639)
8bb7241 Bump useEffectEvent to Canary (#34610)
e3c9656 Ensure Performance Track are Clamped and Don't overlap (#34509)
68f00c9 Release Activity in Canary (#34374)
0e10ee9 [Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)
3bf8ab4 Add missing Activity export to development mode (#34439)
1549bda [Flight] Only assign _store in dev mode when creating lazy types (#34354)
bb6f0c8 [Flight] Fix wrong missing key warning when static child is blocked (#34350)
05addfc Update Flow to 0.266 (#34271)
ec5dd0a Update Flow to 0.257 (#34253)
Additional commits viewable in compare view
Updates @types/react from 19.1.15 to 19.2.0
Commits
See full diff in compare view
Updates react-dom from 19.1.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
Updates @types/node from 24.5.2 to 24.7.0
Commits
See full diff in compare view
Updates @types/react from 19.1.15 to 19.2.0
Commits
See full diff in compare view
Updates typescript from 5.9.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
fixed issues query for Typescript 5.9.0 (Beta).
fixed issues query for Typescript 5.9.1 (RC).
No specific changes for TypeScript 5.9.2 (Stable)
fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
npm
Commits
c63de15 Bump version to 5.9.3 and LKG
8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
See full diff in compare view
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 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Open Graph Description: Bumps the npm-version-updates group in /documentation with 5 updates:
Package
From
To
react
19.1.1
19.2.0
@types/react
19.1.15
19.2.0
react-dom
19.1.1
19.2.0
@types/node
24.5.2
24.7.0
...
X Description: Bumps the npm-version-updates group in /documentation with 5 updates:
Package
From
To
react
19.1.1
19.2.0
@types/react
19.1.15
19.2.0
react-dom
19.1.1
19.2.0
@types/node
24.5.2
24.7.0
...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3307
X: @github
direct link
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:34756b4f-537c-6d07-4169-98fc27d7f3a9 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B146:1BD7A5:CC3CB0C:10920BAA:6976DE89 |
| html-safe-nonce | 27ec24777819e86684f764dbb4d9ef0f10ce56424503c0e4f4b9fd82a7300eb5 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMTQ2OjFCRDdBNTpDQzNDQjBDOjEwOTIwQkFBOjY5NzZERTg5IiwidmlzaXRvcl9pZCI6IjIxMzI4NzIwMTIxMTQ2MTU5NDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 240cb75ec1057472c4c69b9ea28004641fa88000c48dbe8def2e57154bb2659d |
| hovercard-subject-tag | pull_request:2889380474 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | ///pull_requests/show/files |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/secureCodeBox/secureCodeBox/pull/3307/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the npm-version-updates group in /documentation with 5 updates:
Package
From
To
react
19.1.1
19.2.0
@types/react
19.1.15
19.2.0
react-dom
19.1.1
19.2.0
@types/node
24.5.2
24.7.0
... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git |
| octolytics-dimension-user_id | 34573705 |
| octolytics-dimension-user_login | secureCodeBox |
| octolytics-dimension-repository_id | 80711933 |
| octolytics-dimension-repository_nwo | secureCodeBox/secureCodeBox |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 80711933 |
| octolytics-dimension-repository_network_root_nwo | secureCodeBox/secureCodeBox |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f752335dbbea672610081196a1998e39aec5e14b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width
URLs of crawlers that visited me.