Skip to content

DEPS: Bump @uppy/utils from 6.0.3 to 7.1.5 in the uppy group#1569

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/uppy-4b879f74ae
Open

DEPS: Bump @uppy/utils from 6.0.3 to 7.1.5 in the uppy group#1569
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/uppy-4b879f74ae

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the uppy group with 1 update: @uppy/utils.

Updates @uppy/utils from 6.0.3 to 7.1.5

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@github-actions
Copy link
Copy Markdown

PR body updated to plaintext for easier squash-merging. Original body content below:


Bumps the uppy group with 1 update: @uppy/utils.

Updates @uppy/utils from 6.0.3 to 7.1.5

Release notes

Sourced from @​uppy/utils's releases.

@​uppy/utils@​7.1.5

Patch Changes

  • 648f245: Fix complete event never firing for XHR and make sure the fetch aborts immediately if Uppy is cancelled before the fetch starts.

@​uppy/utils@​7.1.4

Patch Changes

  • ac12f35: Fix: Move completed uploads exclusion logic into uploaders. This fixes the problem where postprocessors would not run for already uploaded files.

@​uppy/utils@​7.1.3

Patch Changes

  • ad50314: Allow getSafeFileId to accept UppyFile

@​uppy/utils@​7.1.2

Patch Changes

  • 08b64f9: fix ts issue with generateFileID and exactOptionalPropertyTypes

@​uppy/utils@​7.1.1

Patch Changes

  • 0c16fe4: - Make file.data nullable - Because for ghosts it will be undefined and we don't have any type to distinguish ghosts from other (local) files. This caused a crash, because we didn't check for undefined everywhere (when trying to store a blob that was undefined)
    • Introduce new field progress.complete: if there is a post-processing step, set it to true once post processing is complete. If not, set it to true once upload has finished.
    • Throw a proper Nonexistent upload error message if trying to upload a non-existent upload, instead of TypeError
    • Rewrite Uppy.upload() - this fixes two bugs:
      1. No more duplicate emit call when this.#restricter.validateMinNumberOfFiles throws (#informAndEmit and this.emit('error'))
      2. 'restriction-failed' now also gets correctly called when checkRequiredMetaFields check errors.
    • Don't re-upload completed files #5930
    • Split UppyFile into two intefaces distinguished by the isRemote boolean:
      • LocalUppyFile
      • RemoteUppyFile
    • Remove TagFile type - Use UppyFile instead.
    • Make name required on UppyFile (it is in reality always set)
    • Fix bug: RestrictionError sometimes thrown with a file property that was not a UppyFile, but a File. This would happen if someone passed a File instead of a MinimalRequiredUppyFile into core.addFile (which is valid to do according to our API)
    • Improve some log messages
    • Simplify Uppy postprocess-complete handler

@​uppy/utils@​7.1.0

Minor Changes

  • 5ba2c1c: Introduce the concept of server-side search and add support for it for the Dropbox provider. Previously, only client-side filtering in the currently viewed folder was possible, which was limiting. Now users using Companion with Dropbox can perform a search across their entire account.
Commits
Maintainer changes

This version was pushed to npm by uppydev, a new releaser for @​uppy/utils since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uppy-4b879f74ae branch from 775478b to c53434f Compare March 2, 2026 22:47
Bumps the uppy group with 1 update: [@uppy/utils](https://github.com/transloadit/uppy).


Updates `@uppy/utils` from 6.0.3 to 7.1.5
- [Release notes](https://github.com/transloadit/uppy/releases)
- [Changelog](https://github.com/transloadit/uppy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/transloadit/uppy/compare/@uppy/utils@6.0.3...@uppy/utils@7.1.5)

---
updated-dependencies:
- dependency-name: "@uppy/utils"
  dependency-version: 7.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uppy
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uppy-4b879f74ae branch from c53434f to ea3913f Compare March 26, 2026 15:14
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants