uppy/.changeset
Merlijn Vos 72d2d68ea3
Fix various deps and peer deps in packages (#6030)
**Fixes**

- `@uppy/components` incorrectly had a lot of packages in `dependencies`
while they should be `peerDependencies`. Also removed `remote-sources`
completely as this drags in a lot of plugins and we don't even need it
there.
- `@uppy/{react,vue,svelte}` now has to have the same `peerDependencies`
as `components` as the requirement has been moved up. We also mark them
as optional, they are only needed if you use a hook such as `useWebcam`
needing `@uppy/webcam`.
- Remove `companion-client` and `provider-views` from `transloadit`.
Those are never used by the package.
- Remove `@uppy/utils` from `@uppy/angular` and `@uppy/react`, we can
just use imports from `core`
- Place `@uppy/status-bar` back in peer deps. This is critical but
forgotten when status bar was put back inside frameworks.

**Implications**
- Moving peer deps to deps in `@uppy/components` now requires people to
install these dependencies. However, they kind of had to anyway before
as we require people to install the plugin on uppy (`.use(Webcam')`) if
you want to use `useWebcam` and if you try to import a dep you did not
install they would have gotten an error already.
- Note: this is not the same situation as with importing dashboard
component from @uppy/react which causes a runtime crash because
@uppy/dashboard is missing. In this case we only depend on _types_, so
we don't have this problem.
2025-10-28 09:55:21 +01:00
..
beige-dogs-read.md Fix various deps and peer deps in packages (#6030) 2025-10-28 09:55:21 +01:00
config.json Update config.json (#5964) 2025-09-11 23:01:54 +02:00
fluffy-trams-run.md Fix various deps and peer deps in packages (#6030) 2025-10-28 09:55:21 +01:00
good-ads-eat.md @uppy/react: remove dashboard export (#6036) 2025-10-27 09:33:29 +01:00
heavy-years-fail.md @uppy/utils: fix type mismatch on getSafeFileId (#6034) 2025-10-27 09:36:17 +01:00
itchy-pianos-leave.md enable supportsRefreshToken for onedrive (#6035) 2025-10-27 09:33:57 +01:00
nice-pigs-argue.md @uppy/components: inherit restrictions from @uppy/core (#6014) 2025-10-23 10:10:45 +02:00
README.md Migrate to changesets from custom release tooling (#5840) 2025-07-24 09:24:09 +02:00
silver-areas-refuse.md Fix various deps and peer deps in packages (#6030) 2025-10-28 09:55:21 +01:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation