build(deps): bump react-resizable-panels from 2.1.9 to 4.11.2 in /apps/web#65
Merged
StevenWang-CY merged 1 commit intoJun 23, 2026
Conversation
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 2.1.9 to 4.11.2. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-resizable-panels/commits) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
196a78e to
44e03a3
Compare
StevenWang-CY
added a commit
that referenced
this pull request
Jun 23, 2026
The #65 squash-merge landed only Dependabot's package.json version bump — its force-push lost a race with a Dependabot auto-rebase of the PR branch, so the merge took Dependabot's branch (package.json only) instead of the prepared commit. That left main with react-resizable-panels ^4.11.2 against the v2 PanelLayout API (PanelGroup/PanelResizeHandle, removed in v4) and a stale lockfile (^2.1.4), breaking typecheck + frozen install. Restores the v4 migration (Group/Separator/useDefaultLayout, percentage-string sizes, SSR-safe storage, separator CSS selectors) and the regenerated lockfile. Full web CI verified green locally (lint, typecheck, 432 tests, contracts no-drift). Signed-off-by: Chuyue Wang <stevenwang0805@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps react-resizable-panels from 2.1.9 to 4.11.2.
Release notes
Sourced from react-resizable-panels's releases.
... (truncated)
Changelog
Sourced from react-resizable-panels's changelog.
... (truncated)
Commits