GroceriStar / shoplist-blocks-component

0 stars 1 forks source link

Bump react-dnd from 8.0.2 to 9.0.0 #210

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-dnd from 8.0.2 to 9.0.0.

Release notes *Sourced from [react-dnd's releases](https://github.com/react-dnd/react-dnd/releases).* > ## v9.0.0 > ## Major > - Remove `DragDropContext` decorator. ([#1439](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1439)) > - Update BackendFactory function in `dnd-core` to accept a configuration object. ([#1439](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1439)) > - Construct the Backend outside of the `DragDropManagerImpl` class ([#1439](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1439)) > > ## Minor > - Add `react-dnd-touch-backend` library > - Update `DndProvider` to accept an 'options' prop with backend configuration > - Correct state staleness issues when using hooks-based API ([#1429](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1429), [#1437](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1437)) > > ## Patch > - Prevent starting a react-dnd drag operation if a dragstart event has it's default-prevented ([#1426](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1426)) > > ## DndProvider Bugfixes > ### Bugfixes > * The DndProvider component had been throwing errors if it was rendered multiple times because of the implicit singleton invariant of the HTML5Backend. To correct this, if a backend factory is passed to the DndProvider using ``, it will only create a singleton instance of the `DndContext` __per global context__. This means that to create a second backend for an iframe, one needs to use: > ``.
Commits - [`f591828`](https://github.com/react-dnd/react-dnd/commit/f591828f0ccaf70aa712785a8601017da2df4b45) v9.0.0 - [`a73227c`](https://github.com/react-dnd/react-dnd/commit/a73227c4512b083068a13f43e8527bbcdfa53240) Refactor Backend Startup ([#1439](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1439)) - [`36ae075`](https://github.com/react-dnd/react-dnd/commit/36ae07538ee1d11fa710bf21a8a3eecb730e40d5) Documentation: Add Touch Backend Flag ([#1438](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1438)) - [`707f4ae`](https://github.com/react-dnd/react-dnd/commit/707f4ae2d76b6133051942c4784aadc800bc3435) Add react-dnd-touch-backend ([#1425](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1425)) - [`d25a66f`](https://github.com/react-dnd/react-dnd/commit/d25a66f74888591123a78f7c31974112c2b59b57) docs: add the missing drop ref in tutorial ([#1415](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1415)) - [`3a70c80`](https://github.com/react-dnd/react-dnd/commit/3a70c801c7f17da1b43d001084ed339fec50ab37) fix: don't handle dragstart event if default is prevented ([#1426](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1426)) - [`a1fbcd2`](https://github.com/react-dnd/react-dnd/commit/a1fbcd2ea73d852d9debedd9621bf99c812271dc) Task/use layout effects for registration ([#1437](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1437)) - [`ce58e73`](https://github.com/react-dnd/react-dnd/commit/ce58e73e00a69f5d7e6dff1336e35c0c1d3f4648) docs: Fix end callback arguments of useDrag hook ([#1432](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1432)) - [`384580c`](https://github.com/react-dnd/react-dnd/commit/384580c507c9344319d9a9af1c57f5e30ad7e985) fix: stale state in useMonitorOutput ([#1430](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1430)) - [`c5cc337`](https://github.com/react-dnd/react-dnd/commit/c5cc337fc248e713a0c653a4918e74ebc29a6d70) fix: correct dynamic tsconfig files - Additional commits viewable in [compare view](https://github.com/react-dnd/react-dnd/compare/v8.0.2...v9.0.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #214.