Skip to content

Update dependency react-dropzone to v20 - #189

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v20.1.1

Compare Source

Bug Fixes

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 requested a review from a team as a code owner August 6, 2026 01:30
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

Unit Test Results

  1 files  ±0   24 suites  ±0   0s ⏱️ ±0s
170 tests ±0  170 ✅ ±0  0 💤 ±0  0 ❌ ±0 
175 runs  ±0  175 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 5895278. ± Comparison against base commit fb5b6d3.

This pull request removes 32 and adds 32 tests. Note that renamed tests count towards both.
entityTypeToCsv > CSV generation ‑ generates a CSV string covering a majority of cases together
entityTypeToCsv > CSV generation ‑ generates an empty CSV file for entity types with no columns
entityTypeToCsv > CSV generation ‑ handles joinsTo
getDataType > CSV generation ‑ returns correct data type for {"dataType":"arrayType","itemDataType":{"dataType":"stringType"}}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"arrayType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"booleanType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"custom-type"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"dateTimeType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"dateType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"enumType"}
…
entityTypeToCsv > CSV generation ‑ generates a CSV string covering a majority of cases together
entityTypeToCsv > CSV generation ‑ generates an empty CSV file for entity types with no columns
entityTypeToCsv > CSV generation ‑ handles joinsTo
getDataType > CSV generation ‑ returns correct data type for {"dataType":"arrayType","itemDataType":{"dataType":"stringType"}}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"arrayType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"booleanType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"custom-type"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"dateTimeType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"dateType"}
getDataType > CSV generation ‑ returns correct data type for {"dataType":"enumType"}
…

♻️ This comment has been updated with latest results.

@renovate
renovate Bot force-pushed the renovate/react-dropzone-20.x branch from 47657d2 to 26c2772 Compare August 12, 2026 11:53
@renovate
renovate Bot force-pushed the renovate/react-dropzone-20.x branch from 26c2772 to 5895278 Compare August 23, 2026 06:48
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants