Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump react-dnd-html5-backend from 7.4.4 to 10.0.2 #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

Sourced from react-dnd-html5-backend's 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 )

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

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)
  • Replace for..of statements with other looping semantics for older browser support (#1428
  • Add an isomorphic useLayoutEffect implementation for SSR (#1497)
  • Correct DragPreview connection logic for chainable connector functions (#1500)

Fix CommonJS Entrypoints

Libraries

  • dnd-core-cj
... (truncated)
Changelog

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

(2019-11-26)

9.5.1 (2019-11-26)

patch

  • Remove syntheticDefaultImport usage of react in react-dnd (#1629)

build

chore

9.5.0 (2019-11-25)

build

chore

docs

feat

fix

9.4.0 (2019-09-20)

docs

... (truncated)
Commits
  • 5d16ab0 v10.0.2
  • ada6555 build: use updated react-dnd/asap (#1685)
  • 9b59c24 v10.0.1
  • 2d63a4f fix(umd): update rollup configs to look for 'browser' field. Use upstream asa...
  • 6ac18e1 docs: remove old links to TouchBackend
  • 6aa1fb1 v10.0.0
  • 8aacb15 docs(site): correct examples import
  • 9efbb6b Breaking Change: Use CommonJS by default (#1683)
  • aa96480 build(deps): bump gatsby from 2.18.6 to 2.18.7
  • 540ab60 build(deps): bump gatsby-plugin-offline from 3.0.26 to 3.0.27
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)

Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 7.4.4 to 10.0.2.
- [Release notes](https://github.com/react-dnd/react-dnd/releases)
- [Changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md)
- [Commits](react-dnd/react-dnd@v7.4.4...v10.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants