Skip to content

Update react#33247

Merged
t3chguy merged 4 commits intodevelopfrom
renovate/react
Apr 22, 2026
Merged

Update react#33247
t3chguy merged 4 commits intodevelopfrom
renovate/react

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 19.2.1019.2.14 age confidence
pretty-format@30>react-is (source) 19.2.419.2.5 age confidence
react-resizable-panels (source) 4.7.24.10.0 age confidence
react-virtuoso (source) 4.18.14.18.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

facebook/react (pretty-format@30>react-is)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

bvaughn/react-resizable-panels (react-resizable-panels)

v4.10.0

Compare Source

  • 705: Add data-separator="focus" state for Separator elements for more consistent custom CSS styles.

v4.9.0

Compare Source

  • 702: Add disableDoubleClick prop to Separator to enable turning off the double-click size reset behavior.

v4.8.0

Compare Source

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 for details on how this works.

v4.7.6

Compare Source

  • 698: Replace Panel aria-disabled attribute with data-disabled

v4.7.5

Compare Source

  • 696: Improved server rendering support for defaultSize prop

v4.7.4

Compare Source

  • 689: Fix edge case bug with pointer event capture

v4.7.3

Compare Source

  • 690: Imperative Panel API supports non-percentage sizes
petyosi/react-virtuoso (react-virtuoso)

v4.18.5

Compare Source

Patch Changes
  • #​1388 5871779 Thanks @​petyosi! - Fix useSyncExternalStore detection for React 19+

    The version check used startsWith('18') which excluded React 19, causing it to fall back to the legacy useState+useLayoutEffect subscription path. This could cause tearing issues in concurrent rendering scenarios. Changed to parseInt(React.version) >= 18 to correctly use useSyncExternalStore for React 18 and above.

v4.18.4

Compare Source

Patch Changes
  • #​1375 620b260 Thanks @​marcospassos! - Fix atBottomStateChange in useWindowScroll lists when the Virtuoso instance is rendered below other page content.

v4.18.3

Patch Changes
  • 161db63 Thanks @​petyosi! - Use changeset publish for proper git tagging and GitHub release creation

v4.18.2

Patch Changes
  • #​1361 7b38166 Thanks @​petyosi! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration with verbatimModuleSyntax and ES2022 build targets.

    Source code changes are non-behavioral: stricter equality checks (===/!== instead of truthiness), ?? instead of || for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments. LogLevel in react-virtuoso is changed from a TypeScript enum to a const object — the named exports (LogLevel.DEBUG, etc.) work identically, but enum reverse-mapping (LogLevel[0]) is no longer supported.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Apr 21, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 21, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy marked this pull request as ready for review April 21, 2026 20:33
@t3chguy t3chguy requested a review from a team as a code owner April 21, 2026 20:33
@t3chguy t3chguy requested a review from florianduros April 21, 2026 20:33
@t3chguy t3chguy added this pull request to the merge queue Apr 21, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 21, 2026
@t3chguy t3chguy added this pull request to the merge queue Apr 22, 2026
Merged via the queue into develop with commit 44a2c99 Apr 22, 2026
46 checks passed
@t3chguy t3chguy deleted the renovate/react branch April 22, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant