Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) 4.4.3 -> 5.1.1 age confidence
@uppy/drop-target (source) 3.1.1 -> 4.0.1 age confidence
@uppy/xhr-upload (source) 4.3.3 -> 5.0.2 age confidence

Release Notes

transloadit/uppy (@​uppy/core)

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

v4.5.3

Compare Source

Patch Changes
  • eee05db: Fix retry after setting missed metaFields requiring you to click "retry" and then "upload" again. Now "retry" immediately restarts the upload.

v4.5.2

Compare Source

Patch Changes

v4.5.1

Compare Source

v4.5.0

Compare Source

Released: 2024-10-15

Package Version Package Version
@​uppy/companion 5.1.2 @​uppy/svelte 4.1.0
@​uppy/core 4.2.2 @​uppy/tus 4.1.2
@​uppy/dashboard 4.1.1 @​uppy/utils 6.0.3
@​uppy/drag-drop 4.0.3 @​uppy/xhr-upload 4.2.1
@​uppy/file-input 4.0.2 uppy 4.5.0
@​uppy/locales 4.2.0

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source


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 Nov 19, 2025
@renovate renovate bot enabled auto-merge (squash) November 19, 2025 09:16
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch 15 times, most recently from ae46c58 to f291a97 Compare November 26, 2025 07:43
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch 4 times, most recently from 7bb3325 to eb9498d Compare November 28, 2025 13:20
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from eb9498d to 79a4a5e Compare November 28, 2025 13:35
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