From 41726ae27922a87db27a2e1dc5044a61caf89610 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 25 Aug 2026 09:24:39 -0700
Subject: [PATCH] build(deps): bump react-resizable-panels from 4.12.2 to
4.12.3 (#11872)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[react-resizable-panels](https://github.com/bvaughn/react-resizable-panels)
from 4.12.2 to 4.12.3.
Release notes
Sourced from react-resizable-panels's
releases.
4.12.3
- 730:
Guard
CSSStyleSheet construction to avoid throwing in
unsupported environments (@leo-yang-qiong)
- 736:
Bugfix: Derived Panel constraints equality check
- 732:
Bugfix: Prevent orphaned groups in "pointerup" edge case (
@waterWang)
Changelog
Sourced from react-resizable-panels's
changelog.
4.12.3
- 730:
Guard
CSSStyleSheet construction to avoid throwing in
unsupported environments (@leo-yang-qiong)
- 736:
Bugfix: Derived Panel constraints equality check
- 732:
Bugfix: Prevent orphaned groups in "pointerup" edge case (
@waterWang)
Commits
f9c4227
4.12.2 -> 4.12.3
30503d1
Fix derived Panel constraints equality check (#736)
30aef6a
Pending CHANGELOG
b1d574e
fix: guard CSSStyleSheet construction with adoptedStyleSheets check (#730)
6649f42
fix: don't resurrect stale group entries on pointer-up commit (Fixes #729)
(#...
- See full diff in compare
view
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 10 +++++-----
ui/package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 28419eb5f4..a1f27a4edf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1053,8 +1053,8 @@ importers:
specifier: ^10.1.0
version: 10.1.0(@types/react@19.2.18)(react@19.2.8)
react-resizable-panels:
- specifier: ^4.12.2
- version: 4.12.2(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
+ specifier: ^4.12.3
+ version: 4.12.3(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
react-router-dom:
specifier: ^7.18.2
version: 7.18.2(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
@@ -8144,8 +8144,8 @@ packages:
'@types/react':
optional: true
- react-resizable-panels@4.12.2:
- resolution: {integrity: sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==}
+ react-resizable-panels@4.12.3:
+ resolution: {integrity: sha512-GHMJWnDXui/3RX4bT+cgBP+N3N2nkwcoZATr/2xLFpqQQe7TlBrE0cGM0dUa9ceT7A90tUrSRsiqgRG+g0/2AA==}
peerDependencies:
react: ^19.2.8
react-dom: ^19.2.8
@@ -16642,7 +16642,7 @@ snapshots:
optionalDependencies:
'@types/react': 19.2.18
- react-resizable-panels@4.12.2(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
+ react-resizable-panels@4.12.3(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
dependencies:
react: 19.2.8
react-dom: 19.2.8(react@19.2.8)
diff --git a/ui/package.json b/ui/package.json
index 9f7bc48cb7..1f9695c536 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -66,7 +66,7 @@
"react-dom": "^19.2.8",
"react-i18next": "^17.0.11",
"react-markdown": "^10.1.0",
- "react-resizable-panels": "^4.12.2",
+ "react-resizable-panels": "^4.12.3",
"react-router-dom": "^7.18.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0"