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

   Bumps 
[react-resizable](https://github.com/react-grid-layout/react-resizable) from 
3.0.5 to 3.1.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-grid-layout/react-resizable/releases";>react-resizable's
 releases</a>.</em></p>
   <blockquote>
   <h3>3.1.0 (Dec 30, 2025)</h3>
   <ul>
   <li>🐛 Bugfix: Fix <code>onResizeStop</code> reporting stale size data due to 
React's batched state updates. The callback now uses the stored size from the 
last <code>onResize</code> call. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/pull/250";>#250</a></li>
   <li>➕ Feature: React 18 support.</li>
   <li>✏ Chore: Migrate test suite from Enzyme to React Testing Library. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/pull/249";>#249</a></li>
   <li>✏ Chore: Update <code>react-draggable</code> to ^4.5.0.</li>
   <li>✏ Chore: Update <code>react-test-renderer</code> to ^18.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md";>react-resizable's
 changelog</a>.</em></p>
   <blockquote>
   <h3>3.1.3 (Jan 1, 2026)</h3>
   <ul>
   <li>✏ Chore: Add <code>files</code> whitelist to package.json to reduce 
package size and exclude unnecessary files.</li>
   </ul>
   <h3>3.1.2 (Jan 1, 2026)</h3>
   <ul>
   <li>🐛 Bugfix: Fix SSR crash where <code>Element</code> is not defined in 
Node.js environments. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/issues/251";>#251</a></li>
   </ul>
   <h3>3.1.1 (Dec 30, 2025)</h3>
   <ul>
   <li>🐛 Bugfix: Fix crash when <code>Resizable</code> child has a single child 
element (was not iterable). <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/issues/219";>#219</a></li>
   <li>🐛 Bugfix: Fix <code>offsetParent</code> propType from 
<code>PropTypes.node</code> to <code>PropTypes.instanceOf(Element)</code>. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/pull/220";>#220</a></li>
   <li>✏ Chore: Update GitHub Actions workflows to latest versions.</li>
   <li>✏ Chore: Add version display to demo page.</li>
   </ul>
   <h3>3.1.0 (Dec 30, 2025)</h3>
   <ul>
   <li>🐛 Bugfix: Fix <code>onResizeStop</code> reporting stale size data due to 
React's batched state updates. The callback now uses the stored size from the 
last <code>onResize</code> call. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/pull/250";>#250</a></li>
   <li>➕ Feature: React 18 support.</li>
   <li>✏ Chore: Migrate test suite from Enzyme to React Testing Library. <a 
href="https://redirect.github.com/react-grid-layout/react-resizable/pull/249";>#249</a></li>
   <li>✏ Chore: Update <code>react-draggable</code> to ^4.5.0.</li>
   <li>✏ Chore: Update <code>react-test-renderer</code> to ^18.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/edc7cbd7abb3e529d35c387f3bee88e8f3b9258c";><code>edc7cbd</code></a>
 3.1.3</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/b8608feb85cb693b1bf67f8c731999f6e7b947cc";><code>b8608fe</code></a>
 Small package.json url fix</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/5a90a3dac3955c592058a00ef0c1416ea3583708";><code>5a90a3d</code></a>
 3.1.2</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/af0d739c1c7d92de0a35cfec78d60fd2a06a7509";><code>af0d739</code></a>
 fix: support SSR environments where Element is not defined (<a 
href="https://redirect.github.com/react-grid-layout/react-resizable/issues/251";>#251</a>)
 (<a 
href="https://redirect.github.com/react-grid-layout/react-resizable/issues/252";>#252</a>)</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/deb5fe71d57c491204fcc64f9b2c1daa72401b06";><code>deb5fe7</code></a>
 fix(gh-pages): add root redirect and react-draggable link</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/3dfc0b87eeacdd045cdc88f69fe559e7d49371f5";><code>3dfc0b8</code></a>
 feat(examples): add cyberpunk theme styling</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/61507fb01d225e783a1b2cd7b4fe6a451e3e875f";><code>61507fb</code></a>
 fix(examples): fix scaled layout section display</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/3662ff48fa577d934c38fdfd3572e0117718d5f8";><code>3662ff4</code></a>
 ci: add workflow_dispatch to gh-pages for manual triggering</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/9f040510aab2e209c7a2835eb19e03e930119467";><code>9f04051</code></a>
 fix: output bundle.js to examples/ for gh-pages deployment</li>
   <li><a 
href="https://github.com/react-grid-layout/react-resizable/commit/3e23a3b773794c45f46863347249b0e4c957ea83";><code>3e23a3b</code></a>
 docs: improve README with correct links and better structure</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-grid-layout/react-resizable/compare/v3.0.5...v3.1.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-resizable&package-manager=npm_and_yarn&previous-version=3.0.5&new-version=3.1.3)](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: [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