Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) 4.5.2 -> 5.0.1 age confidence
@uppy/core (source) ^4.3.1 -> ^5.0.0 age confidence
@uppy/tus (source) 4.3.2 -> 5.0.0 age confidence
@uppy/tus (source) ^4.1.5 -> ^5.0.0 age confidence
@uppy/utils (source) 6.2.2 -> 7.0.1 age confidence
@uppy/utils (source) ^6.0.6 -> ^7.0.0 age confidence
@uppy/xhr-upload (source) 4.4.2 -> 5.0.0 age confidence
@uppy/xhr-upload (source) ^4.2.3 -> ^5.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

transloadit/uppy (@​uppy/core)

v5.0.1

Compare Source

Patch Changes
  • 49522ec: Remove preact/compat imports in favor of preact, preventing JSX type issues in certain setups.
  • Updated dependencies [49522ec]

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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/major-uppy-monorepo branch 3 times, most recently from 781d0a3 to bfdc89b Compare August 29, 2025 00:14
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from bfdc89b to b74018d Compare August 31, 2025 10:37
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from b74018d to 8973eb0 Compare September 15, 2025 12:38
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 8973eb0 to 7eec4d7 Compare September 15, 2025 12:42
@renovate
Copy link
Contributor Author

renovate bot commented Sep 15, 2025

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.

@JammingBen JammingBen force-pushed the renovate/major-uppy-monorepo branch from bf5811f to ea370b5 Compare September 15, 2025 13:41
@JammingBen JammingBen merged commit ba418e9 into main Sep 15, 2025
28 checks passed
@JammingBen JammingBen deleted the renovate/major-uppy-monorepo branch September 15, 2025 13:56
@openclouders openclouders mentioned this pull request Sep 15, 2025
1 task
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.

2 participants