dependabot[bot] opened a new pull request, #41793:
URL: https://github.com/apache/superset/pull/41793

   Bumps [react-arborist](https://github.com/jameskerr/react-arborist) from 
3.10.5 to 3.12.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.12.0</h2>
   <p><strong>Features</strong></p>
   <ul>
   <li>Added a <code>disableDeselectOnClick</code> prop. By default, clicking 
the empty area
   below the rows clears the selection; setting this prop keeps the current
   selection intact instead (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/245";>#245</a>,
 <a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/308";>#308</a>).
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/369";>#369</a>)</li>
   </ul>
   <h2>v3.11.0</h2>
   <p><strong>Features</strong></p>
   <ul>
   <li><code>TreeApi</code> now exposes <code>scrollToOffset(offset)</code> to 
scroll the list to an exact
   pixel offset from the top, and a <code>scrollOffset</code> getter to read 
the current
   position — the offset-based counterpart to <code>scrollTo(id)</code>, useful 
for saving
   and restoring scroll position (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/194";>#194</a>).
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/368";>#368</a>)</li>
   </ul>
   <h2>v3.10.6</h2>
   <p><strong>Fixes</strong></p>
   <ul>
   <li><code>scrollTo</code> (and the <code>selection</code> prop / 
<code>tree.scrollTo()</code> paths that use it) now
   scrolls horizontally as well as vertically, bringing a deeply nested node's
   indented content into view when rows overflow the tree's width. Previously 
only
   the vertical position was adjusted, leaving deep nodes off-screen to the 
right. (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/367";>#367</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.12.0</h1>
   <p><strong>Features</strong></p>
   <ul>
   <li>Added a <code>disableDeselectOnClick</code> prop. By default, clicking 
the empty area
   below the rows clears the selection; setting this prop keeps the current
   selection intact instead (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/245";>#245</a>,
 <a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/308";>#308</a>).
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/369";>#369</a>)</li>
   </ul>
   <h1>Version 3.11.0</h1>
   <p><strong>Features</strong></p>
   <ul>
   <li><code>TreeApi</code> now exposes <code>scrollToOffset(offset)</code> to 
scroll the list to an exact
   pixel offset from the top, and a <code>scrollOffset</code> getter to read 
the current
   position — the offset-based counterpart to <code>scrollTo(id)</code>, useful 
for saving
   and restoring scroll position (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/194";>#194</a>).
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/368";>#368</a>)</li>
   </ul>
   <h1>Version 3.10.6</h1>
   <p><strong>Fixes</strong></p>
   <ul>
   <li><code>scrollTo</code> (and the <code>selection</code> prop / 
<code>tree.scrollTo()</code> paths that use it) now
   scrolls horizontally as well as vertically, bringing a deeply nested node's
   indented content into view when rows overflow the tree's width. Previously 
only
   the vertical position was adjusted, leaving deep nodes off-screen to the 
right. (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/367";>#367</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/a480c7108264f491bac0d18e2417b5070d599b97";><code>a480c71</code></a>
 v3.12.0</li>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/ce29406233f466bace5bb1c075b37173191f4d1a";><code>ce29406</code></a>
 Add disableDeselectOnClick prop to keep selection on empty-space click (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/245";>#245</a>,...</li>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/2acb8f7c1e123de507ce197005c86a0d3db3f99c";><code>2acb8f7</code></a>
 v3.11.0</li>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/4d3cbdb95f63f8d8a49477f342cd5200e31dc14e";><code>4d3cbdb</code></a>
 Add scrollToOffset and scrollOffset to TreeApi (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/194";>#194</a>)
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/368";>#368</a>)</li>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/804ce28182479ee10c4ad95f64a6ad02e49703df";><code>804ce28</code></a>
 v3.10.6</li>
   <li><a 
href="https://github.com/jameskerr/react-arborist/commit/16884c882112f62c82a2f9e1b89deb8f4cda5da3";><code>16884c8</code></a>
 Scroll horizontally to reveal deeply nested nodes (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/220";>#220</a>)
 (<a 
href="https://redirect.github.com/jameskerr/react-arborist/issues/367";>#367</a>)</li>
   <li>See full diff in <a 
href="https://github.com/jameskerr/react-arborist/compare/v3.10.5...v3.12.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-arborist&package-manager=npm_and_yarn&previous-version=3.10.5&new-version=3.12.0)](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]

Reply via email to