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

   Bumps 
[react-resize-detector](https://github.com/maslianok/react-resize-detector) 
from 7.1.2 to 12.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maslianok/react-resize-detector/releases";>react-resize-detector's
 releases</a>.</em></p>
   <blockquote>
   <h2>v12.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add TypeScript configuration and update module imports for compatibility 
by <a href="https://github.com/binhpv";><code>@​binhpv</code></a> in <a 
href="https://redirect.github.com/maslianok/react-resize-detector/pull/263";>maslianok/react-resize-detector#263</a></li>
   <li>Fix typo <code>ResfreshModeType</code> &gt; 
<code>RefreshModeType</code></li>
   <li>Update dev dependencies</li>
   <li>Update Readme</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/binhpv";><code>@​binhpv</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/maslianok/react-resize-detector/pull/263";>maslianok/react-resize-detector#263</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/maslianok/react-resize-detector/compare/v12.0.0...12.1.0";>https://github.com/maslianok/react-resize-detector/compare/v12.0.0...12.1.0</a></p>
   <h2>v12.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>V12.0.2 by <a href="https://github.com/snelsi";><code>@​snelsi</code></a> 
in <a 
href="https://redirect.github.com/maslianok/react-resize-detector/pull/258";>maslianok/react-resize-detector#258</a></li>
   </ul>
   <ul>
   <li>Fix lodash submodules import <a 
href="https://redirect.github.com/maslianok/react-resize-detector/issues/257";>maslianok/react-resize-detector#257</a></li>
   <li>Update README with new 2025 year</li>
   <li>Migrates Eslint setup to <a 
href="https://eslint.org/docs/latest/use/configure/migration-guide";>v9 flat 
config</a></li>
   </ul>
   <h2>v12.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>V12 by <a href="https://github.com/snelsi";><code>@​snelsi</code></a> in 
<a 
href="https://redirect.github.com/maslianok/react-resize-detector/pull/255";>maslianok/react-resize-detector#255</a></li>
   </ul>
   <ul>
   <li>⚠️ This module is now <a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>pure
 ESM</a></li>
   <li>Add React 19 to <code>peerDependencies</code></li>
   <li>Update dev dependencies</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/maslianok/react-resize-detector/compare/v11.0.0...v12.0.0";>https://github.com/maslianok/react-resize-detector/compare/v11.0.0...v12.0.0</a></p>
   <h2>v11.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>V11 by <a href="https://github.com/snelsi";><code>@​snelsi</code></a> in 
<a 
href="https://redirect.github.com/maslianok/react-resize-detector/pull/254";>maslianok/react-resize-detector#254</a></li>
   </ul>
   <h2>⚠️ Migration guide</h2>
   <ul>
   <li>The <code>onResize</code> function now receives a single object. 
Destructure <code>width</code> and <code>height</code> parameters as 
follows:</li>
   </ul>
   <pre lang="diff"><code>- onResize: (width, height) =&gt; {
   + onResize: ({ width, height, entry }) =&gt; {
       if (width &amp;&amp; height) {
           ...
       }
   }
   </code></pre>
   <p>When the element is mounted, <code>width</code> and <code>height</code> 
will always be numbers. When unmounted, they will be <code>null</code>.
   Ensure to add null checks before accessing element dimensions to address 
TypeScript errors.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/maslianok/react-resize-detector/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-resize-detector&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=12.3.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to