Skip to content

Conversation

@WomB0ComB0
Copy link
Owner

@WomB0ComB0 WomB0ComB0 commented Jan 13, 2026

This PR contains the following updates:

Package Change Age Confidence
react-resizable-panels (source) 4.3.34.4.1 age confidence

Release Notes

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

v4.4.1

Compare Source

  • 600: Bugfix: Collapsible Panel should treat defaultSize={0} as collapsed on mount

v4.4.0

Compare Source

  • 599: Add new onLayoutChanged prop to Group.

For layout changes caused by pointer events, this method is not called until the pointer has been released. This callback should be used if you're doing something like saving a layout as it is called less frequently than the previous approach.

The useDefaultLayout hook has also been updated to use this callback (though it will continue to support the old callback as well, with a @deprecation tag).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@WomB0ComB0 WomB0ComB0 added the dependencies Pull requests that update a dependency file label Jan 13, 2026
@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
portfolio Ready Ready Preview, Comment Jan 14, 2026 8:05am

@coderabbitai
Copy link

coderabbitai bot commented Jan 13, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 15 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f511af0 and b06045b.

📒 Files selected for processing (1)
  • package.json

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @WomB0ComB0, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the react-resizable-panels dependency to its latest minor version, 4.4.0. The primary enhancement in this new version is the introduction of an onLayoutChanged prop for the Group component, which provides a more optimized way to handle and persist layout changes by triggering only after user interaction concludes. This change also includes an update to the useDefaultLayout hook to leverage this new functionality.

Highlights

  • Dependency Update: Updates the react-resizable-panels library from version 4.3.3 to 4.4.0.
  • New onLayoutChanged Prop: The Group component now includes an onLayoutChanged prop. This callback is invoked after pointer release for layout changes, making it ideal for saving layout states more efficiently.
  • useDefaultLayout Hook Enhancement: The useDefaultLayout hook has been updated to utilize the new onLayoutChanged callback, with the previous callback now marked for deprecation.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the react-resizable-panels dependency to version 4.4.0. The change is straightforward. However, based on the provided files, this dependency may be unused. I've added a comment suggesting to verify its usage and consider removing it if it's redundant, which would be more beneficial than just updating it. If it is in use, I've also highlighted a new feature in this version that could be adopted for performance improvements.

package.json Outdated
"react-hook-form": "7.71.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "4.3.3",
"react-resizable-panels": "4.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This PR updates react-resizable-panels. Based on the provided code, this dependency doesn't appear to be used. The repository includes a scripts:check-unused script which can help confirm this. If the package is indeed unused, it would be better to remove it completely rather than updating it. This helps in reducing the overall bundle size and maintenance effort.

If the package is actively being used in a file not visible in this review, consider using the new onLayoutChanged prop introduced in this version (v4.4.0) for saving layouts. According to the release notes, it is more performant for this use case.

@WomB0ComB0 WomB0ComB0 force-pushed the renovate/react-resizable-panels-4.x branch from 578beba to b06045b Compare January 14, 2026 07:32
@WomB0ComB0 WomB0ComB0 changed the title fix(deps): update dependency react-resizable-panels to v4.4.0 fix(deps): update dependency react-resizable-panels to v4.4.1 Jan 14, 2026
@WomB0ComB0 WomB0ComB0 merged commit 4ab0125 into master Jan 16, 2026
10 of 11 checks passed
@WomB0ComB0 WomB0ComB0 deleted the renovate/react-resizable-panels-4.x branch January 16, 2026 17:27
@github-actions
Copy link

🎉 This PR is included in version 1.50.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants