Skip to content

Update uppy monorepo (develop) (major)#1750

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-major-uppy-monorepo
Open

Update uppy monorepo (develop) (major)#1750
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-major-uppy-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) ^4.4.3^5.0.0 age confidence
@uppy/dashboard (source) ^4.1.0^5.0.0 age confidence
@uppy/drag-drop (source) ^4.0.2^5.0.0 age confidence
@uppy/image-editor (source) ^3.1.0^4.0.0 age confidence
@uppy/locales (source) ^4.5.2^5.0.0 age confidence
@uppy/react (source) ^4.0.2^5.0.0 age confidence
@uppy/xhr-upload (source) ^4.3.3^5.0.0 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

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 - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.

👻 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 force-pushed the renovate/develop-major-uppy-monorepo branch from 40e711d to 4a9a51a Compare March 13, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants