chore(frontend)(deps): bump the react group in /ui with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(about 1 month ago)
(about 1 month ago)
Bumps the react group in /ui with 4 updates: react, react-dom, react-window and @types/react-window.
Updates react from 19.2.4 to 19.2.5
Release notes
Sourced from react's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
Commits
23f4f9f19.2.5- See full diff in compare view
Updates react-dom from 19.2.4 to 19.2.5
Release notes
Sourced from react-dom's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
Commits
23f4f9f19.2.5- See full diff in compare view
Updates react-window from 1.8.11 to 2.2.7
Release notes
Sourced from react-window's releases.
2.2.7
- Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.
2.2.6
useDynamicRowHeightshould not instantiateResizeObserverwhen server-rendering2.2.5
- Use
defaultHeight/defaultWidthprop to server render initial set of rows/cells- Adjust TypeScript return type for
rowComponent/cellComponentto work around aReactNodevsReactElementmismatch caused by #8752.2.4
- Update README docs
2.2.3
- Update TS Doc comments for
ListandGridimperative methods to specify when a method throws.- Throw a
RangeError(instead of a regularError) if an invalid index is passed to one of the imperative scroll-to methods.2.2.2
The return type of
ListandGridcomponents is explicitly annotated asReactElement. The return type ofrowComponentandcellComponentchanged fromReactNodetoReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)2.2.1
- Fix possible scroll-jump scenario with
useDynamicRowHeight2.2.0
- Support for dynamic row heights via new
useDynamicRowHeighthook.const rowHeight = useDynamicRowHeight({ defaultRowHeight: 50 });return <List rowHeight={rowHeight} {...rest} />;
- Smaller NPM bundle; (docs are no longer included as part of the bundle due to the added size)
Documentation at: https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/
2.1.2
Prevent
ResizeObserverAPI from being called at all if an explicitListheight (orGridwidth and height) is provided.Thanks to
@tnajdekfor the PR!
Documentation at: https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/
2.1.1
... (truncated)
Changelog
Sourced from react-window's changelog.
2.2.7
- Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.
2.2.6
useDynamicRowHeightshould not instantiateResizeObserverwhen server-rendering2.2.5
- Use
defaultHeight/defaultWidthprop to server render initial set of rows/cells- Adjust TypeScript return type for
rowComponent/cellComponentto work around aReactNodevsReactElementmismatch caused by #8752.2.4
- Update README docs
2.2.3
- Update TS Doc comments for
ListandGridimperative methods to specify when a method throws.- Throw a
RangeError(instead of a regularError) if an invalid index is passed to one of the imperative scroll-to methods.2.2.2
The return type of
ListandGridcomponents is explicitly annotated asReactElement. The return type ofrowComponentandcellComponentchanged fromReactNodetoReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)2.2.1
- Fix possible scroll-jump scenario with
useDynamicRowHeight2.2.0
- Support for dynamic row heights via new
useDynamicRowHeighthook.const rowHeight = useDynamicRowHeight({ defaultRowHeight: 50 });return <List rowHeight={rowHeight} {...rest} />;
- Smaller NPM bundle; (docs are no longer included as part of the bundle due to the added size)
2.1.2
Prevent
ResizeObserverAPI from being called at all if an explicitListheight (orGridwidth and height) is provided.2.1.1
... (truncated)
Commits
b7e84572.2.6 -> 2.2.7dc23245Fixed a problem with project logo not displaying correctly in the README for ...0138b13Tweaked how-it-works graphic style2b982512.2.5 -> 2.2.66222edcuseDynamicRowHeight: Don't instantiate ResizeObserver when server-rendering (...69330f4Fix example8433914Update docs to clarify that Grid cells can't be auto-sized7969e5aFix docs typodff578f2.2.4 -> 2.2.5b26f7da2.2.5 (#896)- Additional commits viewable in compare view
Updates @types/react-window from 1.8.8 to 2.0.0
Commits
- See full diff in compare view
Updates @types/react-window from 1.8.8 to 2.0.0
Commits
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
@types/react-window
npm
1.8.8 → 2.0.0
Major
/ui
Technical Details
| ID: | 15509587 |
| UUID: | 4329873401 |
| Node ID: | PR_kwDORSXPC87VrLyx |
| Host: | GitHub |
| Repository: | RandomCodeSpace/otelcontext |