Skip to content

fix(deps): update uppy monorepo (major)#4566

Open
renovate[bot] wants to merge 5 commits intomasterfrom
renovate/major-uppy-monorepo
Open

fix(deps): update uppy monorepo (major)#4566
renovate[bot] wants to merge 5 commits intomasterfrom
renovate/major-uppy-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) 4.5.35.2.0 age confidence
@uppy/drop-target (source) 3.2.24.1.0 age confidence
@uppy/xhr-upload (source) 4.4.25.1.1 age confidence

Release Notes

transloadit/uppy (@​uppy/core)

v5.2.0

Compare Source

Minor Changes
  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()
Patch Changes
  • ac12f35: Fix: Move completed uploads exclusion logic into uploaders. This fixes the problem where postprocessors would not run for already uploaded files.
  • 4817585: added icon to webdav provider, add css to truncate large file names
  • Updated dependencies [ac12f35]

v5.1.1

Compare Source

Patch Changes
  • 16aa6fe: Add missing useUppyContext export

v5.1.0

Compare Source

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.
Patch Changes

v5.0.2

Compare Source

Patch Changes
  • 4b6a76c: added missing exports.
  • 975317d: Removed "main" from package.json, since export maps serve as the contract for the public API.
  • Updated dependencies [975317d]
  • Updated dependencies [9bac4c8]

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • c5b51f6: ### Export maps for all packages

    All packages now have export maps. This is a breaking change in two cases:

    1. The css imports have changed from @uppy[package]/dist/styles.min.css to @uppy[package]/css/styles.min.css
    2. You were importing something that wasn't exported from the root, for instance @uppy/core/lib/foo.js. You can now only import things we explicitly exported.
Changed imports for @uppy/react, @uppy/vue, and @uppy/svelte
Some components, like Dashboard, require a peer dependency to work but since all components were exported from a single file you were forced to install all peer dependencies. Even if you never imported, for instance, the status bar component.

Every component that requires a peer dependency has now been moved to a subpath, such as `@uppy/react/dashboard`, so you only need to install the peer dependencies you need.

**Example for `@uppy/react`:**

**Before:**

```javascript
import { Dashboard, StatusBar } from "@​uppy/react";
```

**Now:**

```javascript
import Dashboard from "@​uppy/react/dashboard";
import StatusBar from "@​uppy/react/status-bar";
```
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@renovate renovate bot enabled auto-merge (squash) January 29, 2026 07:06
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 29, 2026
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 29, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 29, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

2 participants