Skip to content

Bump react-beautiful-dnd from 2.6.4 to 13.1.1#268

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-beautiful-dnd-13.1.1
Open

Bump react-beautiful-dnd from 2.6.4 to 13.1.1#268
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-beautiful-dnd-13.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-beautiful-dnd from 2.6.4 to 13.1.1.

Release notes

Sourced from react-beautiful-dnd's releases.

v13.1.1

  • Adds react v18 to the list of supported react versions via peerDependency.
  • Various dependency bumps
  • Various changes to documentation

v13.1.0

Features

You can now import default sensors as useMouseSensor, useKeyboardSensor, or useTouchSensor for individual reuse via sensors prop – Thanks @​vladmoroz

React 17 is now supported 🎉 – Thanks @​100terres

Fixes

Removed redundant event listener – Thanks @​hodovani

Misc

Various improvements to the docs and examples – Thanks @​theBstar @​Ardeshir81 @​hednowley @​RavenAlly @​alexbudure @​vkentta @​johnrees @​agilatakishiyev @​petyosi @​inokawa @​ToriK17 @​paulshen @​ValentinH @​featherbear @​GarrisonJ

Documentation is now available in Greek 🇬🇷 – Thanks @​hdks55l

Story source code is now visible in Storybook – Thanks @​2stash

Various internal changes – Thanks @​ValentinH

13.0.0

release banner image

📷 Cover photo by Matheus Ferrero on Unsplash

🎧 Release soundtrack: Colder Heavens - Blanco White

Highlights

  • 🛠 Babel changes: no more unintentional polyfilling!
  • ♿️ More reliable on focus messaging. Verified on VoiceOver, JAWS and NVDA screen readers

This is a low risk breaking version. It is essentially a bug fix release with some API changes. You might need to make some changes if you were unintentionally relying on our unexpected polyfilling, or if you are overriding our default screen reader messaging, then there will be some stuff for you to do.

Babel

This has been marked this as a breaking change 💥 as consumers might have been unknowingly relying on polyfills in rbd as a side effect 😲. This is a very low risk breaking change

We have moved from @babel/runtime-corejs2 to @babel/runtime #1629. rbd aims to never polyfill anything - it should only use ponyfills (This should be the position of most libraries!) Sadly, choosing to use corejs2 meant that rbd did do polyfilling. We have now fixed this. Moving to @babel/runtime also saved a few kbs which is nice too.

... (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 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-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) from 2.6.4 to 13.1.1.
- [Release notes](https://github.com/atlassian/react-beautiful-dnd/releases)
- [Changelog](https://github.com/atlassian/react-beautiful-dnd/blob/master/CHANGELOG.md)
- [Commits](atlassian/react-beautiful-dnd@v2.6.4...v13.1.1)

---
updated-dependencies:
- dependency-name: react-beautiful-dnd
  dependency-version: 13.1.1
  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 Jun 11, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 11, 2026 03:03
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.

0 participants