Skip to content

refactor: Bump react-resizable from 3.0.5 to 3.1.3#3180

Merged
mtrezza merged 1 commit intoalphafrom
dependabot/npm_and_yarn/react-resizable-3.1.3
Feb 6, 2026
Merged

refactor: Bump react-resizable from 3.0.5 to 3.1.3#3180
mtrezza merged 1 commit intoalphafrom
dependabot/npm_and_yarn/react-resizable-3.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 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 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)

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Feb 6, 2026
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump react-resizable from 3.0.5 to 3.1.3 refactor: Bump react-resizable from 3.0.5 to 3.1.3 Feb 6, 2026
@parseplatformorg
Copy link
Contributor

parseplatformorg commented Feb 6, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-resizable-3.1.3 branch from 26bbcb1 to 6fb9d27 Compare February 6, 2026 01:22
@mtrezza mtrezza merged commit d8855de into alpha Feb 6, 2026
11 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/react-resizable-3.1.3 branch February 6, 2026 01:40
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 8.4.1-alpha.1

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code state:released-alpha Released as alpha version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants