GroceriStar / shoplist-blocks-component

0 stars 1 forks source link

Bump react-dnd-html5-backend from 8.0.2 to 10.0.2 #273

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps react-dnd-html5-backend from 8.0.2 to 10.0.2.

Release notes *Sourced from [react-dnd-html5-backend's releases](https://github.com/react-dnd/react-dnd/releases).* > ## 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](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/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](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1683)) > > ## Patch > The touch-backend has been updated to work-around iOS 13.x eventing issues ([#1631](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1631)) (thanks [@​zhusee2](https://github.com/zhusee2)!) > > ## v9.5.1 > ## Patch > * Remove syntheticDefaultImport usage of react in react-dnd ([#1629](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1629)) thanks [@​sandersn](https://github.com/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](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1577)), thanks [@​maclockard](https://github.com/maclockard) > * HTML5Backend: Make file metadata available on dragstart event ([#1610](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1610)), thanks [@​LeopoldLerch](https://github.com/LeopoldLerch) > * TestBackend: Add DragDropManager accessor to TestBackend ([#1564](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1564)), thanks [@​ezr-ondrej](https://github.com/ezr-ondrej) > > ## Patch Changes > * Improve UMD builds to conform to browserslist support target, add some basic UMD verification tests > > ## v9.4.0 > ## Minor > - UMD builds are now shipped with the _react-dnd_, _react-dnd-html5-backend_, and _react-dnd-touch-backend_ packages in addition to _react-dnd-umd-builds_ > > ## Patch > - Added refcounting to the DndProvider component. If the DndProvider is unmounted, the manager instance will be cleared out of the global context. > > ## CJS Corrections > ## Patch > Apologies for the rapid series of patches - there was an error in the release process that was causing some of the processing of the CommonJS libraries to not function correctly. > > ## v9.3.4 Release > ## Patch > > * (Typings) - Add getTargetIds to DragSourceMonitor interface declaration ([#1478](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1478)) > * Replace for..of statements with other looping semantics for older browser support ([#1428](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1428) > * Add an isomorphic useLayoutEffect implementation for SSR ([#1497](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1497)) > * Correct DragPreview connection logic for chainable connector functions ([#1500](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1500)) > > ## Fix CommonJS Entrypoints > ## Libraries > - dnd-core-cj > ... (truncated)
Changelog *Sourced from [react-dnd-html5-backend's changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md).* > # [](https://github.com/react-dnd/react-dnd/compare/v9.5.1...v) (2019-11-26) > > ## [9.5.1](https://github.com/react-dnd/react-dnd/compare/v9.5.0...v9.5.1) (2019-11-26) > > ### patch > > - Remove syntheticDefaultImport usage of react in react-dnd ([#1629](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1629)) > > ### build > > - add test to release script ([c82797d](https://github.com/react-dnd/react-dnd/commit/c82797d73a3060a5d2362d01a115c5ddbc68d333)) > - update bash scripts to emit errors ([#1630](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1630)) ([65f343f](https://github.com/react-dnd/react-dnd/commit/65f343f3c7012089e066f651fe706daa2d5f37eb)), closes [#1630](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1630) > > ### chore > > - tsconfig updates' ([dee71e0](https://github.com/react-dnd/react-dnd/commit/dee71e0b0e1fbbe6ccdafa5e68ae6c02e860e11f)) > > # [9.5.0](https://github.com/react-dnd/react-dnd/compare/v9.4.0...v9.5.0) (2019-11-25) > > ### build > > - add codecov step to ci ([#1619](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1619)) ([9e3bdca](https://github.com/react-dnd/react-dnd/commit/9e3bdca766eea7017df9ea65953a725c1120e4c5)), closes [#1619](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1619) > - parallelize some build tasks ([#1606](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1606)) ([9edc60d](https://github.com/react-dnd/react-dnd/commit/9edc60d7c94df7b52bac5c258bd46a32c6f5aef6)), closes [#1606](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1606) > - remove release_docs script, add release_canary script ([fba55c2](https://github.com/react-dnd/react-dnd/commit/fba55c286d3a9bac7abdb0547246f32a7358df13)) > > ### chore > > - remove gh-pages dependency ([ae3f2c0](https://github.com/react-dnd/react-dnd/commit/ae3f2c00d3dca494922701fb249a0ca573772c51)) > - run prettier on source files ([c331998](https://github.com/react-dnd/react-dnd/commit/c331998305c0e0f798b406f6aded7635ee9865e0)) > - update changelog ([080df3f](https://github.com/react-dnd/react-dnd/commit/080df3f3e3b3971b8fef548d13d054e5860f791f)) > > ### docs > > - add alex for tonal linting ([#1611](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1611)) ([d45f55f](https://github.com/react-dnd/react-dnd/commit/d45f55f9ead7e606045a07b1258aa9a692a6e76e)), closes [#1611](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1611) > - add build_site script to docsite ([a047bf7](https://github.com/react-dnd/react-dnd/commit/a047bf7503290fbe712300f70243d0b65f85be15)) > - add github action to merge dependabot PRs ([#1617](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1617)) ([2cb2bc9](https://github.com/react-dnd/react-dnd/commit/2cb2bc98a84a90144c7e4205472b660806f42729)), closes [#1617](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1617) > - add spelling verification to the linting process ([#1546](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1546)) ([704245d](https://github.com/react-dnd/react-dnd/commit/704245d47892f9d465b1b4465203f5c8464eb5a7)), closes [#1546](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1546) > > ### feat > > - declared packages side effects free ([#1577](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1577)) ([0ad2e58](https://github.com/react-dnd/react-dnd/commit/0ad2e58364e2fa461448c6ce38cb8f73fdb2ceb9)), closes [#1577](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1577) > > ### fix > > - filemetadata available on dragstart ([#1610](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1610)) ([1b5c2a3](https://github.com/react-dnd/react-dnd/commit/1b5c2a324ea85f48721738e31556babc4aa80ec0)), closes [#1610](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1610) > > # [9.4.0](https://github.com/react-dnd/react-dnd/compare/v9.3.9...v9.4.0) (2019-09-20) > > ### docs > > ... (truncated)
Commits - [`5d16ab0`](https://github.com/react-dnd/react-dnd/commit/5d16ab043eb83d49c5b6964ce276d0a6c15210d5) v10.0.2 - [`ada6555`](https://github.com/react-dnd/react-dnd/commit/ada65550b758a5de44b810a7b68753e7eaee24ac) build: use updated react-dnd/asap ([#1685](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1685)) - [`9b59c24`](https://github.com/react-dnd/react-dnd/commit/9b59c2499ce3988eb42f01c9c929c6e9220d3ecc) v10.0.1 - [`2d63a4f`](https://github.com/react-dnd/react-dnd/commit/2d63a4f89b8f0f54c0660a6b38e66984d4e0096c) fix(umd): update rollup configs to look for 'browser' field. Use upstream asa... - [`6ac18e1`](https://github.com/react-dnd/react-dnd/commit/6ac18e14dd1326c8f7a241ad0b376f49e08d8ce2) docs: remove old links to TouchBackend - [`6aa1fb1`](https://github.com/react-dnd/react-dnd/commit/6aa1fb15bd65e06e32ee2d43fa73f76d4822211f) v10.0.0 - [`8aacb15`](https://github.com/react-dnd/react-dnd/commit/8aacb15dbe93a563cf7d96308b6fc0ddea0eda9a) docs(site): correct examples import - [`9efbb6b`](https://github.com/react-dnd/react-dnd/commit/9efbb6b4508336d086b72fd327c18754030c1052) Breaking Change: Use CommonJS by default ([#1683](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1683)) - [`aa96480`](https://github.com/react-dnd/react-dnd/commit/aa964802268c97999a111336686a7fd44030e873) build(deps): bump gatsby from 2.18.6 to 2.18.7 - [`540ab60`](https://github.com/react-dnd/react-dnd/commit/540ab60c4b74a5959dcf8bd520b26623a47a6fde) build(deps): bump gatsby-plugin-offline from 3.0.26 to 3.0.27 - Additional commits viewable in [compare view](https://github.com/react-dnd/react-dnd/compare/v8.0.2...v10.0.2)


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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #305.