Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Change Age Confidence
react-dropzone ^11.0.0 -> ^14.0.0 age confidence

Release Notes

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

v14.3.8

Compare Source

Bug Fixes
  • event_type: 🎨 Update drop event type to include FileSystemFileHandle (d6911c9)

v14.3.7

Compare Source

Bug Fixes
  • make ESM build compatible with native Node.js (2016879)

v14.3.6

Compare Source

Bug Fixes
  • types: fix React 19 incompatible JSX type import (356d9d5)

v14.3.5

Compare Source

Bug Fixes

v14.3.4

Compare Source

Bug Fixes

v14.3.3

Compare Source

Bug Fixes

v14.3.2

Compare Source

Bug Fixes

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.10

Compare Source

Bug Fixes
  • fix exports declaration (53bba3a)

v14.2.9

Compare Source

Bug Fixes
  • disable file access API by default (c0255d5)

v14.2.8

Compare Source

Bug Fixes
  • revert min node version to 10.13 (d1ae54d)

v14.2.7

Compare Source

Bug Fixes

v14.2.6

Compare Source

Bug Fixes
  • ensure package works as a module (2471dd9)

v14.2.5

Compare Source

Bug Fixes
  • ensure proper readonly arrays for types (d7799eb)

v14.2.4

Compare Source

Bug Fixes
  • add path to acceptedFiles and fileRejections (960c6d3)

v14.2.3

Compare Source

Bug Fixes

v14.2.2

Compare Source

Bug Fixes
  • allow {accept} file selection w/o using the OS options (8127759)

v14.2.1

Compare Source

Bug Fixes
  • call onError if FS access API fails in secure ctx (a2039fd)

v14.2.0

Compare Source

Features
  • bump file-selector to v0.6 (239dd29)

v14.1.2

Compare Source

Bug Fixes
  • add missing onError type (7aff9a5)

v14.1.1

Compare Source

Bug Fixes
  • apply custom validator on {isDragAccept,isDragReject} (2d33fdf)

v14.1.0

Compare Source

Features

v14.0.1

Compare Source

Bug Fixes

v14.0.0

Compare Source

Features
BREAKING CHANGES
  • the {draggedFiles} prop on the returned hook state has been removed and the accept/reject state is only computed on drag enter and drop.

v13.0.0

Compare Source

Features
  • add {onError} cb to allow users to handle errors (9134893)
  • allow passing file ext. to the file picker options and close #​1141 (58976f4)
BREAKING CHANGES
  • The {accept} prop will now require an object instead of a string or array of strings:

Before:

useDropzone({
  accept: ".jpeg,.png"
  // accept: [".jpeg", ".png"]
})

After:

useDropzone({
  accept: {
    "image/*": [".jpeg", ".png"]
  }
})

v12.1.0

Compare Source

Features
  • deps: bump file-selector from 0.4.0 to 0.5.0 (2a71cc9)

v12.0.6

Compare Source

Bug Fixes
  • remove autocomplete for file input type (5bc4273)

v12.0.5

Compare Source

Bug Fixes
  • use KeyboardEvent.key to detect space/enter events (67e3f59)

v12.0.4

Compare Source

Bug Fixes

v12.0.3

Compare Source

Bug Fixes
  • fallback to input click to open the file picker (dbaec3f)

v12.0.2

Compare Source

Bug Fixes
  • do not use FS access API if code is not in secure context (8eb49d4)

v12.0.1

Compare Source

Bug Fixes
  • add useFsAccessApi type (df8a9b4)

v12.0.0

Compare Source

Features
  • enable file system access API by default (a034252)
BREAKING CHANGES

Configuration

📅 Schedule: 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 force-pushed the renovate/react-dropzone-14.x branch from fb80c66 to df34f64 Compare August 10, 2025 12:54
@renovate renovate bot force-pushed the renovate/react-dropzone-14.x branch from df34f64 to a3715a0 Compare August 31, 2025 13:34
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.

1 participant