Skip to content

fix(deps): update dependency react-dropzone to v14 - #305

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

fix(deps): update dependency react-dropzone to v14#305
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-dropzone-14.x

Conversation

@renovate

@renovate renovate Bot commented Apr 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-dropzone 11.7.1 -> 14.3.8 age adoption passing 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.

@netlify

netlify Bot commented Apr 3, 2025

Copy link
Copy Markdown

Deploy Preview for diegomais-rocketbox ready!

Name Link
🔨 Latest commit 452ffbc
🔍 Latest deploy log https://app.netlify.com/sites/diegomais-rocketbox/deploys/67eef4f7d7b2060008b2cb2a
😎 Deploy Preview https://deploy-preview-305--diegomais-rocketbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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