Skip to content

chore(deps): Bump react-resize-detector from 9.1.1 to 12.3.0 - #7779

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-resize-detector-12.3.0
Open

chore(deps): Bump react-resize-detector from 9.1.1 to 12.3.0#7779
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-resize-detector-12.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps react-resize-detector from 9.1.1 to 12.3.0.

Release notes

Sourced from react-resize-detector's releases.

v12.1.0

What's Changed

New Contributors

Full Changelog: maslianok/react-resize-detector@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: maslianok/react-resize-detector@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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added category: engineering dependencies Pull requests that update a dependency file labels Jul 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 8, 2026 08:33
@dependabot dependabot Bot added category: engineering dependencies Pull requests that update a dependency file labels Jul 8, 2026
Bumps [react-resize-detector](https://github.com/maslianok/react-resize-detector) from 9.1.1 to 12.3.0.
- [Release notes](https://github.com/maslianok/react-resize-detector/releases)
- [Commits](https://github.com/maslianok/react-resize-detector/commits)

---
updated-dependencies:
- dependency-name: react-resize-detector
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-resize-detector-12.3.0 branch from 7c3bdfc to c0f03fd Compare July 28, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: engineering dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants