Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps react-resizable from 3.0.5 to 3.1.3.

Release notes

Sourced from react-resizable's releases.

3.1.0 (Dec 30, 2025)

  • 🐛 Bugfix: Fix onResizeStop reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last onResize call. #250
  • ➕ Feature: React 18 support.
  • ✏ Chore: Migrate test suite from Enzyme to React Testing Library. #249
  • ✏ Chore: Update react-draggable to ^4.5.0.
  • ✏ Chore: Update react-test-renderer to ^18.
Changelog

Sourced from react-resizable's changelog.

3.1.3 (Jan 1, 2026)

  • ✏ Chore: Add files whitelist to package.json to reduce package size and exclude unnecessary files.

3.1.2 (Jan 1, 2026)

  • 🐛 Bugfix: Fix SSR crash where Element is not defined in Node.js environments. #251

3.1.1 (Dec 30, 2025)

  • 🐛 Bugfix: Fix crash when Resizable child has a single child element (was not iterable). #219
  • 🐛 Bugfix: Fix offsetParent propType from PropTypes.node to PropTypes.instanceOf(Element). #220
  • ✏ Chore: Update GitHub Actions workflows to latest versions.
  • ✏ Chore: Add version display to demo page.

3.1.0 (Dec 30, 2025)

  • 🐛 Bugfix: Fix onResizeStop reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last onResize call. #250
  • ➕ Feature: React 18 support.
  • ✏ Chore: Migrate test suite from Enzyme to React Testing Library. #249
  • ✏ Chore: Update react-draggable to ^4.5.0.
  • ✏ Chore: Update react-test-renderer to ^18.
Commits
  • edc7cbd 3.1.3
  • b8608fe Small package.json url fix
  • 5a90a3d 3.1.2
  • af0d739 fix: support SSR environments where Element is not defined (#251) (#252)
  • deb5fe7 fix(gh-pages): add root redirect and react-draggable link
  • 3dfc0b8 feat(examples): add cyberpunk theme styling
  • 61507fb fix(examples): fix scaled layout section display
  • 3662ff4 ci: add workflow_dispatch to gh-pages for manual triggering
  • 9f04051 fix: output bundle.js to examples/ for gh-pages deployment
  • 3e23a3b docs: improve README with correct links and better structure
  • Additional commits viewable in compare view

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)

Bumps [react-resizable](https://github.com/react-grid-layout/react-resizable) from 3.0.5 to 3.1.3.
- [Release notes](https://github.com/react-grid-layout/react-resizable/releases)
- [Changelog](https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-resizable@v3.0.5...v3.1.3)

---
updated-dependencies:
- dependency-name: react-resizable
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
@sorydima sorydima merged commit 982c0d7 into main Jan 19, 2026
1 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-resizable-3.1.3 branch January 19, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant