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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-dnd from 7.4.5 to 10.0.2 #2885

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps react-dnd from 7.4.5 to 10.0.2.

Release notes

Sourced from react-dnd'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's changelog.

10.0.2 (2019-12-07)

10.0.1 (2019-12-07)

  • v10.0.1 (9b59c24)
  • fix(umd): update rollup configs to look for 'browser' field. Use upstream asap for now (#1684) (2d63a4f), closes #1684 #1652
  • docs: remove old links to TouchBackend (6ac18e1), closes #1661

10.0.0 (2019-12-07)

  • Breaking Change: Use CommonJS by default (#1683) (9efbb6b), closes #1683
  • Replace asap with @​react-dnd/asap (#1634) (4719a6f), closes #1634
  • Replace invariant dependency with @​react-dnd/invariant (#1632) (03b3820), closes #1632
  • v10.0.0 (6aa1fb1)
  • docs(site): correct examples import (8aacb15)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin from 2.9.0 to 2.10.0 (9d8e5a1)
  • build(deps-dev): bump @​typescript-eslint/parser from 2.9.0 to 2.10.0 (2147a13)
  • build(deps-dev): bump alex from 8.0.1 to 8.1.0 (dd952ea)
  • build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (e8d7d87)
  • build(deps-dev): bump eslint-plugin-react from 7.16.0 to 7.17.0 (b50e1e2)
  • build(deps-dev): bump lint-staged from 9.4.3 to 9.5.0 (da876e9)
  • build(deps-dev): bump rollup from 1.27.5 to 1.27.8 (7b9e441)
  • build(deps-dev): bump typescript from 3.7.2 to 3.7.3 (97b0f5d)
  • build(deps): bump @​types/faker from 4.1.7 to 4.1.8 (8090f41)
  • build(deps): bump @​types/react from 16.9.13 to 16.9.14 (96b6ef4)
  • build(deps): bump @​types/react from 16.9.14 to 16.9.15 (2188936)
  • build(deps): bump gatsby from 2.18.3 to 2.18.4 (e78390a)
  • build(deps): bump gatsby from 2.18.4 to 2.18.5 (5df11f2)
  • build(deps): bump gatsby from 2.18.5 to 2.18.6 (9250eaf)
  • build(deps): bump gatsby from 2.18.6 to 2.18.7 (aa96480)
  • build(deps): bump gatsby-image from 2.2.33 to 2.2.34 (a4f9382)
  • build(deps): bump gatsby-plugin-manifest from 2.2.29 to 2.2.30 (413d918)
  • build(deps): bump gatsby-plugin-manifest from 2.2.30 to 2.2.31 (62e3b35)
  • build(deps): bump gatsby-plugin-offline from 3.0.23 to 3.0.24 (cce5eb3)
  • build(deps): bump gatsby-plugin-offline from 3.0.24 to 3.0.25 (ad1feb3)
  • build(deps): bump gatsby-plugin-offline from 3.0.25 to 3.0.26 (550bef2)
  • build(deps): bump gatsby-plugin-offline from 3.0.26 to 3.0.27 (540ab60)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.15 to 3.1.16 (2c2add1)
  • build(deps): bump gatsby-plugin-sharp from 2.3.3 to 2.3.4 (45a0293)
  • build(deps): bump gatsby-plugin-sharp from 2.3.4 to 2.3.5 (7389c50)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.13 to 3.1.14 (81c96ee)
  • build(deps): bump gatsby-plugin-typescript from 2.1.19 to 2.1.20 (164acaa)
  • build(deps): bump gatsby-plugin-typography from 2.3.17 to 2.3.18 (d7e3daa)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.18 to 2.1.19 (6475b18)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.30 to 2.1.31 (0b50802)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.15 to 4.1.16 (a6ab05c)
  • build(deps): bump gatsby-remark-images from 3.1.33 to 3.1.34 (1372a9e)

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


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)

Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 7.4.5 to 10.0.2.
- [Release notes](https://github.com/react-dnd/react-dnd/releases)
- [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md)
- [Commits](react-dnd/react-dnd@v7.4.5...v10.0.2)

---
updated-dependencies:
- dependency-name: react-dnd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2022
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

0 participants