Skip to content

Bump react-resizable-panels from 2.1.9 to 4.6.5#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-resizable-panels-4.6.5
Open

Bump react-resizable-panels from 2.1.9 to 4.6.5#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-resizable-panels-4.6.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps react-resizable-panels from 2.1.9 to 4.6.5.

Release notes

Sourced from react-resizable-panels's releases.

4.6.5

  • 670: Check for undefined adoptedStyleSheets (to better support environments like jsdom)
  • 671: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator

4.6.4

  • 664, 665: Resize actions sometimes "jump" on touch devices

4.6.3

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

4.6.2

  • 660: Group guards against layouts with mis-ordered Panel id keys

4.6.1

  • 658: Imperative Panel and Group APIs ignored disabled status when resizing panels; this is an explicit override of the disabled state and is required to support conditionally disabled groups.
  • 658: Separator component does not set a cursor: not-allowed style if the parent Group has cursors disabled.

4.6.0

  • 657: Allow Panel and Separator components to be disabled

4.5.9

  • 649: Optimization: Replace useForceUpdate with useSyncExternalStore to avoid side effect of swallowing "click" events in certain cases
  • 654: Bugfix Imperative Group method setLayout persists layout to in-memory cache
  • 652: Re-enable collapsible panel bugfix after fixing another reported issue

4.5.8

  • 651: Disabled the change to collapsible panel behavior that was originally made in 635 due to another reported regression

4.5.7

  • 646: Re-enable the collapsible Panel from 4.5.3 that was disabled in 4.5.6
  • 648: Bugfix: Reset Separator hover-state on Document "pointerout"

4.5.6

  • 644: Disabled the change to collapsible panel behavior that was originally made in 635.

4.5.5

  • 641: Removed aria-orientation role from root Group element as this was invalid according to the ARIA spec; (for more information see the discussion on issue #640)
  • 642: Bugfix: Fix collapsible Panel regression introduced in 4.5.3

4.5.4

  • 638: Panel avoids unnecessary re-renders in response to mouse-hover state.

4.5.3

  • 635: Expand pre-collapsed panels if drug past the halfway point for more consistent collapse/expand behavior.
  • 631: Bugfix: Panels set max-width and max-height to 100% to fix potential CSS overflow bug.

4.5.2

  • 626: Decrease default hit target size for Separator and Panel edges; make configurable via a new Group prop.

4.5.1

... (truncated)

Changelog

Sourced from react-resizable-panels's changelog.

4.6.5

  • 670: Check for undefined adoptedStyleSheets (to better support environments like jsdom)
  • 671: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator

4.6.4

  • 664, 665: Resize actions sometimes "jump" on touch devices

4.6.3

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

4.6.2

  • 660: Group guards against layouts with mis-ordered Panel id keys

4.6.1

  • 658: Imperative Panel and Group APIs ignored disabled status when resizing panels; this is an explicit override of the disabled state and is required to support conditionally disabled groups.
  • 658: Separator component does not set a cursor: not-allowed style if the parent Group has cursors disabled.

4.6.0

  • 657: Allow Panel and Separator components to be disabled

4.5.9

  • 649: Optimization: Replace useForceUpdate with useSyncExternalStore to avoid side effect of swallowing "click" events in certain cases
  • 654: Bugfix Imperative Group method setLayout persists layout to in-memory cache
  • 652: Re-enable collapsible panel bugfix after fixing another reported issue

4.5.8

  • 651: Disabled the change to collapsible panel behavior that was originally made in 635 due to another reported regression

4.5.7

  • 646: Re-enable the collapsible Panel from 4.5.3 that was disabled in 4.5.6
  • 648: Bugfix: Reset Separator hover-state on Document "pointerout"

4.5.6

  • 644: Disabled the change to collapsible panel behavior that was originally made in 635

4.5.5

  • 641: Removed aria-orientation role from root Group element as this was invalid according to the ARIA spec; (for more information see the discussion on issue #640)
  • 642: Bugfix: Fix collapsible Panel regression introduced in 4.5.3

... (truncated)

Commits
  • d905ad8 4.6.4 -> 4.6.5
  • ecc52f8 Check for undefined adoptedStyleSheets (to better support environments like j...
  • 7090efb Conditionally-rendered panel edge case bug fix (#671)
  • 211676e Fixed typo in docs example
  • 6f932fd 4.6.3 -> 4.6.4
  • f07e647 Prevent layout jump when resizing on touch devices (#665)
  • 8f5e5f3 Update CHANGELOG with pending release changes
  • 338d952 fix: add touch-action: none to Separator for touch device support Fixes #662 ...
  • a7c9df1 4.6.2 -> 4.6.3
  • a33b189 Fixed a problem with project logo not displaying correctly in the README for ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-resizable-panels-4.6.5 branch from 4ec468b to d345673 Compare February 22, 2026 20:19
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.6.5.
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@2.1.9...4.6.5)

---
updated-dependencies:
- dependency-name: react-resizable-panels
  dependency-version: 4.6.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-resizable-panels-4.6.5 branch from d345673 to 2c721ee Compare February 22, 2026 20:19
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants