dependabot[bot] opened a new pull request, #41992: URL: https://github.com/apache/superset/pull/41992
Bumps [react-arborist](https://github.com/jameskerr/react-arborist) from 3.12.0 to 3.13.2. <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.13.2</h2> <p><strong>Fixes</strong></p> <ul> <li>Inputs rendered inside the tree (e.g. an <code><input></code> in a modal) can now receive Space characters again. The tree's keyboard handler no longer intercepts keystrokes that originate from a nested form field or contenteditable element. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/377">#377</a>)</li> </ul> <h2>v3.13.1</h2> <p><strong>Fixes</strong></p> <ul> <li><code>NodeApi</code> action methods (<code>toggle</code>, <code>select</code>, <code>activate</code>, <code>focus</code>, <code>edit</code>, etc.) are now bound to the node, so passing them as callbacks — e.g. <code><Toggle onClick={node.toggle} /></code> — no longer throws "Cannot read properties of undefined (reading 'tree')" when invoked detached. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/374">#374</a>)</li> </ul> <h2>v3.13.0</h2> <p><strong>Features</strong></p> <ul> <li><code>useSimpleTree</code> now accepts an <code>onChange</code> option, called with the full data array after any internal move/create/rename/delete — a single place to persist the whole tree without wiring up each handler yourself. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/373">#373</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.13.2</h1> <p><strong>Fixes</strong></p> <ul> <li>Inputs rendered inside the tree (e.g. an <code><input></code> in a modal) can now receive Space characters again. The tree's keyboard handler no longer intercepts keystrokes that originate from a nested form field or contenteditable element. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/377">#377</a>)</li> </ul> <h1>Version 3.13.1</h1> <p><strong>Fixes</strong></p> <ul> <li><code>NodeApi</code> action methods (<code>toggle</code>, <code>select</code>, <code>activate</code>, <code>focus</code>, <code>edit</code>, etc.) are now bound to the node, so passing them as callbacks — e.g. <code><Toggle onClick={node.toggle} /></code> — no longer throws "Cannot read properties of undefined (reading 'tree')" when invoked detached. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/374">#374</a>)</li> </ul> <h1>Version 3.13.0</h1> <p><strong>Features</strong></p> <ul> <li><code>useSimpleTree</code> now accepts an <code>onChange</code> option, called with the full data array after any internal move/create/rename/delete — a single place to persist the whole tree without wiring up each handler yourself. (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/373">#373</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jameskerr/react-arborist/commit/e6dc5c6d2cd1efd94ce3bc7cee722f6b428134e4"><code>e6dc5c6</code></a> v3.13.2</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/46b6392a15903b979a9255ff8eaaeb33e526cd72"><code>46b6392</code></a> Fix spaces being swallowed in inputs nested inside the tree (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/257">#257</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/377">#377</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/4a6d86458d8f298741541ba3fa10175ca5eca71d"><code>4a6d864</code></a> Document the Tree onClick and onContextMenu props (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/18">#18</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/376">#376</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/c6fbd6f6d3d3f76cc2b8c60c99f4853118969292"><code>c6fbd6f</code></a> Remove the .id-assuming free identify(); keep the selection slice string-only...</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/3dbff3829694a51acdebc58f8487a3e9d1a1d061"><code>3dbff38</code></a> v3.13.1</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/1db2866e5c25d903228e0188ea480f6fbb3c9674"><code>1db2866</code></a> Bind NodeApi action methods so they can be passed as callbacks (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/301">#301</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/374">#374</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/abda3d1954b71fbcc1d377d2cb01db671791675d"><code>abda3d1</code></a> v3.13.0</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/2d942cbce1d9ab387d9245f23baca379d7a45f90"><code>2d942cb</code></a> Add useSimpleTree onChange callback (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/302">#302</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/373">#373</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/f1aaf9bebd8249fc5681fb0e83f6277df2a99129"><code>f1aaf9b</code></a> Test custom idAccessor flows through drag-and-drop onMove (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/347">#347</a>, <a href="https://redirect.github.com/jameskerr/react-arborist/issues/170">#170</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/372">#372</a>)</li> <li><a href="https://github.com/jameskerr/react-arborist/commit/bbab51dd6dabeb0d31ad152c240a6a2828edc11c"><code>bbab51d</code></a> Add netlify.toml to rebuild the library before the showcase (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/314">#314</a>) (<a href="https://redirect.github.com/jameskerr/react-arborist/issues/370">#370</a>)</li> <li>See full diff in <a href="https://github.com/jameskerr/react-arborist/compare/v3.12.0...v3.13.2">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]
