Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react-dnd from 10.0.2 to 11.0.0.

Release notes

Sourced from react-dnd's releases.

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

  • Expose internal hook useDragDropManager at top level
  • Add profiling function to backend interface
  • Make handler functions public on backends

Patch Changes

  • Correct memory leak in drag previews (#2423)
  • Improve and correct typings
Changelog

Sourced from react-dnd's changelog.

11.0.0 (2020-05-24)

Breaking Changes

  • Change Backend exports from default exports to named exports. Update module structure in general to minimize usage of default exports.

build

docs

  • update backend import documentation (92ce39b)

fix

  • correct issue with example generation due to example structure refactoring (#2480) (efc251b), closes #2480
  • do not cancel touch events if they are non-cancelable (#2190) (1b4019e), closes #2190
  • update wrapInTestContext to expose getManager() method (#1570) (4ad004c), closes #1570
Commits
  • 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 refactori...
  • 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
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 25, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #21.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-dnd-11.0.0 branch May 27, 2020 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants