GroceriStar / shoplist-blocks-component

0 stars 1 forks source link

Bump react-dnd-html5-backend from 8.0.2 to 9.5.1 #270

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 9.5.1.

Release notes *Sourced from [react-dnd-html5-backend's releases](https://github.com/react-dnd/react-dnd/releases).* > ## 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 > - react-dnd-html5-backend-cjs > - react-dnd-cjs > - react-dnd-test-backend-cjs > - react-dnd-test-utils-cjs > - react-dnd-touch-backend-cjs > - react-dnd-umd-builds > - react-dnd-test-utils > > # Patch > * Corrected the CommonJS ‘main’ fields. These were copied from the core libraries, but when the ‘main’ field changed to ‘dist/esm’, this became invalid. > * Added License Files to: > - react-dnd-touch-backend (LICENSE File Added) > - react-dnd-test-utils (LICENSE File Added) > > ## Bug Fixes & CRA Compatibility > ... (truncated)
Changelog *Sourced from [react-dnd-html5-backend's changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md).* > ## [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 > > - add a section on using react-app-rewired to override jest configuration ([a2922fe](https://github.com/react-dnd/react-dnd/commit/a2922fe4dbc1a1afb95d03b209c21732f67e32fe)) > > ... (truncated)
Commits - [`db9e93e`](https://github.com/react-dnd/react-dnd/commit/db9e93ee434fda1d4e0d599c75328aef3d858866) v9.5.1 - [`dee71e0`](https://github.com/react-dnd/react-dnd/commit/dee71e0b0e1fbbe6ccdafa5e68ae6c02e860e11f) chore: tsconfig updates' - [`c82797d`](https://github.com/react-dnd/react-dnd/commit/c82797d73a3060a5d2362d01a115c5ddbc68d333) build: add test to release script - [`36aecde`](https://github.com/react-dnd/react-dnd/commit/36aecde865a10d8b198af52954b3c52a64079fe9) Remove react synthetic default imports; improve build ([#1629](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1629)) - [`befe6c5`](https://github.com/react-dnd/react-dnd/commit/befe6c5e989e93164502148782d925f72cbb7d52) Update node-ci.yml - [`65f343f`](https://github.com/react-dnd/react-dnd/commit/65f343f3c7012089e066f651fe706daa2d5f37eb) build: update bash scripts to emit errors ([#1630](https://github-redirect.dependabot.com/react-dnd/react-dnd/issues/1630)) - [`d1ab259`](https://github.com/react-dnd/react-dnd/commit/d1ab2597b8302b0ca542fff62a0ca50c8b9ab60e) build(deps): bump gatsby-plugin-sharp from 2.3.2 to 2.3.3 - [`e41605a`](https://github.com/react-dnd/react-dnd/commit/e41605a711a95f1ce1985ffdfdeb7b40e08abbce) build(deps-dev): bump eslint from 6.7.0 to 6.7.1 - [`4a09e29`](https://github.com/react-dnd/react-dnd/commit/4a09e29399d438693aeb3fa3248ba8caf4693c75) build(deps-dev): bump rollup from 1.27.4 to 1.27.5 - [`33b71c0`](https://github.com/react-dnd/react-dnd/commit/33b71c0390b090f5f74a3f9437b4ddc64ea62430) chore(build): update changelog - Additional commits viewable in [compare view](https://github.com/react-dnd/react-dnd/compare/v8.0.2...v9.5.1)


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 #273.