Skip to content

Update dependency react-dropzone to v20 - #344

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-dropzone-20.x
Open

Update dependency react-dropzone to v20#344
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-dropzone-20.x

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-dropzone ^14.3.8^20.0.0 age confidence

Release Notes

react-dropzone/react-dropzone (react-dropzone)

v20.1.1

Compare Source

v20.1.0

Compare Source

Features
  • expose drag file rejections (01d967c)

v20.0.0

Compare Source

  • feat!: drop Node 20, upgrade jsdom to v30 (01fc05c)
BREAKING CHANGES
  • minimum supported Node.js is now 22

v19.3.0

Compare Source

Features

v19.2.0

Compare Source

Features

v19.1.1

Compare Source

Bug Fixes
  • ignore drops on the dropzone while the file dialog is open (closes #​1455) (4599a84)

v19.1.0

Compare Source

Features
  • support async validator (ec2af85)

v19.0.2

Compare Source

Bug Fixes
  • detect dragged files via items kind when types omit Files (#​1409) (c678d38)

v19.0.1

Compare Source

Bug Fixes
  • hide file input in-flow to prevent scroll jump (fixes #​1413) (d1d290c)

v19.0.0

Compare Source

BREAKING CHANGES
  • acceptedFiles/onDropAccepted now returns the in-limit
    files that were previously rejected wholesale.

v18.3.0

Compare Source

Features

v18.2.2

Compare Source

Bug Fixes
  • prevent browser opening files dropped on disabled/noDrag dropzone (fixes #​1362) (2b8dcfb)

v18.2.1

Compare Source

Bug Fixes
  • fall back to native input when the file picker is blocked (closes #​1429) (e8242fd)

v18.2.0

Compare Source

Features

v18.1.0

Compare Source

Features
  • format file size errors as human-readable units (58bd949)

v18.0.2

Compare Source

Bug Fixes

v18.0.1

Compare Source

Bug Fixes
  • enforce extensions paired with wildcard MIME types, closes #​1220 (e130754)

v18.0.0

Compare Source

  • feat!: upgrade file-selector to v4 (f90eb4a)
BREAKING CHANGES
  • FileWithPath now requires path/relativePath, so a plain File is no longer assignable — type onDrop handlers as File[]. The full extension-to-MIME table is no longer bundled; pass COMMON_MIME_TYPES from file-selector/mime via getFilesFromEvent to restore it.

v17.0.0

Compare Source

  • refactor!: migrate source to TypeScript, drop prop-types & defaultProps (db262aa)
BREAKING CHANGES
  • Requires React >= 18. prop-types and defaultProps are
    removed in favor of TypeScript types and default parameter values; the
    hand-written typings are replaced by declarations generated from source.

v16.0.0

Compare Source

  • chore!: adopt oxc toolchain (tsdown/oxlint/oxfmt/vitest) + Vocs docs (ac5c085)
BREAKING CHANGES
  • drops the UMD build and dist/es/; the package is now ESM + CJS (dist/index.js / dist/index.cjs) with "type": "module" and an exports map. CDN/script-tag consumers and deep imports of the old paths must migrate. Requires Node >= 20 to build.

v15.0.0

Compare Source

  • fix!: reset isDragReject after drop (c9d1c31)
BREAKING CHANGES
  • isDragReject only reflects active drag state and is cleared after drop. Use fileRejections or onDropRejected/onDrop for post-drop rejection UI.

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-beautiful-dnd@13.1.1
npm error Found: react@19.2.4
npm error node_modules/react
npm error   react@"19.2.4" from the root project
npm error   peer react@">=16.8.0" from @emotion/react@11.14.0
npm error   node_modules/@emotion/react
npm error     @emotion/react@"^11.14.0" from the root project
npm error     peer @emotion/react@"^11.0.0-rc.0" from @emotion/styled@11.14.1
npm error     node_modules/@emotion/styled
npm error       @emotion/styled@"^11.14.1" from the root project
npm error       4 more (@mui/lab, @mui/material, @mui/styled-engine, @mui/system)
npm error     5 more (@mui/lab, @mui/material, @mui/styled-engine, ...)
npm error   29 more (@emotion/styled, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.5 || ^17.0.0 || ^18.0.0" from react-beautiful-dnd@13.1.1
npm error node_modules/react-beautiful-dnd
npm error   react-beautiful-dnd@"^13.1.1" from the root project
npm error
npm error Conflicting peer dependency: react@18.3.1
npm error node_modules/react
npm error   peer react@"^16.8.5 || ^17.0.0 || ^18.0.0" from react-beautiful-dnd@13.1.1
npm error   node_modules/react-beautiful-dnd
npm error     react-beautiful-dnd@"^13.1.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-20T05_38_50_185Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-20T05_38_50_185Z-debug-0.log

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
adminv2 Canceled Canceled Aug 20, 2026 5:57am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants