chore(deps): bump react-resize-detector from 7.1.2 to 12.3.0 in /superset-frontend
User description
Bumps react-resize-detector from 7.1.2 to 12.3.0.
Release notes
Sourced from react-resize-detector's releases.
v12.1.0
What's Changed
- Add TypeScript configuration and update module imports for compatibility by
@binhpvin maslianok/react-resize-detector#263- Fix typo
ResfreshModeType>RefreshModeType- Update dev dependencies
- Update Readme
New Contributors
@binhpvmade their first contribution in maslianok/react-resize-detector#263Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v12.0.0...12.1.0
v12.0.2
What's Changed
- V12.0.2 by
@snelsiin maslianok/react-resize-detector#258
- Fix lodash submodules import maslianok/react-resize-detector#257
- Update README with new 2025 year
- Migrates Eslint setup to v9 flat config
v12.0.0
What's Changed
- V12 by
@snelsiin maslianok/react-resize-detector#255
- ⚠️ This module is now pure ESM
- Add React 19 to
peerDependencies- Update dev dependencies
Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v11.0.0...v12.0.0
v11.0.0
What's Changed
- V11 by
@snelsiin maslianok/react-resize-detector#254⚠️ Migration guide
- The
onResizefunction now receives a single object. Destructurewidthandheightparameters as follows:- onResize: (width, height) => { + onResize: ({ width, height, entry }) => { if (width && height) { ... } }When the element is mounted,
widthandheightwill always be numbers. When unmounted, they will benull. Ensure to add null checks before accessing element dimensions to address TypeScript errors.
... (truncated)
Commits
- See full diff in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
CodeAnt-AI Description
Upgrade resize detection library to v12.3.0 across the frontend
What Changed
- Replaced react-resize-detector v7.1.2 with v12.3.0 in package.json and lockfile so the app uses the newer resize detection implementation
- New package release switches its dependency from lodash to es-toolkit and declares peer support for React 18 and 19 (no longer lists React 16/17)
- Lockfile updated to reflect the new package resolution and related dependency entries
Impact
✅ Clearer resize behavior on React 18+
✅ Updated dependency tree for reproducible installs
✅ Potential build or runtime issues when running with React 17
💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
@codeant-ai ask: Your question here
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
@codeant-ai ask: Can you suggest a safer alternative to storing this secret?
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
@codeant-ai: Your feedback here
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
@codeant-ai: Do not flag unused imports.
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
@codeant-ai: review
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
CodeAnt AI is reviewing your PR.
Bito Automatic Review Skipped - Files Excluded
Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at [email protected].
CodeAnt AI finished reviewing your PR.
💡 Enhance Your PR Reviews
We noticed that 3 feature(s) are not configured for this repository. Enabling these features can help improve your code quality and workflow:
🚦 Quality Gates
Status: Quality Gates are not enabled at the organization level Learn more about Quality Gates
🎫 Jira Ticket Compliance
Status: Jira credentials file not found. Please configure Jira integration in your settings Learn more about Jira Integration
⚙️ Custom Rules
Status: No custom rules configured. Add rules via organization settings or .codeant/review.json in your repository Learn more about Custom Rules
Want to enable these features? Contact your organization admin or check our documentation for setup instructions.
CodeAnt AI is running Incremental review
Skipping PR review because a bot author is detected.
If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.
This PR cannot be applied because react-resize-detector v12.3.0 requires React 18 or 19:
peer react@"^18.0.0 || ^19.0.0" from [email protected]
Found: [email protected]
This upgrade needs to wait until the React upgrade is complete.
Automated triage by Claude Code
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.