Skip to content

Bump dropzone from 4.3.0 to 5.7.2#21

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dropzone-5.7.2
Open

Bump dropzone from 4.3.0 to 5.7.2#21
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dropzone-5.7.2

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps dropzone from 4.3.0 to 5.7.2.

Release notes

Sourced from dropzone's releases.

v5.7.0

  • Cleanup the SVGs used to remove IDs and sketch attributes Since SVGs are duplicated this resulted in duplicate IDs being used.
  • Add a dedicated displayExistingFile method to make it easier to display server files.
  • Fix an error where chunked uploads don't work as expected when transforming files before uploading.
  • Make the default text a button so it's discoverable by keyboard.

v5.6.1

See CHANGELOG for details

v5.6.0

See CHANGELOG for details.

v5.5.0

See CHANGELOG for details.

v5.4.0

See CHANGELOG for details.

v5.2.0

This Version introduces chunked uploads and is the switch from CoffeeScript to ES6.

Changelog

Sourced from dropzone's changelog.

5.7.2

  • Base the calculation of the chunks to send on the transformed files
  • Properly display seconds (instead of ms) in error message when timeout is reached
  • Properly handle it when options.method is a function (there was a bug, which always assumed that it was a String) (thanks to @almdac)
  • Fix orientation on devices that already handle it properly (thanks to @nosegrind)
  • Handle additionalParams when they are an Array the way it's expected (thanks to @wiz78)
  • Check for string in error message type instead of String (thanks to @RuQuentin)

5.7.1

  • Fix issue with IE (thanks to @Bjego)

5.7.0

  • Cleanup the SVGs used to remove IDs and sketch attributes Since SVGs are duplicated this resulted in duplicate IDs being used.
  • Add a dedicated displayExistingFile method to make it easier to display server files.
  • Fix an error where chunked uploads don't work as expected when transforming files before uploading.
  • Make the default text a button so it's discoverable by keyboard.

5.6.1

  • Re-released due to missing javascript files
  • Removes npm dependency that got added by mistake

5.6.0

  • Timeout now generates an error (thanks to @mmollick)
  • Fix duplicate iteration of error processing (#159 thanks @darkland)
  • Fixed bootstrap example (@thanks to @polosatus)
  • The addedfiles event now triggers after each individual addedfile event when dragging files into the dropzone, which is the same behavior as when clicking it.

5.5.0

  • Correct photo orientation before uploading (if enabled) (thanks to @nosegrind)
  • Remove a potential memory leak in some browsers by keeping a reference to xhr inside the individual chunk objects (thanks to @clayton2)
  • Allow HTML in the remove links (thanks to @christianklemp)
  • hiddenInputContainer can now be an HtmlElement in addition to a selector String (thanks to @WAmeling)
  • Fix default values on website (since the last deployment, the default values all stated null)

5.4.0

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [dropzone](https://gitlab.com/meno/dropzone) from 4.3.0 to 5.7.2.
- [Release notes](https://gitlab.com/meno/dropzone/tags)
- [Changelog](https://gitlab.com/meno/dropzone/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/meno/dropzone/commits/v5.7.2)

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

0 participants