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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump react-dnd from 9.3.2 to 11.1.3 #206

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2020

Bumps react-dnd from 9.3.2 to 11.1.3.

Release notes

Sourced from react-dnd's releases.

v11.1.3

Patch

Update .npmignore files so that tsbuildinfo files are not included in publication. This reduces package sizes.

v11.1.2

Patch

TouchBackend bug fix with _getDropTargetId (#2507)

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!)

Changelog

Sourced from react-dnd's changelog.

(2020-05-27)

11.1.2 (2020-05-27)

docs

11.1.1 (2020-05-26)

build

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
  • remove circular dependencies (#2491) (52eaace), closes #2491
  • update wrapInTestContext to expose getManager() method (#1570) (4ad004c), closes #1570

10.0.2 (2019-12-07)

build

10.0.1 (2019-12-07)

docs

10.0.0 (2019-12-07)

chore

fix

  • patch TouchBackend to solve e.targetTouches bug in iOS 13 (#1631) (f6286ca), closes #1631

9.5.1 (2019-11-26)

build

Commits
  • 32f16c0 v11.1.3
  • 929f123 fix: update npmignore files (#2524)
  • 62deef5 build(deps-dev): bump lint-staged from 10.2.6 to 10.2.7
  • c253db9 build(deps): bump gatsby from 2.22.11 to 2.22.12
  • 4489bda build(deps-dev): bump @babel/core from 7.10.0 to 7.10.1
  • 5fdafb9 build(deps-dev): bump @typescript-eslint/parser from 3.0.1 to 3.0.2
  • bd40091 build(deps-dev): bump @babel/preset-env from 7.10.0 to 7.10.1
  • 4f16bfc build(deps-dev): bump @babel/cli from 7.10.0 to 7.10.1
  • 2ab32b5 build(deps-dev): bump @babel/plugin-proposal-object-rest-spread from 7.10.0 t...
  • 3a486d6 build(deps-dev): bump @babel/plugin-proposal-class-properties
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 31, 2020
@MariaAga MariaAga self-requested a review August 31, 2020 13:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch from 4b28903 to 4b0449a Compare September 1, 2020 20:21
@sharvit sharvit force-pushed the master branch 3 times, most recently from 5789dea to 11123a9 Compare November 25, 2020 16:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch 2 times, most recently from a825863 to 48493e8 Compare November 30, 2020 17:58
@MariaAga MariaAga removed their assignment Dec 13, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch from 48493e8 to 71a9170 Compare December 15, 2020 13:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch from 71a9170 to a3d4435 Compare January 17, 2021 12:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch from a3d4435 to 88ab831 Compare January 29, 2021 01:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-dnd-11.1.3 branch from 88ab831 to 8f60a58 Compare February 7, 2021 10:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #273.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-dnd-11.1.3 branch March 15, 2021 05:42
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.

None yet

1 participant