rusackas opened a new pull request, #37741:
URL: https://github.com/apache/superset/pull/37741

   ## Summary
   
   Upgrades react-resize-detector from ^7.1.2 to ^9.1.1 in both 
superset-frontend and docs to keep versions synchronized.
   
   This is a coordinated upgrade that supersedes the docs-only Dependabot PR 
#37542.
   
   ### Why v9 instead of v12?
   - **v10+ requires React 18+** - Superset currently uses React 17
   - **v9 maintains API compatibility** - The callback signature (`width, 
height`) remains the same
   - **v9 is compatible with React 17** - peer dependency allows `^16.0.0 || 
^17.0.0 || ^18.0.0`
   
   ### Changes
   - `superset-frontend/package.json`: `^7.1.2` → `^9.1.1`
   - `docs/package.json`: `7.1.2` → `^9.1.1`
   - Updated lockfiles for both packages
   
   ## Testing
   
   - [x] Lockfile regenerated successfully
   - [x] No code changes required (API compatible)
   - [ ] CI tests
   
   ## Additional Information
   
   Closes #37542
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


-- 
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