superset icon indicating copy to clipboard operation
superset copied to clipboard

chore(deps): bump react-resize-detector from 7.1.2 to 12.3.0 in /superset-frontend

Open dependabot[bot] opened this issue 2 weeks ago • 4 comments

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

New Contributors

Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v12.0.0...12.1.0

v12.0.2

What's Changed

v12.0.0

What's Changed

  • ⚠️ 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

⚠️ Migration guide

  • The onResize function now receives a single object. Destructure width and height parameters as follows:
- onResize: (width, height) => {
+ onResize: ({ width, height, entry }) => {
    if (width && height) {
        ...
    }
}

When the element is mounted, width and height will always be numbers. When unmounted, they will be null. Ensure to add null checks before accessing element dimensions to address TypeScript errors.

... (truncated)

Commits

Dependabot compatibility score

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

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.

dependabot[bot] avatar Dec 09 '25 07:12 dependabot[bot]

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

bito-code-review[bot] avatar Dec 09 '25 07:12 bito-code-review[bot]

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

rusackas avatar Dec 11 '25 22:12 rusackas

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.

dependabot[bot] avatar Dec 12 '25 23:12 dependabot[bot]