dependabot[bot] opened a new pull request, #72537: URL: https://github.com/apache/airflow/pull/72537
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.6 to 4.12.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-resizable-panels/releases">react-resizable-panels's releases</a>.</em></p> <blockquote> <h2>4.12.3</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/730">730</a>: Guard <code>CSSStyleSheet</code> construction to avoid throwing in unsupported environments (<a href="https://github.com/leo-yang-qiong"><code>@leo-yang-qiong</code></a>)</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/736">736</a>: Bugfix: Derived Panel constraints equality check</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/732">732</a>: Bugfix: Prevent orphaned groups in "pointerup" edge case (<a href="https://github.com/waterWang"><code>@waterWang</code></a>)</li> </ul> <h2>4.12.1</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/723">723</a>: Bug fix for context menu event (right click) occurring while pointer-resize is active</li> </ul> <h2>4.12.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/716">716)</a>: Meta info available to <code>onLayoutChanged</code> callback signalling whether resize event was triggered by direct user input (keyboard or mouse)</li> <li><code>useDefaultLayout</code> hook supports <code>onlySaveAfterUserInteractions</code> option to only save layouts when directly triggered by user interactions.</li> </ul> <h2>4.9.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/702">702</a>: Add <code>disableDoubleClick</code> prop to <code>Separator</code> to enable turning <em>off</em> the double-click size reset behavior.</li> </ul> <h2>4.8.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/699">699</a>: <code>useDefaultLayout</code> hook automatically migrates legacy layouts to version 4 format; see issue <a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/605">605</a> or PR <a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/699">699</a> for details on how this works.</li> </ul> <h2>4.7.6</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/698">698</a>: Replace <code>Panel</code> <code>aria-disabled</code> attribute with <code>data-disabled</code></li> </ul> <h2>4.7.5</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/696">696</a>: Improved server rendering support for <code>defaultSize</code> prop</li> </ul> <h2>4.7.4</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/689">689</a>: Fix edge case bug with pointer event capture</li> </ul> <h2>4.7.3</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/690">690</a>: Imperative Panel API supports non-percentage sizes</li> </ul> <h2>4.7.2</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/683">683</a>: Don't scroll separator when setting focus</li> </ul> <h2>4.7.1</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/678">678</a>: Change default overflow styles to support shadows</li> </ul> <h2>4.7.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/677">677</a>: Add <code>groupResizeBehavior</code> prop to <code>Panel</code>, enabling panels to retain their current size (pixels) size when the parent <code>Group</code> is resized.</li> </ul> <h2>4.6.5</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/670">670</a>: Check for undefined <code>adoptedStyleSheets</code> (to better support environments like jsdom)</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/671">671</a>: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator</li> </ul> <h2>4.6.4</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/664">664</a>, <a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/665">665</a>: Resize actions sometimes "jump" on touch devices</li> </ul> <h2>4.6.3</h2> <ul> <li>Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.</li> </ul> <h2>4.6.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md">react-resizable-panels's changelog</a>.</em></p> <blockquote> <h2>4.12.3</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/730">730</a>: Guard <code>CSSStyleSheet</code> construction to avoid throwing in unsupported environments (<a href="https://github.com/leo-yang-qiong"><code>@leo-yang-qiong</code></a>)</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/736">736</a>: Bugfix: Derived Panel constraints equality check</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/732">732</a>: Bugfix: Prevent orphaned groups in "pointerup" edge case (<a href="https://github.com/waterWang"><code>@waterWang</code></a>)</li> </ul> <h2>4.12.2</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/726">726</a>: Updated inline documentation to clarify size units.</li> </ul> <h2>4.12.1</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/723">723</a>: Bug fix for context menu event (right click) occurring while pointer-resize is active</li> </ul> <h2>4.12.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/716">716)</a>: Meta info available to <code>onLayoutChanged</code> callback signalling whether resize event was triggered by direct user input (keyboard or mouse)</li> <li><code>useDefaultLayout</code> hook supports <code>onlySaveAfterUserInteractions</code> option to only save layouts when directly triggered by user interactions.</li> </ul> <h2>4.11.2</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/719">719)</a>: Bug fix: Calculate rem-based sizes relative to owner document (not body)</li> </ul> <h2>4.11.1</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/715">715)</a>: Edge case SSR bug fix for panels with <code>defaultSize={0}</code></li> </ul> <h2>4.11.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/712">712</a>: <code>Separator</code> supports <code>:focus-visible</code> pseudo-class</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/703">703</a>: Fix: edge case scenarios when collapsing the last panel</li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/711">711</a>: Improve legacy browser support wrt global stylesheets</li> </ul> <h2>4.10.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/705">705</a>: Add <code>data-separator="focus"</code> state for <code>Separator</code> elements for more consistent custom CSS styles.</li> </ul> <h2>4.9.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/702">702</a>: Add <code>disableDoubleClick</code> prop to <code>Separator</code> to enable turning <em>off</em> the double-click size reset behavior.</li> </ul> <h2>4.8.0</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/699">699</a>: <code>useDefaultLayout</code> hook automatically migrates legacy layouts to version 4 format; see issue <a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/605">605</a> for details on how this works.</li> </ul> <h2>4.7.6</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/pull/698">698</a>: Replace <code>Panel</code> <code>aria-disabled</code> attribute with <code>data-disabled</code></li> </ul> <h2>4.7.5</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/f9c422714a66e14f671a17f340a3560d8032fcdc"><code>f9c4227</code></a> 4.12.2 -> 4.12.3</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/30503d1dadef45456dc7f65e64579f72e09e311f"><code>30503d1</code></a> Fix derived Panel constraints equality check (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/736">#736</a>)</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/30aef6a448d26bfaeb0e80f2b7d7aeec7a113818"><code>30aef6a</code></a> Pending CHANGELOG</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/b1d574e504099717df19afd671753511fb515389"><code>b1d574e</code></a> fix: guard CSSStyleSheet construction with adoptedStyleSheets check (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/730">#730</a>)</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/6649f42e56cdd9f323d8156365ea7b85a6a5e966"><code>6649f42</code></a> fix: don't resurrect stale group entries on pointer-up commit (Fixes <a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/729">#729</a>) (#...</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/a1eeb7aefdb024bb5879a323218e0ac05f77f28e"><code>a1eeb7a</code></a> 4.12.1 -> 4.12.2</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/3e877a1ec4b7dc4b59384326e6367f39f74a9df8"><code>3e877a1</code></a> 4.12.0 -> 4.12.1</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/039d167d1c3d285d5f079baf90d8766e605afb2f"><code>039d167</code></a> fix <a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/723">#723</a>: Ending a drag with a right-click results in panels incorrectly swal...</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/554645a64ddd2fffe6a3d72d6e0b1085645580eb"><code>554645a</code></a> Update README</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/8b0ffa90e1fe541c95b8f823111e0a55d123517d"><code>8b0ffa9</code></a> 4.11.2 -> 4.12.0</li> <li>Additional commits viewable in <a href="https://github.com/bvaughn/react-resizable-panels/compare/3.0.6...4.12.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
