philschatz / gh-board

:octocat: "Serverless" Kanban for GitHub Issues using gh-pages

Home Page:http://philschatz.github.io/gh-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of react-dnd is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 2.2.4 of react-dnd just got published.

Branch Build failing 🚨
Dependency react-dnd
Current Version 2.2.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As react-dnd is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Version 2.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Version 2.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Version 2.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Version 2.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.5.2
  • Add React@16 to peer-dependencies to react-dnd
  • Remove react-dnd peer-dependency from HTML5Backend
  • Improve iframe detection

Version 2.5.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.5.3
  • Correct SPDX license fields in the packages. The LICENSE files have always been BSD-3-Clause, but the license field was set to "MIT".
  • The peerDependency on "react" is set to "*" in the react-dnd package, but 16.x is installed for development.
  • This doesn't affect the packages, but the documentation was using some deprecated react/lib modules, and the react-hot-loader needed to be updated.

Version 2.5.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Version 2.5.4
  • Fixes an issue in the DragDropContextProvider where the backend was created on every render (#859) - thanks @WearyMonkey
  • Avoids using refs with StatelessFunctionalComponents (#898) - thanks @knowbody

Version 2.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.6.0
  • New Feature: Passing Derivative Props to DragLayer to minimize render cycles (#979).
  • HTML5 Backend Firefox Fixes
    • #970 - Removes some hacks that are no longer necessary.
    • #928 - Fixes a Firefox error where react-dnd was not functioning due to event firing sequences.
  • Community documentation updates
  • Use Yarn workspaces
  • Move documentation into a sub-package