dependabot[bot] opened a new pull request, #42456: URL: https://github.com/apache/superset/pull/42456
Bumps [react-arborist](https://github.com/jameskerr/react-arborist) from 3.13.2 to 3.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jameskerr/react-arborist/releases">react-arborist's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <p><strong>Features</strong></p> <ul> <li>Added an <code>adjustMoveIndex</code> helper for custom <code>onMove</code> handlers. <code>onMove</code>'s <code>index</code> is a pre-removal slot (it counts the destination rows as displayed, with the dragged rows still in place), which trips up handlers that splice the dragged rows out before inserting them — dragging a row just below itself would jump it past its neighbor. <code>adjustMoveIndex({ index, dragIds, siblingIds })</code> returns the index to insert at after removal. <code>SimpleTree</code>/<code>useSimpleTree</code> are unaffected; they already insert before removing (issue <a href="https://redirect.github.com/jameskerr/react-arborist/issues/247">#247</a>). (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/381">#381</a>)</li> </ul> <h2>v3.14.0</h2> <p><strong>Features</strong></p> <ul> <li>Dragging into the gap between an open folder and its first child now supports a horizontal slide, matching how items and closed folders already behave. Sliding right still drops the node as the folder's first child (the previous behavior); sliding left drops it as a sibling — or grandsibling — of the folder, bounded by the folder's ancestor chain. <code>computeDrop</code> previously hard-coded this gap to "first child," so the level was pinned and the slide never engaged (issue <a href="https://redirect.github.com/jameskerr/react-arborist/issues/330">#330</a>). (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/378">#378</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jameskerr/react-arborist/blob/main/CHANGELOG.md">react-arborist's changelog</a>.</em></p> <blockquote> <h1>Version 3.15.0</h1> <p><strong>Features</strong></p> <ul> <li>Added an <code>adjustMoveIndex</code> helper for custom <code>onMove</code> handlers. <code>onMove</code>'s <code>index</code> is a pre-removal slot (it counts the destination rows as displayed, with the dragged rows still in place), which trips up handlers that splice the dragged rows out before inserting them — dragging a row just below itself would jump it past its neighbor. <code>adjustMoveIndex({ index, dragIds, siblingIds })</code> returns the index to insert at after removal. <code>SimpleTree</code>/<code>useSimpleTree</code> are unaffected; they already insert before removing (issue <a href="https://redirect.github.com/jameskerr/react-arborist/issues/247">#247</a>). (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/381">#381</a>)</li> </ul> <h1>Version 3.14.0</h1> <p><strong>Features</strong></p> <ul> <li>Dragging into the gap between an open folder and its first child now supports a horizontal slide, matching how items and closed folders already behave. Sliding right still drops the node as the folder's first child (the previous behavior); sliding left drops it as a sibling — or grandsibling — of the folder, bounded by the folder's ancestor chain. <code>computeDrop</code> previously hard-coded this gap to "first child," so the level was pinned and the slide never engaged (issue <a href="https://redirect.github.com/jameskerr/react-arborist/issues/330">#330</a>). (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/378">#378</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jameskerr/react-arborist/commit/65c5b877a03806030ea10dbf1f4e86baea12007a"><code>65c5b87</code></a> v3.15.0</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/df66a2bdafbcd2454afa1bfa9aaf338edc802eb9"><code>df66a2b</code></a> Add adjustMoveIndex helper for custom onMove handlers (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/381">#381</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/c477959e3f8460445e46b608e4cf586b9ec22632"><code>c477959</code></a> Derive changeset PR numbers at release time (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/380">#380</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/8268c1165a27e33f7c4c64cf39961e876cea62ba"><code>8268c11</code></a> Fix the npm publish workflow: Node >=24.15 + pinned npm@12 (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/379">#379</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/efb490b24b64e1b7f36af3fa79892be67a653ba5"><code>efb490b</code></a> v3.14.0</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/7523920688972b48d881e1e1ccbe2f4e14fb4307"><code>7523920</code></a> Allow dropping as a sibling between an open folder and its first child (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/330">#330</a>)...</li> <li>See full diff in <a href="https://github.com/jameskerr/react-arborist/compare/v3.13.2...v3.15.0">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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
