Skip to content

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

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

fix(deps): update uppy monorepo (major)#52
renovate[bot] wants to merge 1 commit intodevfrom
renovate/major-uppy-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 29, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) ^1.17.0^5.0.0 age confidence
@uppy/dashboard (source) ^1.18.0^5.0.0 age confidence
@uppy/dropbox (source) ^1.4.26^5.0.0 age confidence
@uppy/facebook (source) ^1.1.26^5.0.0 age confidence
@uppy/google-drive (source) ^1.6.0^5.0.0 age confidence
@uppy/image-editor (source) ^0.2.4^4.0.0 age confidence
@uppy/instagram (source) ^1.4.26^5.0.0 age confidence
@uppy/onedrive (source) ^1.1.26^5.0.0 age confidence
@uppy/screen-capture (source) ^1.0.17^5.0.0 age confidence
@uppy/tus (source) ^1.8.7^5.0.0 age confidence
@uppy/utils (source) ^3.5.0^7.0.0 age confidence
@uppy/webcam (source) ^1.8.8^5.0.0 age confidence
@uppy/xhr-upload (source) ^1.7.2^5.0.0 age confidence
uppy (source) ^1.27.0^5.0.0 age confidence

Release Notes

transloadit/uppy (@​uppy/core)

v5.2.0

Compare Source

Minor Changes
  • 6b1abaa: Introduce modern, minimal TaskQueue to replace RateLimitedQueue
Patch Changes

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

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

v4.4.3

Compare Source

Patch Changes

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Released: 2024-09-30

Package Version Package Version
@​uppy/core 4.2.1 uppy 4.4.1
@​uppy/transloadit 4.1.2
  • @​uppy/transloadit: fix multiple upload batches & run again (Merlijn Vos / #​5478)
  • meta: build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (dependabot[bot] / #​5477)
  • meta: build(deps): bump vite from 5.2.11 to 5.4.8 (dependabot[bot] / #​5471)
  • @​uppy/svelte: build(deps-dev): bump rollup from 4.18.0 to 4.22.4 (dependabot[bot] / #​5470)
  • meta: build(deps): bump vite from 5.2.11 to 5.4.6 (dependabot[bot] / #​5466)

v4.4.0

Compare Source

Released: 2024-09-20

Package Version Package Version
@​uppy/companion 5.1.1 @​uppy/tus 4.1.1
@​uppy/svelte 4.0.2 @​uppy/xhr-upload 4.2.0
@​uppy/transloadit 4.1.1 uppy 4.4.0
  • @​uppy/tus: fix retry check for status code 400 (Merlijn Vos / #​5461)
  • meta: Merge branch 'main' of https://github.com/transloadit/uppy (Murderlon)
  • meta: fix AwsS3 endpoint option in private/dev (Murderlon)
  • examples: build(deps): bump body-parser from 1.20.2 to 1.20.3 (dependabot[bot] / #​5462)
  • examples: build(deps-dev): bump vite from 5.3.1 to 5.3.6 (dependabot[bot] / #​5459)
  • @​uppy/tus: set response from tus-js-client (Merlijn Vos / #​5456)
  • docs: fix assemblyOptions example for React (Merlijn Vos / #​5450)
  • docs: rename Edgly to Smart CDN (Merlijn Vos / #​5449)
  • @​uppy/tus: correctly type tus on UppyFile (Merlijn Vos / #​5454)
  • docs: remove old legacy CDN reference (Murderlon)
  • @​uppy/xhr-upload: pass files to onBeforeRequest (Merlijn Vos / #​5447)
  • @​uppy/svelte: fix generated module to not bundle Svelte (Antoine du Hamel / #​5446)
  • examples,@​uppy/svelte: Bump svelte from 4.2.18 to 4.2.19 (dependabot[bot] / #​5440)
  • meta: bump Yarn to 4.4.1 (Antoine du Hamel / #​5445)
  • docs: fix broken links in locale docs (Serghei Cebotari / #​5441)

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

v4.3.0

Compare Source

Released: 2024-08-29

Package Version Package Version
@​uppy/aws-s3 4.1.0 @​uppy/informer 4.1.0
@​uppy/box 3.1.0 @​uppy/instagram 4.1.0
@​uppy/companion 5.1.0 @​uppy/locales 4.1.0
@​uppy/companion-client 4.1.0 @​uppy/onedrive 4.1.0
@​uppy/compressor 2.1.0 @​uppy/remote-sources 2.2.0
@​uppy/core 4.2.0 @​uppy/screen-capture 4.1.0
@​uppy/dashboard 4.1.0 @​uppy/tus 4.1.0
@​uppy/dropbox 4.1.0 @​uppy/unsplash 4.1.0
@​uppy/facebook 4.1.0 @​uppy/url 4.1.0
@​uppy/google-drive 4.1.0 @​uppy/xhr-upload 4.1.0
@​uppy/google-photos 0.3.0 @​uppy/zoom 3.1.0
@​uppy/image-editor 3.1.0 uppy 4.3.0

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

Released: 2024-08-26

Package Version Package Version
@​uppy/react 4.0.2 uppy 4.2.1

v4.2.0

Compare Source

Released: 2024-08-20

Package Version Package Version
@​uppy/core 4.1.2 @​uppy/transloadit 4.1.0
@​uppy/status-bar 4.0.3 uppy 4.2.0
@​uppy/svelte 4.0.1

v4.1.2

Compare Source

v4.1.1

Compare Source

Released: 2024-08-15

Package Version Package Version
@​uppy/aws-s3 4.0.3 @​uppy/provider-views 4.0.1
@​uppy/companion 5.0.5 @​uppy/status-bar 4.0.2
@​uppy/companion-client 4.0.1 @​uppy/transloadit 4.0.2
@​uppy/core 4.1.1 @​uppy/tus 4.0.1
@​uppy/dashboard 4.0.3 @​uppy/utils 6.0.2
@​uppy/drag-drop 4.0.2 @​uppy/vue 2.0.1
@​uppy/file-input 4.0.1 uppy 4.1.1
@​uppy/image-editor 3.0.1
  • @​uppy/transloadit: fix issue with allowMultipleUploadBatches (Mikael Finstad / #​5400)
  • meta: Bump elliptic from 6.5.5 to 6.5.7 (dependabot[bot] / #​5410)
  • meta: add back patch for p-queue (Antoine du Hamel / #​5409)
  • @​uppy/transloadit: fix many lurking TypeError (Mikael Finstad / #​5399)
  • docs: improve corsOrigins documentation (Mikael Finstad / #​5390)
  • docs: add ViewEncapsulation to Angular example (Aaron Russell / #​5395)
  • @​uppy/companion: fix code for custom providers (Mikael Finstad / #​5398)
  • docs: add note about throwing in cancelAll and destroy() (Mikael Finstad / #​5408)
  • meta: Bump docker/login-action from 3.2.0 to 3.3.0 (dependabot[bot] / #​5372)
  • meta: Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (dependabot[bot] / #​5370)
  • docs: make hosted Companion more clear (Merlijn Vos / #​5394)
  • meta: Bump docker/build-push-action from 6.4.1 to 6.6.1 (dependabot[bot] / #​5403)
  • meta: bump p-queue to latest, remove patch (Mikael Finstad / #​5391)
  • meta: enforce .ts extension for relative import types (Antoine du Hamel / #​5393)
  • @​uppy/tus: Fix onShouldRetry type signature (Trent Nadeau / #​5387)
  • @​uppy/dashboard,@​uppy/drag-drop,@​uppy/file-input: Transform the accept prop into a string everywhere (Evgenia Karunus / #​5380)
  • docs: fix getTemporarySecurityCredentials in aws-s3 (Merlijn Vos / #​5363)

v4.1.0

Compare Source

Released: 2024-07-30

Package Version Package Version
@​uppy/audio 2.0.1 @​uppy/status-bar 4.0.1
@​uppy/aws-s3 4.0.2 @​uppy/store-default 4.1.0
@​uppy/compressor 2.0.1 @​uppy/transloadit 4.0.1
@​uppy/core 4.1.0 @​uppy/utils 6.0.1
@​uppy/dashboard 4.0.2 @​uppy/webcam 4.0.1
@​uppy/remote-sources 2.1.0 uppy 4.1.0

v4.0.1

Compare Source

Released: 2024-07-15

Package Version Package Version
@​uppy/companion 5.0.1 @​uppy/drop-target 3.0.1
@​uppy/core 4.0.1 @​uppy/react 4.0.1
@​uppy/dashboard 4.0.1 uppy 4.0.1
@​uppy/drag-drop 4.0.1

v4.0.0

Compare Source

Released: 2024-07-10

Package Version Package Version
@​uppy/angular 0.7.0 @​uppy/onedrive 4.0.0
@​uppy/audio 2.0.0 @​uppy/progress-bar 4.0.0
@​uppy/aws-s3 4.0.0 @​uppy/provider-views 4.0.0
@​uppy/aws-s3-multipart 4.0.0 @​uppy/react 4.0.0
@​uppy/box 3.0.0 @​uppy/react-native 0.6.0
@​uppy/companion 5.0.0 @​uppy/redux-dev-tools 4.0.0
@​uppy/companion-client 4.0.0 @​uppy/remote-sources 2.0.0
@​uppy/compressor 2.0.0 @​uppy/screen-capture 4.0.0
@​uppy/core 4.0.0 @​uppy/status-bar 4.0.0
@​uppy/dashboard 4.0.0 @​uppy/store-default 4.0.0
@​uppy/drag-drop 4.0.0 @​uppy/store-redux 4.0.0
@​uppy/drop-target 3.0.0 @​uppy/svelte 4.0.0
@​uppy/dropbox 4.0.0 @​uppy/thumbnail-generator 4.0.0
@​uppy/facebook 4.0.0 @​uppy/transloadit 4.0.0
@​uppy/file-input 4.0.0 @​uppy/tus 4.0.0
@​uppy/form 4.0.0 @​uppy/unsplash 4.0.0
@​uppy/golden-retriever 4.0.0 @​uppy/url 4.0.0
@​uppy/google-drive 4.0.0 @​uppy/utils 6.0.0
@​uppy/google-photos 0.2.0 @​uppy/vue 2.0.0
@​uppy/image-editor 3.0.0 @​uppy/webcam 4.0.0
@​uppy/informer 4.0.0 @​uppy/xhr-upload 4.0.0
@​uppy/instagram 4.0.0 @​uppy/zoom 3.0.0
@​uppy/locales 4.0.0 uppy 4.0.0

v3.13.1

Compare Source

Released: 2023-07-24

Package Version Package Version
@​uppy/aws-s3-multipart 3.5.2 uppy 3.13.1
@​uppy/utils 5.4.3

v3.13.0

Compare Source

Released: 2023-07-20

Package Version Package Version
@​uppy/aws-s3-multipart 3.5.1 @​uppy/provider-views 3.4.1
@​uppy/companion-client 3.2.2 @​uppy/status-bar 3.2.3
@​uppy/dashboard 3.5.0 @​uppy/utils 5.4.2
@​uppy/locales 3.2.4 uppy 3.13.0

v3.12.0

Compare Source

Released: 2023-07-13

Package Version Package Version
@​uppy/aws-s3-multipart 3.5.0 @​uppy/locales 3.2.3
@​uppy/box 2.1.2 @​uppy/onedrive 3.1.2
@​uppy/companion 4.7.0 [@​uppy/provider-views](https://redirect.gith

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.

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
styled-roam Error Error Mar 25, 2026 5:25pm

@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 50330a2 to a852bb4 Compare December 2, 2025 10:02
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from a852bb4 to d1c9b89 Compare December 3, 2025 17:44
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from d1c9b89 to cf3f24c Compare December 4, 2025 14:03
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from cf3f24c to f9cc7ff Compare December 9, 2025 09:42
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from f9cc7ff to 56594e9 Compare December 31, 2025 15:36
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 56594e9 to 84a43d7 Compare January 8, 2026 19:41
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 84a43d7 to 4804376 Compare January 19, 2026 15:49
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 4804376 to 75a1a69 Compare January 23, 2026 19:58
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 75a1a69 to 8eddd17 Compare February 2, 2026 15:05
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from 8eddd17 to 1b261ef Compare February 3, 2026 09:43
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch 2 times, most recently from 30e0920 to e86f5ad Compare February 12, 2026 11:09
@renovate renovate bot force-pushed the renovate/major-uppy-monorepo branch from e86f5ad to d1220b4 Compare March 13, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants