Skip to content

chore(deps): bump react-resizable from 3.2.0 to 4.0.2 - #84

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-resizable-4.0.2
Open

chore(deps): bump react-resizable from 3.2.0 to 4.0.2#84
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-resizable-4.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps react-resizable from 3.2.0 to 4.0.2.

Changelog

Sourced from react-resizable's changelog.

4.0.2 (Jun 18, 2026)

  • Fix (types): make <ResizableBox>'s default-backed props optional in the TypeScript definitions. Props now extends Partial<DefaultProps>, so consumers no longer have to pass props that already have defaults. Types only; runtime behavior is unchanged. (#264)

4.0.1 (May 26, 2026)

  • Locked aspect ratio drags now track the cursor via orthogonal projection onto the w = ratio·h line instead of snapping to whichever axis had the larger delta. Closes #222.
  • Convert the example app to TypeScript and fix the broken examples build (webpack entry pointed at examples/example.js after the 4.0.0 TS conversion). Affects the GitHub Pages demo / yarn dev only; the published package was unaffected. (#261)

4.0.0 (May 12, 2026)

This release converts the library from Flow to TypeScript and ships bundled type declarations. The runtime API and on-screen behavior are unchanged. The major version bump is to flag two things consumers may need to act on.

Breaking — types delivery

  • The library is now authored in TypeScript. Bundled type declarations ship in build/*.d.ts and are resolved via the "types" field in package.json. No @types/react-resizable install is needed; if you have one installed, remove it — TypeScript prefers the bundled types and the DefinitelyTyped package is no longer required.

  • The *.js.flow shims previously emitted by build.sh have been removed. Flow is no longer supported.

    Flow users who still need types can copy the last Flow-annotated source from the 3.2.0 tag: react-grid-layout/react-resizable@db2e37e/lib (lib/Resizable.js, lib/ResizableBox.js, lib/propTypes.js, lib/utils.js). These files were the input to the published .js.flow artifacts in react-resizable@3.2.0 on npm; you can vendor them as a local Flow shim. They will not be updated, and any fix landing on master after 4.0.0 will not be backported into a Flow form.

Internal

  • ✏ Chore: Migrate lib/ and __tests__/ from Flow to TypeScript (*.ts/*.tsx). Public runtime API unchanged.

... (truncated)

Commits
  • 8ca079f 4.0.2
  • 63c3643 fix: Reduce the required props for ResizableBox (#264)
  • b6b2c53 docs(changelog): add 4.0.1 entry
  • ff0e4f4 4.0.1
  • 85226e4 fix: convert example to typescript to fix build; fit locked aspect ratio with...
  • c017399 chore: remove stray .claude/commands/goal.md
  • ff4f1bb 4.0.0
  • 5cde977 Merge branch '2026-05-typescript-conversion' into master
  • ab0bc4f chore(release): prep 4.0.0 — changelog, readme, CI, integration tests
  • c79b84b refactor(types): drop unnecessary as-any casts and loosen PropTypes validators
  • 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)

Bumps [react-resizable](https://github.com/react-grid-layout/react-resizable) from 3.2.0 to 4.0.2.
- [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.2.0...v4.0.2)

---
updated-dependencies:
- dependency-name: react-resizable
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Agentistics Aug 18, 2026
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

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant