Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-dnd-html5-backend from 7.7.0 to 11.1.1 #271

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 26, 2020

Bumps react-dnd-html5-backend from 7.7.0 to 11.1.1.

Release notes

Sourced from react-dnd-html5-backend's releases.

v11.1.0

Minor

  • Add getDecoratedComponent() method to wrapInTestContext imperative API. (#2488)

Patch

  • Improve typings of wrapInTestContext(#2486)
  • Eliminate module cycles in react-dnd (#2491)

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

v10.0.2

Patch

dnd-core: Use updated version @react-dnd/asap with browser variant support, this allows us to drop syntheticDefaultImports in dnd-core.

v10.0.1

Patch

Fix UMD builds - our fork of ASAP was being brought in with node-specific code, breaking UMD builds. Using the canonical version of ASAP until we update our fork (#1684 )

v10.0.0

Major

The package.type=module setting has been removed. This proved to be a major pain point for users, and was technically problematic at this time. We will eventually ship with package.type=module when NodeJS 12 drops out of maintenance and all of our dependencies ship ESM. (#1683)

Patch

The touch-backend has been updated to work-around iOS 13.x eventing issues (#1631) (thanks @zhusee2!)

v9.5.1

Patch

  • Remove syntheticDefaultImport usage of react in react-dnd (#1629) thanks @sandersn . Fully removing syntheticDefaultImport from react-dnd is a WIP. We will need pure ESM versions of asap and hoist-non-react-statics. Ideally invariant and shallowequal would have ESM builds available as well, but there are forked ESM variants of these packages.

v9.5.0

Minor Changes

  • Declare packages side-effect free for tree-shaking (#1577), thanks @maclockard
... (truncated)
Commits
  • e036601 v11.1.1
  • 4c0e847 TouchBackend - impossible to drop item (#2499)
  • 55957e3 build(deps): bump gatsby from 2.22.9 to 2.22.10
  • c200ef4 build(deps): bump styled-components from 5.1.0 to 5.1.1
  • 902e926 build(deps-dev): bump @typescript-eslint/eslint-plugin
  • 8b00657 build(deps-dev): bump @typescript-eslint/parser from 3.0.0 to 3.0.1
  • 8ae8813 Release/v11 1 0 (#2492)
  • 52eaace fix: remove circular dependencies (#2491)
  • c452af2 Update utils.tsx (#2488)
  • af84889 build: update dependabot if statement (#2490)
  • 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 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)

@vercel
Copy link

vercel bot commented May 26, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/react-component/tabs/r85tfc9io
✅ Preview: https://tabs-git-dependabot-npmandyarnreact-dnd-html5-backend-1111.react-component.now.sh

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-dnd-html5-backend-11.1.1 branch from 884753d to 3b58d04 Compare May 28, 2020 09:21
@dependabot-preview
Copy link
Contributor Author

Superseded by #274.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-dnd-html5-backend-11.1.1 branch May 29, 2020 21:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants