Skip to content

Bump react-resizable-panels from 3.0.6 to 4.0.7 in /cmd/logql-to-logsql/web/ui - #5

Merged
Amper merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cmd/logql-to-logsql/web/ui/react-resizable-panels-4.0.7
Dec 18, 2025
Merged

Bump react-resizable-panels from 3.0.6 to 4.0.7 in /cmd/logql-to-logsql/web/ui#5
Amper merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cmd/logql-to-logsql/web/ui/react-resizable-panels-4.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 18, 2025

Copy link
Copy Markdown
Contributor

Bumps react-resizable-panels from 3.0.6 to 4.0.7.

Release notes

Sourced from react-resizable-panels's releases.

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.

4.0.1

  • #530: Edge case bug fix: Account for pointer resize events near edge of window/iframe

4.0.0

Version 4 of react-resizable-panels offers more flexible size constraints– supporting units as pixels, percentages, REMs/EMs, and more. Support for server-rendering (including Server Components) has also been expanded.

Migrating from version 3 to 4

Refer to the docs for a complete list of props and API methods. Below are some examples of migrating from version 3 to 4, but first a couple of potential questions:

onResize={(size) => {
  // Either this
  const isCollapsed = size === collapsedSize;
// Or this:
panelRef.isCollapsed();
}}

... (truncated)

Changelog

Sourced from react-resizable-panels's changelog.

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.

4.0.1

  • #530: Edge case bug fix: Account for pointer resize events near edge of window/iframe

4.0.0

Version 4 of react-resizable-panels offers more flexible size constraints– supporting units as pixels, percentages, REMs/EMs, and more. Support for server-rendering (including Server Components) has also been expanded.

Migrating from version 3 to 4

Refer to the docs for a complete list of props and API methods. Below are some examples of migrating from version 3 to 4, but first a couple of potential questions:

onResize={(size) => {
  // Either this
  const isCollapsed = size === collapsedSize;
// Or this:
</tr></table>

... (truncated)

Commits
  • f34d90a 4.0.6 -> 4.0.7
  • f07bf00 Reset pointer-event style on Group on pointerup
  • 12d8700 Docs site @​medai query to make separator larger for mobile devices
  • 26914cb Show Separator component on more docs/examples, since it's better a11y
  • 9851bd3 4.0.5 -> 4.0.6
  • 0796644 Account for Flex gap when calculating pointer-move delta %
  • 533015d Update CHANGELOG migration example
  • f9fa3a8 4.0.4 -> 4.0.5
  • 244ff6b Updated docs to make size and layout formats clearer
  • 40cb66f 4.0.3 -> 4.0.4
  • 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 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)

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

---
updated-dependencies:
- dependency-name: react-resizable-panels
  dependency-version: 4.0.7
  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 18, 2025
@Amper
Amper merged commit 65e3972 into main Dec 18, 2025
0 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/cmd/logql-to-logsql/web/ui/react-resizable-panels-4.0.7 branch December 18, 2025 14:06
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