Commit cb683e4
fix(deps): update react packages (#1263)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [react](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react))
| [`19.0.0` ->
`19.2.0`](https://renovatebot.com/diffs/npm/react/19.0.0/19.2.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[react-docgen-typescript](https://redirect.github.com/styleguidist/react-docgen-typescript)
| [`2.2.2` ->
`2.4.0`](https://renovatebot.com/diffs/npm/react-docgen-typescript/2.2.2/2.4.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [react-dom](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-dom))
| [`19.0.0` ->
`19.2.0`](https://renovatebot.com/diffs/npm/react-dom/19.0.0/19.2.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>facebook/react (react)</summary>
###
[`v19.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1920-October-1st-2025)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v19.1.1...v19.2.0)
Below is a list of all new features, APIs, and bug fixes.
Read the [React 19.2 release
post](https://react.dev/blog/2025/10/01/react-19-2) for more
information.
##### New React Features
- [`<Activity>`](https://react.dev/reference/react/Activity): A new API
to hide and restore the UI and internal state of its children.
- [`useEffectEvent`](https://react.dev/reference/react/useEffectEvent)
is a React Hook that lets you extract non-reactive logic into an [Effect
Event](https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event).
- [`cacheSignal`](https://react.dev/reference/react/cacheSignal) (for
RSCs) lets your know when the `cache()` lifetime is over.
- [React Performance
tracks](https://react.dev/reference/dev-tools/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`](https://react.dev/reference/react-dom/server/resume): to
resume a prerender to a stream.
-
[`resumeAndPrerender`](https://react.dev/reference/react-dom/static/resumeAndPrerender):
to resume a prerender to HTML.
- Added resume APIs for partial pre-rendering with Node Streams:
-
[`resumeToPipeableStream`](https://react.dev/reference/react-dom/server/resumeToPipeableStream):
to resume a prerender to a stream.
-
[`resumeAndPrerenderToNodeStream`](https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream):
to resume a prerender to HTML.
- Updated
[`prerender`](https://react.dev/reference/react-dom/static/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
`<ViewTransition>` 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
- `<Activity />` was developed over many years, starting before
`ClassComponent.setState`
([@​acdlite](https://redirect.github.com/acdlite)
[@​sebmarkbage](https://redirect.github.com/sebmarkbage) and many
others)
- Stringify context as "SomeContext" instead of "SomeContext.Provider"
([@​kassens](https://redirect.github.com/kassens)
[#​33507](https://redirect.github.com/facebook/react/pull/33507))
- Include stack of cause of React instrumentation errors with `%o`
placeholder ([@​eps1lon](https://redirect.github.com/eps1lon)
[#​34198](https://redirect.github.com/facebook/react/pull/34198))
- Fix infinite `useDeferredValue` loop in popstate event
([@​acdlite](https://redirect.github.com/acdlite)
[#​32821](https://redirect.github.com/facebook/react/pull/32821))
- Fix a bug when an initial value was passed to `useDeferredValue`
([@​acdlite](https://redirect.github.com/acdlite)
[#​34376](https://redirect.github.com/facebook/react/pull/34376))
- Fix a crash when submitting forms with Client Actions
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33055](https://redirect.github.com/facebook/react/pull/33055))
- Hide/unhide the content of dehydrated suspense boundaries if they
resuspend
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​32900](https://redirect.github.com/facebook/react/pull/32900))
- Avoid stack overflow on wide trees during Hot Reload
([@​sophiebits](https://redirect.github.com/sophiebits)
[#​34145](https://redirect.github.com/facebook/react/pull/34145))
- Improve Owner and Component stacks in various places
([@​sebmarkbage](https://redirect.github.com/sebmarkbage),
[@​eps1lon](https://redirect.github.com/eps1lon):
[#​33629](https://redirect.github.com/facebook/react/pull/33629),
[#​33724](https://redirect.github.com/facebook/react/pull/33724),
[#​32735](https://redirect.github.com/facebook/react/pull/32735),
[#​33723](https://redirect.github.com/facebook/react/pull/33723))
- Add `cacheSignal`
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33557](https://redirect.github.com/facebook/react/pull/33557))
##### React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33342](https://redirect.github.com/facebook/react/pull/33342))
- Use underscore instead of `:` for IDs generated by `useId`
([@​sebmarkbage](https://redirect.github.com/sebmarkbage),
[@​eps1lon](https://redirect.github.com/eps1lon):
[#​32001](https://redirect.github.com/facebook/react/pull/32001),
[#​33342](https://redirect.github.com/facebook/react/pull/33342)[#​33099](https://redirect.github.com/facebook/react/pull/33099),
[#​33422](https://redirect.github.com/facebook/react/pull/33422))
- Stop warning when ARIA 1.3 attributes are used
([@​Abdul-Omira](https://redirect.github.com/Abdul-Omira)
[#​34264](https://redirect.github.com/facebook/react/pull/34264))
- Allow `nonce` to be used on hoistable styles
([@​Andarist](https://redirect.github.com/Andarist)
[#​32461](https://redirect.github.com/facebook/react/pull/32461))
- Warn for using a React owned node as a Container if it also has text
content ([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​32774](https://redirect.github.com/facebook/react/pull/32774))
- s/HTML/text for for error messages if text hydration mismatches
([@​rickhanlonii](https://redirect.github.com/rickhanlonii)
[#​32763](https://redirect.github.com/facebook/react/pull/32763))
- Fix a bug with `React.use` inside `React.lazy`-ed Component
([@​hi-ogawa](https://redirect.github.com/hi-ogawa)
[#​33941](https://redirect.github.com/facebook/react/pull/33941))
- Enable the `progressiveChunkSize` option for server-side-rendering
APIs ([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33027](https://redirect.github.com/facebook/react/pull/33027))
- Fix a bug with deeply nested Suspense inside Suspense fallback when
server-side-rendering
([@​gnoff](https://redirect.github.com/gnoff)
[#​33467](https://redirect.github.com/facebook/react/pull/33467))
- Avoid hanging when suspending after aborting while rendering
([@​gnoff](https://redirect.github.com/gnoff)
[#​34192](https://redirect.github.com/facebook/react/pull/34192))
- Add Node Web Streams to server-side-rendering APIs for Node.js
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33475](https://redirect.github.com/facebook/react/pull/33475))
##### React Server Components
- Preload `<img>` and `<link>` using hints before they're rendered
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​34604](https://redirect.github.com/facebook/react/pull/34604))
- Log error if production elements are rendered during development
([@​eps1lon](https://redirect.github.com/eps1lon)
[#​34189](https://redirect.github.com/facebook/react/pull/34189))
- Fix a bug when returning a Temporary reference (e.g. a Client
Reference) from Server Functions
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​34084](https://redirect.github.com/facebook/react/pull/34084),
[@​denk0403](https://redirect.github.com/denk0403)
[#​33761](https://redirect.github.com/facebook/react/pull/33761))
- Pass line/column to `filterStackFrame`
([@​eps1lon](https://redirect.github.com/eps1lon)
[#​33707](https://redirect.github.com/facebook/react/pull/33707))
- Support Async Modules in Turbopack Server References
([@​lubieowoce](https://redirect.github.com/lubieowoce)
[#​34531](https://redirect.github.com/facebook/react/pull/34531))
- Add support for .mjs file extension in Webpack
([@​jennyscript](https://redirect.github.com/jennyscript)
[#​33028](https://redirect.github.com/facebook/react/pull/33028))
- Fix a wrong missing key warning
([@​unstubbable](https://redirect.github.com/unstubbable)
[#​34350](https://redirect.github.com/facebook/react/pull/34350))
- Make console log resolve in predictable order
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​33665](https://redirect.github.com/facebook/react/pull/33665))
##### React Reconciler
-
[createContainer](https://redirect.github.com/facebook/react/blob/v19.2.0/packages/react-reconciler/src/ReactFiberReconciler.js#L255-L261)
and
[createHydrationContainer](https://redirect.github.com/facebook/react/blob/v19.2.0/packages/react-reconciler/src/ReactFiberReconciler.js#L305-L312)
had their parameter order adjusted after `on*` handlers to account for
upcoming experimental APIs
###
[`v19.1.1`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1911-July-28-2025)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v19.1.0...v19.1.1)
##### React
- Fixed Owner Stacks to work with ES2015 function.name semantics
([#​33680](https://redirect.github.com/facebook/react/pull/33680)
by [@​hoxyq](https://redirect.github.com/hoxyq))
###
[`v19.1.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1910-March-28-2025)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v19.0.0...v19.1.0)
##### 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](https://react.dev/reference/react/captureOwnerStack) 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](https://redirect.github.com/facebook/react/pull/29923),
[#​32353](https://redirect.github.com/facebook/react/pull/32353),
[#​30306](https://redirect.github.com/facebook/react/pull/30306),
[#​32538](https://redirect.github.com/facebook/react/pull/32538),
[#​32529](https://redirect.github.com/facebook/react/pull/32529),
[#​32538](https://redirect.github.com/facebook/react/pull/32538)
##### React
- Enhanced support for Suspense boundaries to be used anywhere,
including the client, server, and during hydration.
[#​32069](https://redirect.github.com/facebook/react/pull/32069),
[#​32163](https://redirect.github.com/facebook/react/pull/32163),
[#​32224](https://redirect.github.com/facebook/react/pull/32224),
[#​32252](https://redirect.github.com/facebook/react/pull/32252)
- Reduced unnecessary client rendering through improved hydration
scheduling
[#​31751](https://redirect.github.com/facebook/react/pull/31751)
- Increased priority of client rendered Suspense boundaries
[#​31776](https://redirect.github.com/facebook/react/pull/31776)
- Fixed frozen fallback states by rendering unfinished Suspense
boundaries on the client.
[#​31620](https://redirect.github.com/facebook/react/pull/31620)
- Reduced garbage collection pressure by improving Suspense boundary
retries.
[#​31667](https://redirect.github.com/facebook/react/pull/31667)
- Fixed erroneous “Waiting for Paint” log when the passive effect phase
was not delayed
[#​31526](https://redirect.github.com/facebook/react/pull/31526)
- Fixed a regression causing key warnings for flattened positional
children in development mode.
[#​32117](https://redirect.github.com/facebook/react/pull/32117)
- Updated `useId` to use valid CSS selectors, changing format from
`:r123:` to `«r123»`.
[#​32001](https://redirect.github.com/facebook/react/pull/32001)
- Added a dev-only warning for null/undefined created in useEffect,
useInsertionEffect, and useLayoutEffect.
[#​32355](https://redirect.github.com/facebook/react/pull/32355)
- Fixed a bug where dev-only methods were exported in production builds.
React.act is no longer available in production builds.
[#​32200](https://redirect.github.com/facebook/react/pull/32200)
- Improved consistency across prod and dev to improve compatibility with
Google Closure Compiler and bindings
[#​31808](https://redirect.github.com/facebook/react/pull/31808)
- Improve passive effect scheduling for consistent task yielding.
[#​31785](https://redirect.github.com/facebook/react/pull/31785)
- Fixed asserts in React Native when
passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent
rendering.
[#​32528](https://redirect.github.com/facebook/react/pull/32528)
- Fixed component name resolution for Portal
[#​32640](https://redirect.github.com/facebook/react/pull/32640)
- Added support for beforetoggle and toggle events on the dialog
element.
[#​32479](https://redirect.github.com/facebook/react/pull/32479)
##### React DOM
- Fixed double warning when the `href` attribute is an empty string
[#​31783](https://redirect.github.com/facebook/react/pull/31783)
- Fixed an edge case where `getHoistableRoot()` didn’t work properly
when the container was a Document
[#​32321](https://redirect.github.com/facebook/react/pull/32321)
- Removed support for using HTML comments (e.g. `<!-- -->`) as a DOM
container.
[#​32250](https://redirect.github.com/facebook/react/pull/32250)
- Added support for `<script>` and `<template>` tags to be nested within
`<select>` tags.
[#​31837](https://redirect.github.com/facebook/react/pull/31837)
- Fixed responsive images to be preloaded as HTML instead of headers
[#​32445](https://redirect.github.com/facebook/react/pull/32445)
##### use-sync-external-store
- Added `exports` field to `package.json` for `use-sync-external-store`
to support various entrypoints.
[#​25231](https://redirect.github.com/facebook/react/pull/25231)
##### React Server Components
- Added `unstable_prerender`, a new experimental API for prerendering
React Server Components on the server
[#​31724](https://redirect.github.com/facebook/react/pull/31724)
- Fixed an issue where streams would hang when receiving new chunks
after a global error
[#​31840](https://redirect.github.com/facebook/react/pull/31840),
[#​31851](https://redirect.github.com/facebook/react/pull/31851)
- Fixed an issue where pending chunks were counted twice.
[#​31833](https://redirect.github.com/facebook/react/pull/31833)
- Added support for streaming in edge environments
[#​31852](https://redirect.github.com/facebook/react/pull/31852)
- Added support for sending custom error names from a server so that
they are available in the client for console replaying.
[#​32116](https://redirect.github.com/facebook/react/pull/32116)
- Updated the server component wire format to remove IDs for hints and
console.log because they have no return value
[#​31671](https://redirect.github.com/facebook/react/pull/31671)
- Exposed `registerServerReference` in client builds to handle server
references in different environments.
[#​32534](https://redirect.github.com/facebook/react/pull/32534)
- Added react-server-dom-parcel package which integrates Server
Components with the [Parcel bundler](https://parceljs.org/)
[#​31725](https://redirect.github.com/facebook/react/pull/31725),
[#​32132](https://redirect.github.com/facebook/react/pull/32132),
[#​31799](https://redirect.github.com/facebook/react/pull/31799),
[#​32294](https://redirect.github.com/facebook/react/pull/32294),
[#​31741](https://redirect.github.com/facebook/react/pull/31741)
</details>
<details>
<summary>styleguidist/react-docgen-typescript
(react-docgen-typescript)</summary>
###
[`v2.4.0`](https://redirect.github.com/styleguidist/react-docgen-typescript/releases/tag/v2.4.0):
v.2.4.0
[Compare
Source](https://redirect.github.com/styleguidist/react-docgen-typescript/compare/v2.3.0...v2.4.0)
- feat: Improve subcomponent and components with "parts" exports -
thanks to [@​cgatian](https://redirect.github.com/cgatian) PR
[#​514](https://redirect.github.com/styleguidist/react-docgen-typescript/issues/514)
- feat: Set esModuleInterop as default config of parse - thanks to
HUST-SE-LY PR
[#​511](https://redirect.github.com/styleguidist/react-docgen-typescript/issues/511)
- feat: Support extracting defaults from renamed destructuring - thanks
to [@​mrginglymus](https://redirect.github.com/mrginglymus) PR
[#​507](https://redirect.github.com/styleguidist/react-docgen-typescript/issues/507)
- perf improvements - thanks to
[@​adbutterfield](https://redirect.github.com/adbutterfield) PR
[#​504](https://redirect.github.com/styleguidist/react-docgen-typescript/issues/504)
- feat: Add option for sorting union members - thanks to
[@​pwolfert](https://redirect.github.com/pwolfert) PR
[#​503](https://redirect.github.com/styleguidist/react-docgen-typescript/issues/503)
- Vulnerable dependencies updated
###
[`v2.3.0`](https://redirect.github.com/styleguidist/react-docgen-typescript/compare/v2.2.2...v2.3.0)
[Compare
Source](https://redirect.github.com/styleguidist/react-docgen-typescript/compare/v2.2.2...v2.3.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on Saturday" in timezone
Europe/Oslo, 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/) using a
[preset](https://redirect.github.com/code-obos/dkt-renovate-presets/tree/main/ecosystem)
from [<img alt="Obos"
src="https://raw.githubusercontent.com/code-obos/dkt-renovate-presets/refs/heads/main/assets/obos_liggende_hus_hvit.svg"
height="10">](https://www.obos.no/?utm_source=github&utm_medium=referral&utm_campaign=dkt-renovate-preset).
View repository job log
[here](https://app.renovatebot.com/dashboard#github/code-obos/grunnmuren)
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyLwn5OmIGRlcHMiLCLwn6SWIGJvdCJdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aulon Mujaj <[email protected]>1 parent 03d1763 commit cb683e4
File tree
6 files changed
+1866
-713
lines changed- apps/docs
- src/routes
- _docs
- komponenter
- profil
6 files changed
+1866
-713
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments