Update react-dnd to the latest version 🚀 #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
Find out how to migrate to Snyk at greenkeeper.io
There have been updates to the react-dnd monorepo:
devDependency
react-dnd-test-backend was updated from7.7.0
to11.0.0
.These versions are not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
This monorepo update includes releases of one or more dependencies which all belong to the react-dnd group definition.
Publisher: darthtrevino
License: MIT
Release Notes for v11.0.0
Breaking Changes
Update Backends to use named exports for BackendFactory functions instead of default exports.
e.g.
import HTML5Backend from 'react-dnd-html5-backend
👇
import { HTML5Backend } from 'react-dnd-html5-backend
In general, throughout the app we've minimized the usage of default exports as well. They interfere with type correctness and screw with UMD builds (e.g. having to scrape a
.default
property off of a UMD global).Minor Changes
useDragDropManager
at top levelPatch Changes
Commits
The new version differs by 935 commits ahead by 935, behind by 2.
418cb25
v11.0.0
47e9342
Merge branch 'master' into release/v_11_0_0
92ce39b
docs: update backend import documentation
efc251b
fix: correct issue with example generation due to example structure refactoring (#2480)
4e57a34
Release Prep Cleanup (#2478)
5c4a0e5
Update Regression Examples in Documentation (#2477)
512bf2b
Add a profile() function to Backend interface (#2476)
a236325
build(deps): bump gatsby-remark-autolink-headers from 2.3.1 to 2.3.3
c8bf8b8
build(deps): bump gatsby-plugin-manifest from 2.4.2 to 2.4.9
c3524e0
build(deps): bump gatsby-plugin-typography from 2.5.1 to 2.5.2
8791734
build(deps): bump gatsby-image from 2.4.3 to 2.4.5
bd7e713
build(deps-dev): bump lint-staged from 10.2.4 to 10.2.6
0e181ec
build(deps): bump gatsby-plugin-sharp from 2.6.2 to 2.6.9 (#2472)
31b0b22
build(deps): bump gatsby-remark-embed-snippet from 4.3.1 to 4.3.2 (#2473)
7cab802
build(deps): bump gatsby-plugin-react-helmet from 3.3.1 to 3.3.2 (#2466)
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴