Skip to content

Comments

build(deps): bump react-resizable-panels from 3.0.6 to 4.0.16 in /auto-codex-ui#8

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/auto-codex-ui/react-resizable-panels-4.0.16
Closed

build(deps): bump react-resizable-panels from 3.0.6 to 4.0.16 in /auto-codex-ui#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/auto-codex-ui/react-resizable-panels-4.0.16

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps react-resizable-panels from 3.0.6 to 4.0.16.

Release notes

Sourced from react-resizable-panels's releases.

4.0.16

  • 563: Panel expand() API should restore pre-collapse size
  • 564: Add guard for unexpected defaultView value seemingly returned by some dev environments

4.0.15

  • 556: Ignore defaultLayout when keys don't match Panel ids

4.0.14

  • 555: Allow resizable panels to be rendered into a different Window (e.g. popup or frame) by accessing globals through element.ownerDocument.defaultView

4.0.13

  • useDefaultLayout: Deprecated groupId param in favor of id to avoid confusion; (there is no actual requirement for the Group to have a matching id)

4.0.12

  • 552: useDefaultLayout now debounces calls to storage.setItem by 150ms

4.0.11

  • 8604491: Fix edge case bug with panel constraints not being properly invalidated after resize

4.0.10

  • #551: Expand fixed-size element support

4.0.9

  • #542: Clicks on higher z-index elements (e.g. modals) should not trigger separators behind them
  • #547: Don't re-mount Group when defaultLayout or disableCursor props change
  • #548: Bugfix: Gracefully handle Panel id changes
  • #549: Improve DevX when Group within hidden DOM subtree; defer layout-change events

4.0.8

  • #541: Don't set invalid layouts when Group is hidden or has a width/height of 0
  • 40d4356: Gracefully handle invalid defaultLayout value

4.0.7

  • f07bf00: Reset pointer-event styles after "pointerup" event

4.0.6

  • 0796644: Account for Flex gap when calculating pointer-move delta %

4.0.5

  • #535: Updated docs to make size and layout formats clearer

4.0.4

  • #534: Set focus on Separator on "pointerdown"
  • e08fe42: Improve iOS/Safari resize UX

4.0.3

  • Fixed TS type for defaultLayout value returned from useDefaultLayout

4.0.2

  • Export GroupImperativeHandle and PanelImperativeHandle types.

... (truncated)

Changelog

Sourced from react-resizable-panels's changelog.

4.0.16

  • 563: Panel expand() API should restore pre-collapse size
  • 564: Add guard for unexpected defaultView value seemingly returned by some dev environments

4.0.15

  • 556: Ignore defaultLayout when keys don't match Panel ids

4.0.14

  • 555: Allow resizable panels to be rendered into a different Window (e.g. popup or frame) by accessing globals through element.ownerDocument.defaultView

4.0.13

  • useDefaultLayout: Deprecated groupId param in favor of id to avoid confusion; (there is no actual requirement for the Group to have a matching id)

4.0.12

  • 552: useDefaultLayout now debounces calls to storage.setItem by 150ms
// To opt out of this change
useDefaultLayout({
  debounceSaveMs: 0,
  groupId: "test-group-id",
  storage: localStorage,
})

[!NOTE] Some may consider this a breaking change, considering the default value is 150ms rather than 0ms. I think in practice this should only impact unit tests which can be easily fixed by overriding the default (as shown above) or by using fake timers.

Changes like this are often judgement calls, but I think on balance it's better to correct my initial oversight of not debouncing this by default.

4.0.11

  • 8604491: Fix edge case bug with panel constraints not being properly invalidated after resize

4.0.10

  • #551: Expand fixed-size element support

4.0.9

  • #542: Clicks on higher z-index elements (e.g. modals) should not trigger separators behind them
  • #547: Don't re-mount Group when defaultLayout or disableCursor props change
  • #548: Bugfix: Gracefully handle Panel id changes
  • #549: Improve DevX when Group within hidden DOM subtree; defer layout-change events

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.6 to 4.0.16.
- [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@3.0.6...4.0.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 29, 2025
@tytsxai
Copy link
Owner

tytsxai commented Feb 8, 2026

Closing for now because this Dependabot PR is currently merge-conflicting after other dependency updates were merged today.\n\nPlease regenerate/reopen against latest and we can merge once conflicts are resolved.

@tytsxai tytsxai closed this Feb 8, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/auto-codex-ui/react-resizable-panels-4.0.16 branch February 8, 2026 18:36
@tytsxai
Copy link
Owner

tytsxai commented Feb 8, 2026

Follow-up clarification:

This PR hit merge conflicts after multiple dependency PRs were merged.
Please regenerate/reopen against latest main and we can merge once conflicts are resolved.

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.

1 participant