Mikael Finstad
57f7867c41
fix broken companion example ( #5909 )
...
it currently crashes on startup because that option is now required
2025-08-18 13:20:59 +02:00
Mikael Finstad
d31c90e443
Run biome check on main ( #5896 )
...
this time on main
closes #5891
also: fix a11y tabIndex (key event handler)
2025-08-11 10:06:21 +02:00
Prakash
c5b51f6158
Add Export Maps ( #5830 )
...
- added export maps to all the @uppy packages .
- imports remain unaffected except for peerDep packages in `@uppy/react`
`@uppy/svelte` and `@uppy/vue3`.
- export maps added for index files , css , and package.json.
- Added side effects for all the packages.
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2025-07-31 17:22:57 +02:00
Mikael Finstad
acdc683d47
Refactor Companion to ESM ( #5803 )
...
- convert cjs to esm
- refactor from jest to vitest
closes #3979
---------
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2025-07-29 19:07:48 +02:00
Merlijn Vos
0e178aea68
Deduplicate dependencies & resolve all yarn warnings ( #5848 )
...
- Deduplicate Vite versions, always use 7.x (except for sveltekit, which
does not allow 7 yet)
- Add missing dev deps
- Fix react-native requested deps versions
- Fix companion @types/node
- Fix "engines" in root package.json
No more yarn warnings 🎉
2025-07-29 16:27:32 +02:00
Murderlon
4408f7e3f2
Merge branch 'main' into 5.0
...
* main:
@uppy/locales: update Czech translations (#5819 )
Add CLAUDE.md
Trigger release CI
Migrate from Cypress to Vitest Browser Mode (#5828 )
build(deps): bump multer from 1.4.4 to 2.0.2 (#5831 )
Migrate to changesets from custom release tooling (#5840 )
Fix turbo race condition (#5839 )
2025-07-29 14:07:33 +02:00
Merlijn Vos
7bf319646a
Migrate from Cypress to Vitest Browser Mode ( #5828 )
...
- Remove `e2e` folder entirely
- Remove all hacky resolutions and yarn patches
- Remove `@types/jasmine`, `js2ts` (convert a JS file to TS), and
`vue-template-compiler` from `private/`
- Remove e2e CI job
- Add browsers tests for vue, svelte, and react headless components and
hooks.
- Add new (browser) tests for transloadit, aws-s3, and dashboard.
- Remove final useless scripts from `package.json`, use direct
references in CI.
- Fix Dropzone component accessibility discovered during testing
- Clean up github workflows (move linters.yml into ci.yml, update
e2e.yml)
**Why Vitest Browser Mode?**
We could have used playwright but vitest browser mode uses it under the
hood and we get the use the vitest we know a love. No two entirely
different setups, no different assertions to relearn, write e2e tests as
if you're writing unit tests. Easy, fast, beautiful.
https://vitest.dev/guide/browser/
**Has every single e2e test been rewritten?**
No there were quite a few tests that have a lot overlap with existing or
newly added tests. There were also some tests that were so heavily
mocked inside and out you start to wonder what the value still is. Open
to discuss which tests still need to be added.
2025-07-28 11:27:37 +02:00
Prakash
cb9673bc1e
uppy 5.0: remove stale plugins ( #5834 )
...
This PR removes `@uppy/store-redux` , `@uppy/redux-dev-tools` ,
`@uppy/progress-bar` , `@uppy/drag-drop` , `@uppy/file-input` ,
`@uppy/aws-s3-multipart`
- **Source Removal**
Removed source Dirs of packages, including all source code, styles,
documentation, and build configurations.
- **Bundle & Exports**
Removed related exports from `packages/uppy/src/bundle.ts` and
`index.ts`. Cleaned up dependencies from `uppy/package.json`.
- **Framework Cleanup**
Removed components and exports from:
- `@uppy/react`
- `@uppy/vue`
- `@uppy/svelte`
- `@uppy/angular`
- **Dependency Cleanup**
Removed references across all `package.json`, `peerDependencies`,
`tsconfig.*.json`, and `turbo.json` files.
- **Example Updates**
- Updated Angular example and `private/dev/DragDrop.js`
- Removed deprecated plugin usage
- Cleaned example dependencies
- **Style Cleanup**
Removed CSS imports from `packages/uppy/src/style.scss` and
`examples/angular/src/styles.css`. Fixed TypeScript project references.
- **Migration Guide**
Updated `.github/MIGRATION.md`
2025-07-28 10:30:50 +02:00
dependabot[bot]
8e89788551
build(deps): bump multer from 1.4.4 to 2.0.2 ( #5831 )
...
Bumps [multer](https://github.com/expressjs/multer ) from 1.4.4 to 2.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/multer/releases ">multer's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.2</h2>
<h2>Important</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-7338 ">CVE-2025-7338</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-fjgf-rc76-4x9p ">GHSA-fjgf-rc76-4x9p</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/multer/compare/v2.0.1...v2.0.2 ">https://github.com/expressjs/multer/compare/v2.0.1...v2.0.2 </a></p>
<h2>v2.0.1</h2>
<h2>Important</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-48997 ">CVE-2025-48997</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-g5hg-p3ph-g8qg ">GHSA-g5hg-p3ph-g8qg</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>add Arabic translation for README .. by <a
href="https://github.com/3imed-jaberi "><code>@3imed-jaberi</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/762 ">expressjs/multer#762</a></li>
<li>Update README.md to fix issue <a
href="https://redirect.github.com/expressjs/multer/issues/1114 ">#1114</a>
by <a
href="https://github.com/Mohamed-Abdelfattah "><code>@Mohamed-Abdelfattah</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1169 ">expressjs/multer#1169</a></li>
<li>Improved documentation translation to Spanish by <a
href="https://github.com/juliomontenegro "><code>@juliomontenegro</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1174 ">expressjs/multer#1174</a></li>
<li>Translated to french by <a
href="https://github.com/AlanLg "><code>@AlanLg</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1182 ">expressjs/multer#1182</a></li>
<li>Improve the Brazilian Portuguese translation by <a
href="https://github.com/vitorRibeiro7 "><code>@vitorRibeiro7</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1204 ">expressjs/multer#1204</a></li>
<li>doc: uzbek language by <a
href="https://github.com/eugene0928 "><code>@eugene0928</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1232 ">expressjs/multer#1232</a></li>
<li>Fix a mistake with README-pt-br.md by <a
href="https://github.com/Igor-CA "><code>@Igor-CA</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1251 ">expressjs/multer#1251</a></li>
<li>Update in Readme-pt-br and fix in Readme-ko by <a
href="https://github.com/carlosstenzel "><code>@carlosstenzel</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1252 ">expressjs/multer#1252</a></li>
<li>chore: add support for OSSF scorecard reporting by <a
href="https://github.com/inigomarquinez "><code>@inigomarquinez</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1260 ">expressjs/multer#1260</a></li>
<li>ci: replace travis with github action by <a
href="https://github.com/inigomarquinez "><code>@inigomarquinez</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1259 ">expressjs/multer#1259</a></li>
<li>docs: improve readability by <a
href="https://github.com/Sreejit-Sengupto "><code>@Sreejit-Sengupto</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1255 ">expressjs/multer#1255</a></li>
<li>test: add test for out-of-band error event by <a
href="https://github.com/LinusU "><code>@LinusU</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1294 ">expressjs/multer#1294</a></li>
<li>chore: upgrade scorecard workflow pinned action versions by <a
href="https://github.com/carpasse "><code>@carpasse</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1290 ">expressjs/multer#1290</a></li>
<li>Documentation: remove unfortunate abbreviation from readme by <a
href="https://github.com/MaddyGuthridge "><code>@MaddyGuthridge</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1299 ">expressjs/multer#1299</a></li>
<li>ci: use <code>ubuntu-latest</code> as default runner by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1308 ">expressjs/multer#1308</a></li>
<li>ci: add CodeQL (SAST) by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/multer/pull/1289 ">expressjs/multer#1289</a></li>
<li>Update readme badges by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/multer/pull/1268 ">expressjs/multer#1268</a></li>
<li>📝 fix changelog information by <a
href="https://github.com/ctcpip "><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1316 ">expressjs/multer#1316</a></li>
<li>master -> v2 by <a
href="https://github.com/ctcpip "><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1317 ">expressjs/multer#1317</a></li>
<li>chore: fix typo by <a
href="https://github.com/saucecodee "><code>@saucecodee</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/993 ">expressjs/multer#993</a></li>
<li>Remove --save from README by <a
href="https://github.com/username1001 "><code>@username1001</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/929 ">expressjs/multer#929</a></li>
<li>feat - update link badge in docs by <a
href="https://github.com/carlosstenzel "><code>@carlosstenzel</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1273 ">expressjs/multer#1273</a></li>
<li>ci: change branch reference by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1319 ">expressjs/multer#1319</a></li>
<li>♻️ use version tag for CI, fix CI badge, fix references to
master/main by <a
href="https://github.com/ctcpip "><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1324 ">expressjs/multer#1324</a></li>
<li>deps: update dependencies to latest versions by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/multer/pull/1328 ">expressjs/multer#1328</a></li>
<li>📝 list languages in table to prevent GH right-aligning list due to
RTL language by <a
href="https://github.com/ctcpip "><code>@ctcpip</code></a> in <a
href="https://redirect.github.com/expressjs/multer/pull/1325 ">expressjs/multer#1325</a></li>
<li>[StepSecurity] Apply security best practices by <a
href="https://github.com/step-security-bot "><code>@step-security-bot</code></a>
in <a
href="https://redirect.github.com/expressjs/multer/pull/1311 ">expressjs/multer#1311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/3imed-jaberi "><code>@3imed-jaberi</code></a>
made their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/762 ">expressjs/multer#762</a></li>
<li><a
href="https://github.com/Mohamed-Abdelfattah "><code>@Mohamed-Abdelfattah</code></a>
made their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1169 ">expressjs/multer#1169</a></li>
<li><a
href="https://github.com/juliomontenegro "><code>@juliomontenegro</code></a>
made their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1174 ">expressjs/multer#1174</a></li>
<li><a href="https://github.com/AlanLg "><code>@AlanLg</code></a> made
their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1182 ">expressjs/multer#1182</a></li>
<li><a
href="https://github.com/vitorRibeiro7 "><code>@vitorRibeiro7</code></a>
made their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1204 ">expressjs/multer#1204</a></li>
<li><a
href="https://github.com/eugene0928 "><code>@eugene0928</code></a> made
their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1232 ">expressjs/multer#1232</a></li>
<li><a href="https://github.com/Igor-CA "><code>@Igor-CA</code></a> made
their first contribution in <a
href="https://redirect.github.com/expressjs/multer/pull/1251 ">expressjs/multer#1251</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/multer/blob/main/CHANGELOG.md ">multer's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.2</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-7338 ">CVE-2025-7338</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-fjgf-rc76-4x9p ">GHSA-fjgf-rc76-4x9p</a>)</li>
</ul>
<h2>2.0.1</h2>
<ul>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-48997 ">CVE-2025-48997</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-g5hg-p3ph-g8qg ">GHSA-g5hg-p3ph-g8qg</a>)</li>
</ul>
<h2>2.0.0</h2>
<ul>
<li><strong>Breaking change: The minimum supported Node version is now
10.16.0</strong></li>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-47935 ">CVE-2025-47935</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-44fp-w29j-9vj5 ">GHSA-44fp-w29j-9vj5</a>)</li>
<li>Fix <a
href="https://www.cve.org/CVERecord?id=CVE-2025-47944 ">CVE-2025-47944</a>
(<a
href="https://github.com/expressjs/multer/security/advisories/GHSA-4pg4-qvpc-4q3h ">GHSA-4pg4-qvpc-4q3h</a>)</li>
</ul>
<h2>1.4.5-lts.2</h2>
<ul>
<li>Fix out-of-band error event from busboy (<a
href="https://redirect.github.com/expressjs/multer/issues/1177 ">#1177</a>)</li>
</ul>
<h2>1.4.5-lts.1</h2>
<ul>
<li>No changes</li>
</ul>
<h2>1.4.4-lts.1</h2>
<ul>
<li>Bugfix: Bump busboy to fix CVE-2022-24434 (<a
href="https://redirect.github.com/expressjs/multer/issues/1097 ">#1097</a>)</li>
<li>Breaking: Require Node.js 10.16.0 or later (<a
href="https://redirect.github.com/expressjs/multer/issues/1097 ">#1097</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e5db9caf5d "><code>e5db9ca</code></a>
🔖 2.0.2</li>
<li><a
href="adfeaf669f "><code>adfeaf6</code></a>
🥅 improve error handling</li>
<li><a
href="e259a7ee21 "><code>e259a7e</code></a>
🔖 2.0.1</li>
<li><a
href="35a3272b61 "><code>35a3272</code></a>
Fixes <a
href="https://redirect.github.com/expressjs/multer/issues/1233 ">expressjs/multer#1233</a>.
Makes multer handle mi...</li>
<li><a
href="f897007a94 "><code>f897007</code></a>
ci: apply security best practices (<a
href="https://redirect.github.com/expressjs/multer/issues/1311 ">#1311</a>)</li>
<li><a
href="061f4cbb2b "><code>061f4cb</code></a>
📝 list languages in table to prevent GH right-aligning list due to RTL
language</li>
<li><a
href="854d769af4 "><code>854d769</code></a>
deps: update dependencies to latest versions (<a
href="https://redirect.github.com/expressjs/multer/issues/1328 ">#1328</a>)</li>
<li><a
href="256da2f6eb "><code>256da2f</code></a>
♻️ use version tag for CI, fix CI badge, fix references to
master/main</li>
<li><a
href="dd9dde4da1 "><code>dd9dde4</code></a>
📝 fix badges in translation files (<a
href="https://redirect.github.com/expressjs/multer/issues/1321 ">#1321</a>)</li>
<li><a
href="dc2a880e76 "><code>dc2a880</code></a>
ci: change branch reference</li>
<li>Additional commits viewable in <a
href="https://github.com/expressjs/multer/compare/v1.4.4...v2.0.2 ">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~ulisesgascon ">ulisesgascon</a>, a new
releaser for multer since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/transloadit/uppy/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 10:08:29 +02:00
Merlijn Vos
0c24c5aeab
Migrate to changesets from custom release tooling ( #5840 )
...
- Remove custom release tooling in favor of changesets
- Add changesets for all unreleased commits
2025-07-24 09:24:09 +02:00
Mikael Finstad
06ddd99cd1
@uppy/companion: fix (breaking) todo comments ( #5802 )
2025-07-23 13:50:49 +02:00
Merlijn Vos
7a50ab89ef
Cleanup examples ( #5817 )
...
- Remove outdated examples
- Rename folders for consistency
- Remove lots of unused deps in angular example.
- Rename `name` inside `package.json`'s from `@uppy-example/*` to
`example-*`.
**Before**
```
├── angular-example
├── aws-companion
├── aws-nodejs
├── aws-php
├── bundled
├── cdn-example
├── custom-provider
├── digitalocean-spaces
├── multiple-instances
├── node-xhr
├── php-xhr
├── python-xhr
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── transloadit-markdown-bin
├── uppy-with-companion
├── vue3
└── xhr-bundle
```
**After**
```
examples
├── angular
├── aws-companion
├── aws-nodejs
├── aws-php
├── cdn
├── companion
├── companion-custom-provider
├── companion-digitalocean-spaces
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── vue
├── xhr-bundle
├── xhr-node
├── xhr-php
└── xhr-python
```
2025-07-10 17:23:58 +02:00
Prakash
455abb32af
Headless Hooks: add error component in examples ( #5810 )
...
Add error components in headless hooks examples for `useWebcam` and
`useScreenCapture`
2025-07-09 10:44:47 +02:00
Merlijn Vos
78299475ae
Migrate from Eslint/Prettier/Stylelint to Biome ( #5794 )
2025-07-01 14:55:41 +02:00
Merlijn Vos
d408570373
From Babel to TS ( #5792 )
2025-06-30 16:12:26 +02:00
github-actions[bot]
c16657e075
Release: uppy@4.18.0 ( #5796 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/components | 0.2.0 | @uppy/remote-sources | 2.3.4 |
| @uppy/core | 4.4.7 | @uppy/screen-capture | 4.3.1 |
| @uppy/google-drive-picker | 0.3.6 | @uppy/svelte | 4.5.0 |
| @uppy/google-photos-picker | 0.3.6 | @uppy/vue | 2.3.0 |
| @uppy/locales | 4.6.0 | @uppy/webcam | 4.2.1 |
| @uppy/provider-views | 4.4.5 | uppy | 4.18.0 |
| @uppy/react | 4.4.0 | | |
- meta: Remove remark reference from CI (Murderlon)
- @uppy/components,@uppy/screen-capture: useScreenCapture fixes (Prakash / #5793 )
- examples: Add useRemoteSource (Merlijn Vos / #5778 )
- @uppy/components: Use webcam fixes2 (Mikael Finstad / #5791 )
- meta: Remove remark (Merlijn Vos / #5790 )
- meta: Delete old, unused files (Merlijn Vos / #5788 )
- meta: Sort package.json (Murderlon)
- examples: Headless Hooks: Add useScreenCapture (Prakash / #5784 )
- @uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780 )
- e2e: Skip for now then (Murderlon)
- e2e: fixup! Fix CI for now (Murderlon)
- e2e: Fix CI for now (Murderlon)
- examples: Add useWebcam (Merlijn Vos / #5741 )
- @uppy/react,@uppy/svelte,@uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735 )
- meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772 )
- @uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769 )
2025-06-30 13:50:55 +00:00
Merlijn Vos
cb2999926b
Add useRemoteSource ( #5778 )
2025-06-24 11:00:37 +02:00
Prakash
b0e69cf7ce
Headless Hooks: Add useScreenCapture ( #5784 )
2025-06-19 12:42:01 +02:00
Merlijn Vos
7d807e6d5e
Add useWebcam ( #5741 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-06-12 11:03:57 +02:00
Merlijn Vos
5c0c831937
Add useDropzone & useFileInput ( #5735 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-06-09 10:54:28 +02:00
github-actions[bot]
04db4639d8
Release: uppy@4.17.0 ( #5771 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion | 5.8.0 | @uppy/screen-capture | 4.3.0 |
| @uppy/components | 0.1.0 | @uppy/svelte | 4.4.0 |
| @uppy/core | 4.4.6 | @uppy/utils | 6.1.5 |
| @uppy/locales | 4.5.3 | @uppy/vue | 2.2.0 |
| @uppy/provider-views | 4.4.4 | @uppy/webcam | 4.2.0 |
| @uppy/react | 4.3.0 | uppy | 4.17.0 |
- @uppy/provider-views: fix: handle pagination for Google Photos picker (fixes #5765 ) (ben rosenbaum / #5768 )
- @uppy/companion: add max filename length env var (Freeman / #5763 )
- @uppy/core: fix missing required meta field error not updating (Prakash / #5766 )
- @uppy/screen-capture: add screenshot button (Prakash / #5737 )
- @uppy/locales: Update cs_CZ.ts (Martin Štorek / #5749 )
- examples: Headless components (Merlijn Vos / #5727 )
- @uppy/companion: fix cookie maxAge to milliseconds (zolotarov@brights.io / #5746 )
- meta: document how to fix a broken release (Mikael Finstad / #5755 )
- @uppy/companion: improve Zoom folder structure (Merlijn Vos / #5739 )
2025-06-02 09:39:53 +00:00
Merlijn Vos
0259b09d73
Headless components ( #5727 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-05-22 09:59:43 +02:00
Merlijn Vos
d8d1e9b5fe
@uppy/companion: improve Zoom folder structure ( #5739 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-05-20 11:26:52 +02:00
github-actions[bot]
0b8b5ee9e8
Release: uppy@4.16.0 ( #5754 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.3 | @uppy/image-editor | 3.3.3 |
| @uppy/box | 3.2.3 | @uppy/instagram | 4.2.3 |
| @uppy/companion | 5.7.0 | @uppy/onedrive | 4.2.4 |
| @uppy/companion-client | 4.4.2 | @uppy/remote-sources | 2.3.3 |
| @uppy/core | 4.4.5 | @uppy/screen-capture | 4.2.3 |
| @uppy/dashboard | 4.3.4 | @uppy/unsplash | 4.3.4 |
| @uppy/drag-drop | 4.1.3 | @uppy/url | 4.2.4 |
| @uppy/dropbox | 4.2.3 | @uppy/utils | 6.1.4 |
| @uppy/facebook | 4.2.3 | @uppy/webcam | 4.1.3 |
| @uppy/file-input | 4.1.3 | @uppy/webdav | 0.3.3 |
| @uppy/google-drive | 4.3.3 | @uppy/zoom | 3.2.3 |
| @uppy/google-drive-picker | 0.3.5 | uppy | 4.16.0 |
| @uppy/google-photos-picker | 0.3.5 | | |
- meta: Revert "Release: uppy@4.16.0 (#5750 )" (Mikael Finstad)
- meta: force cdn upload (Mikael Finstad)
- meta: fix invalid brach option (now ref) (Mikael Finstad)
- meta: improve release script output (Mikael Finstad)
- meta: fix error (Mikael Finstad)
- meta: Release: uppy@4.16.0 (github-actions[bot] / #5750 )
- meta: Fix node versions (Mikael Finstad / #5740 )
- @uppy/companion-client: don't reject on incorrect origin (Mikael Finstad / #5736 )
- @uppy/companion: implement credentials param `transloadit_gateway` (Mikael Finstad / #5725 )
- @uppy/companion: Fix AES key wear-out (Florian Maury / #5724 )
- @uppy/core: fix undefined reference when cancelling an upload (Prakash / #5730 )
- @uppy/audio,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/image-editor,@uppy/instagram,@uppy/onedrive,@uppy/remote-sources,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/webcam,@uppy/webdav,@uppy/zoom: ts: make locale strings optional (Merlijn Vos / #5728 )
2025-05-18 16:08:52 +00:00
Mikael Finstad
2505185f68
Revert "Release: uppy@4.16.0 ( #5753 )"
...
This reverts commit d01fd55dc5 .
2025-05-18 18:04:15 +02:00
github-actions[bot]
d01fd55dc5
Release: uppy@4.16.0 ( #5753 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.3 | @uppy/image-editor | 3.3.3 |
| @uppy/box | 3.2.3 | @uppy/instagram | 4.2.3 |
| @uppy/companion | 5.7.0 | @uppy/onedrive | 4.2.4 |
| @uppy/companion-client | 4.4.2 | @uppy/remote-sources | 2.3.3 |
| @uppy/core | 4.4.5 | @uppy/screen-capture | 4.2.3 |
| @uppy/dashboard | 4.3.4 | @uppy/unsplash | 4.3.4 |
| @uppy/drag-drop | 4.1.3 | @uppy/url | 4.2.4 |
| @uppy/dropbox | 4.2.3 | @uppy/utils | 6.1.4 |
| @uppy/facebook | 4.2.3 | @uppy/webcam | 4.1.3 |
| @uppy/file-input | 4.1.3 | @uppy/webdav | 0.3.3 |
| @uppy/google-drive | 4.3.3 | @uppy/zoom | 3.2.3 |
| @uppy/google-drive-picker | 0.3.5 | uppy | 4.16.0 |
| @uppy/google-photos-picker | 0.3.5 | | |
- meta: Revert "Release: uppy@4.16.0 (#5750 )" (Mikael Finstad)
- meta: force cdn upload (Mikael Finstad)
- meta: fix invalid brach option (now ref) (Mikael Finstad)
- meta: improve release script output (Mikael Finstad)
- meta: fix error (Mikael Finstad)
- meta: Release: uppy@4.16.0 (github-actions[bot] / #5750 )
- meta: Fix node versions (Mikael Finstad / #5740 )
- @uppy/companion-client: don't reject on incorrect origin (Mikael Finstad / #5736 )
- @uppy/companion: implement credentials param `transloadit_gateway` (Mikael Finstad / #5725 )
- @uppy/companion: Fix AES key wear-out (Florian Maury / #5724 )
- @uppy/core: fix undefined reference when cancelling an upload (Prakash / #5730 )
- @uppy/audio,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/image-editor,@uppy/instagram,@uppy/onedrive,@uppy/remote-sources,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/webcam,@uppy/webdav,@uppy/zoom: ts: make locale strings optional (Merlijn Vos / #5728 )
2025-05-18 15:56:52 +00:00
Mikael Finstad
2505189d64
Revert "Release: uppy@4.16.0 ( #5752 )"
...
This reverts commit 6d69ab9e7c .
2025-05-18 17:50:45 +02:00
github-actions[bot]
6d69ab9e7c
Release: uppy@4.16.0 ( #5752 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.3 | @uppy/image-editor | 3.3.3 |
| @uppy/box | 3.2.3 | @uppy/instagram | 4.2.3 |
| @uppy/companion | 5.7.0 | @uppy/onedrive | 4.2.4 |
| @uppy/companion-client | 4.4.2 | @uppy/remote-sources | 2.3.3 |
| @uppy/core | 4.4.5 | @uppy/screen-capture | 4.2.3 |
| @uppy/dashboard | 4.3.4 | @uppy/unsplash | 4.3.4 |
| @uppy/drag-drop | 4.1.3 | @uppy/url | 4.2.4 |
| @uppy/dropbox | 4.2.3 | @uppy/utils | 6.1.4 |
| @uppy/facebook | 4.2.3 | @uppy/webcam | 4.1.3 |
| @uppy/file-input | 4.1.3 | @uppy/webdav | 0.3.3 |
| @uppy/google-drive | 4.3.3 | @uppy/zoom | 3.2.3 |
| @uppy/google-drive-picker | 0.3.5 | uppy | 4.16.0 |
| @uppy/google-photos-picker | 0.3.5 | | |
- meta: Revert "Release: uppy@4.16.0 (#5750 )" (Mikael Finstad)
- meta: force cdn upload (Mikael Finstad)
- meta: fix invalid brach option (now ref) (Mikael Finstad)
- meta: improve release script output (Mikael Finstad)
- meta: fix error (Mikael Finstad)
- meta: Release: uppy@4.16.0 (github-actions[bot] / #5750 )
- meta: Fix node versions (Mikael Finstad / #5740 )
- @uppy/companion-client: don't reject on incorrect origin (Mikael Finstad / #5736 )
- @uppy/companion: implement credentials param `transloadit_gateway` (Mikael Finstad / #5725 )
- @uppy/companion: Fix AES key wear-out (Florian Maury / #5724 )
- @uppy/core: fix undefined reference when cancelling an upload (Prakash / #5730 )
- @uppy/audio,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/image-editor,@uppy/instagram,@uppy/onedrive,@uppy/remote-sources,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/webcam,@uppy/webdav,@uppy/zoom: ts: make locale strings optional (Merlijn Vos / #5728 )
2025-05-18 15:35:46 +00:00
Mikael Finstad
250518b7e4
Revert "Release: uppy@4.16.0 ( #5751 )"
...
This reverts commit 7cc8b25625 .
2025-05-18 17:28:32 +02:00
github-actions[bot]
7cc8b25625
Release: uppy@4.16.0 ( #5751 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.3 | @uppy/image-editor | 3.3.3 |
| @uppy/box | 3.2.3 | @uppy/instagram | 4.2.3 |
| @uppy/companion | 5.7.0 | @uppy/onedrive | 4.2.4 |
| @uppy/companion-client | 4.4.2 | @uppy/remote-sources | 2.3.3 |
| @uppy/core | 4.4.5 | @uppy/screen-capture | 4.2.3 |
| @uppy/dashboard | 4.3.4 | @uppy/unsplash | 4.3.4 |
| @uppy/drag-drop | 4.1.3 | @uppy/url | 4.2.4 |
| @uppy/dropbox | 4.2.3 | @uppy/utils | 6.1.4 |
| @uppy/facebook | 4.2.3 | @uppy/webcam | 4.1.3 |
| @uppy/file-input | 4.1.3 | @uppy/webdav | 0.3.3 |
| @uppy/google-drive | 4.3.3 | @uppy/zoom | 3.2.3 |
| @uppy/google-drive-picker | 0.3.5 | uppy | 4.16.0 |
| @uppy/google-photos-picker | 0.3.5 | | |
- meta: Revert "Release: uppy@4.16.0 (#5750 )" (Mikael Finstad)
- meta: force cdn upload (Mikael Finstad)
- meta: fix invalid brach option (now ref) (Mikael Finstad)
- meta: improve release script output (Mikael Finstad)
- meta: fix error (Mikael Finstad)
- meta: Release: uppy@4.16.0 (github-actions[bot] / #5750 )
- meta: Fix node versions (Mikael Finstad / #5740 )
- @uppy/companion-client: don't reject on incorrect origin (Mikael Finstad / #5736 )
- @uppy/companion: implement credentials param `transloadit_gateway` (Mikael Finstad / #5725 )
- @uppy/companion: Fix AES key wear-out (Florian Maury / #5724 )
- @uppy/core: fix undefined reference when cancelling an upload (Prakash / #5730 )
- @uppy/audio,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/image-editor,@uppy/instagram,@uppy/onedrive,@uppy/remote-sources,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/webcam,@uppy/webdav,@uppy/zoom: ts: make locale strings optional (Merlijn Vos / #5728 )
2025-05-18 15:17:05 +00:00
Mikael Finstad
2505189e96
Revert "Release: uppy@4.16.0 ( #5750 )"
...
This reverts commit 88ba69396e .
2025-05-18 17:06:31 +02:00
github-actions[bot]
88ba69396e
Release: uppy@4.16.0 ( #5750 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.3 | @uppy/image-editor | 3.3.3 |
| @uppy/box | 3.2.3 | @uppy/instagram | 4.2.3 |
| @uppy/companion | 5.7.0 | @uppy/onedrive | 4.2.4 |
| @uppy/companion-client | 4.4.2 | @uppy/remote-sources | 2.3.3 |
| @uppy/core | 4.4.5 | @uppy/screen-capture | 4.2.3 |
| @uppy/dashboard | 4.3.4 | @uppy/unsplash | 4.3.4 |
| @uppy/drag-drop | 4.1.3 | @uppy/url | 4.2.4 |
| @uppy/dropbox | 4.2.3 | @uppy/utils | 6.1.4 |
| @uppy/facebook | 4.2.3 | @uppy/webcam | 4.1.3 |
| @uppy/file-input | 4.1.3 | @uppy/webdav | 0.3.3 |
| @uppy/google-drive | 4.3.3 | @uppy/zoom | 3.2.3 |
| @uppy/google-drive-picker | 0.3.5 | uppy | 4.16.0 |
| @uppy/google-photos-picker | 0.3.5 | | |
- @uppy/companion-client: don't reject on incorrect origin (Mikael Finstad / #5736 )
- @uppy/companion: implement credentials param `transloadit_gateway` (Mikael Finstad / #5725 )
- @uppy/companion: Fix AES key wear-out (Florian Maury / #5724 )
- @uppy/core: fix undefined reference when cancelling an upload (Prakash / #5730 )
- @uppy/audio,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/image-editor,@uppy/instagram,@uppy/onedrive,@uppy/remote-sources,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/webcam,@uppy/webdav,@uppy/zoom: ts: make locale strings optional (Merlijn Vos / #5728 )
2025-05-18 14:24:34 +00:00
github-actions[bot]
3fc1ddb0f9
Release: uppy@4.15.0 ( #5720 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/angular | 0.8.0 | uppy | 4.15.0 |
| @uppy/provider-views | 4.4.3 | | |
- @uppy/provider-views: Fix google photos picker (Mikael Finstad / #5717 )
- meta: build(deps): bump nanoid from 3.3.7 to 5.1.2 (dependabot[bot] / #5664 )
- examples: build(deps-dev): bump vite from 5.4.16 to 5.4.17 (dependabot[bot] / #5707 )
- @uppy/utils: Fix type check ci (Mikael Finstad / #5714 )
- @uppy/angular: Support Angular 19 (#5709 ) (Arnaud Flaesch / #5715 )
- meta: simplify e2e (Mikael Finstad / #5711 )
- meta: fix ready to commit (Mikael Finstad / #5713 )
2025-04-14 12:57:48 +00:00
dependabot[bot]
4663365e40
build(deps-dev): bump vite from 5.4.16 to 5.4.17 ( #5707 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-04-09 15:29:48 +02:00
github-actions[bot]
cb1b753d8a
Release: uppy@4.14.0 ( #5712 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.2 | @uppy/locales | 4.5.2 |
| @uppy/box | 3.2.2 | @uppy/onedrive | 4.2.3 |
| @uppy/companion | 5.6.0 | @uppy/react | 4.2.3 |
| @uppy/core | 4.4.4 | @uppy/remote-sources | 2.3.2 |
| @uppy/dashboard | 4.3.3 | @uppy/screen-capture | 4.2.2 |
| @uppy/drag-drop | 4.1.2 | @uppy/status-bar | 4.1.3 |
| @uppy/dropbox | 4.2.2 | @uppy/transloadit | 4.2.2 |
| @uppy/facebook | 4.2.2 | @uppy/unsplash | 4.3.3 |
| @uppy/file-input | 4.1.2 | @uppy/url | 4.2.3 |
| @uppy/google-drive | 4.3.2 | @uppy/utils | 6.1.3 |
| @uppy/google-drive-picker | 0.3.4 | @uppy/webcam | 4.1.2 |
| @uppy/google-photos-picker | 0.3.4 | @uppy/webdav | 0.3.2 |
| @uppy/image-editor | 3.3.2 | @uppy/zoom | 3.2.2 |
| @uppy/instagram | 4.2.2 | uppy | 4.14.0 |
- @uppy/core: dry retryAll() and upload() (Mikael Finstad / #5691 )
- @uppy/angular: Revert "Support Angular 19" (Mikael Finstad / #5710 )
- @uppy/angular: Support Angular 19 (Arnaud Flaesch / #5709 )
- @uppy/companion: implement dropbox business teams (Mikael Finstad / #5708 )
- @uppy/utils: add msg mimetype (Merlijn Vos / #5699 )
- @uppy/core: fix locale type for plugins (Merlijn Vos / #5700 )
- examples: build(deps-dev): bump vite from 5.4.14 to 5.4.15 (dependabot[bot] / #5703 )
- @uppy/locales: Update nb_NO.ts (Tore Sinding Bekkedal / #5678 )
- meta: build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5689 )
- examples: @uppy-example/aws-nodejs: fix fileType not present in S3 objects (Prakash / #5680 )
- @uppy/core: fix events when retrying with upload() (Prakash / #5696 )
- meta: Fix locales building (Mikael Finstad / #5693 )
- @uppy/google-photos: remove google photos 😢 (Mikael Finstad / #5690 )
- @uppy/locales: Update cs_CZ.ts (David Petrásek / #5658 )
2025-04-08 14:44:08 +00:00
dependabot[bot]
8072802e4c
build(deps-dev): bump vite from 5.4.14 to 5.4.15 ( #5703 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.15/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.15/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 12:03:11 +02:00
Prakash
3d96004490
@uppy-example/aws-nodejs: fix fileType not present in S3 objects ( #5680 )
2025-03-31 09:33:56 +02:00
Mikael Finstad
c764961cc1
remove google photos 😢 ( #5690 )
...
we spent a lot of time on implementing it but google decided to remove it,
so we have no choice
closes #5469
2025-03-24 13:17:23 +00:00
github-actions[bot]
159a2a39d6
Release: uppy@4.13.4 ( #5686 )
...
| Package | Version | Package | Version |
| ----------- | ------- | ----------- | ------- |
| @uppy/core | 4.4.3 | uppy | 4.13.4 |
| @uppy/react | 4.2.2 | | |
- @uppy/core: make upload() idempotent (Merlijn Vos / #5677 )
- @uppy/react: pass getServerSnapshot to useSyncExternalStoreWithSelector (Merlijn Vos / #5685 )
- meta: Fix BasePlugin export for CDN bundle (Merlijn Vos / #5684 )
- meta: build(deps): bump docker/build-push-action from 6.14.0 to 6.15.0 (dependabot[bot] / #5673 )
- meta: build(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 (dependabot[bot] / #5675 )
- meta: build(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 (dependabot[bot] / #5674 )
2025-03-13 08:53:27 +00:00
github-actions[bot]
985e4ca83b
Release: uppy@4.13.3 ( #5665 )
...
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 5.5.2 | @uppy/xhr-upload | 4.3.3 |
| @uppy/dashboard | 4.3.2 | uppy | 4.13.3 |
| @uppy/status-bar | 4.1.2 | | |
- @uppy/dashboard: do not allow drag&drop of file preview (Merlijn Vos / #5650 )
- @uppy/xhr-upload: fix when responseType is set to JSON (Merlijn Vos / #5651 )
- meta: build(deps): bump akhileshns/heroku-deploy from 3.13.15 to 3.14.15 (dependabot[bot] / #5659 )
- meta: build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (dependabot[bot] / #5660 )
- @uppy/status-bar: fix aria-hidden warning (Merlijn Vos / #5663 )
- @uppy/companion: log when tus uploaded size differs (Mikael Finstad / #5647 )
- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648 )
- meta: build(deps): bump elliptic from 6.6.0 to 6.6.1 (dependabot[bot] / #5649 )
- examples: build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 (dependabot[bot] / #5643 )
- meta: build(deps-dev): bump vitest from 1.6.0 to 1.6.1 (dependabot[bot] / #5641 )
- meta: build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5640 )
2025-02-25 12:58:32 +00:00
Mikael Finstad
834b01300a
@uppy/companion: remove redundant HEAD request for file size ( #5648 )
...
* Always get size from stream response headers
because i don't really think we need a separate request for it
* Remove explicit size request
Remove `size` method from providers that don't have a backup method for getting size (that is better than GET download response header)
assumption: GET response content-length is as good as (or better than) HEAD response content-length,
meaning it is not necessary to call getURLMeta when we already tried the original GET response content-length
this reduces the chance of hitting the race condition where the size of a URL changes between the GET and HEAD requests are sent
2025-02-17 22:09:02 +08:00
dependabot[bot]
cdce839115
build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 ( #5643 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.21.5 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 09:47:35 +01:00
github-actions[bot]
daa7d1de17
Release: uppy@4.13.2 ( #5637 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/core | 4.4.2 | @uppy/provider-views | 4.4.2 |
| @uppy/google-drive-picker | 0.3.3 | @uppy/url | 4.2.2 |
| @uppy/google-photos-picker | 0.3.3 | @uppy/utils | 6.1.2 |
| @uppy/locales | 4.5.1 | uppy | 4.13.2 |
- @uppy/utils: do not strip www in getSocketHost (Merlijn Vos / #5621 )
- @uppy/url: skip drag/dropped local files (Merlijn Vos / #5626 )
- @uppy/provider-views: fix google photos picker videos (Mikael Finstad / #5635 )
- @uppy/core,@uppy/google-drive-picker,@uppy/google-photos-picker,@uppy/provider-views:
fix google picker i18n (Mikael Finstad / #5632 )
2025-02-03 14:30:45 +00:00
dependabot[bot]
daf22447d4
build(deps-dev): bump vite from 5.4.8 to 5.4.12 ( #5614 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 14:29:17 +01:00
github-actions[bot]
c6d4cdd3f5
Release: uppy@4.13.1 ( #5617 )
...
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/aws-s3 | 4.2.3 | @uppy/tus | 4.2.2 |
| @uppy/companion | 5.5.1 | uppy | 4.13.1 |
- @uppy/tus: fix resumeFromPreviousUpload race condition (Merlijn Vos / #5616 )
- @uppy/aws-s3: Fixed default shouldUseMultipart (Mika Laitinen / #5613 )
- meta: build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 (dependabot[bot] / #5611 )
- @uppy/aws-s3: remove console.error (Mikael Finstad / #5607 )
- @uppy/companion: unify http error responses (Mikael Finstad / #5595 )
2025-01-22 15:40:47 +00:00
Mikael Finstad
0e2bdfdaa8
@uppy/companion: unify http error responses ( #5595 )
...
* improve comments
* unify http error responses
when proxying requests
this in order to make it easier to debug when setting up companion/transloadit integration, and lessen support burden on us.
remove outdated `err.status` checks. this was added [7+ years ago](https://github.com/transloadit/uppy/blame/cf18689c1055055fc73a33fb9fe18e1046dfc8e4/packages/%40uppy/companion/src/standalone/index.js#L143 ) and we now use `got` which doesn't provide err.status
Instead, for any other unhandled proxied HTTP request error responses, be nice and forward the JSON response to the client for easier debugging
* Update packages/@uppy/companion/src/server/provider/error.js
2025-01-15 22:28:08 +08:00
github-actions[bot]
ec8a3fe8b8
Release: uppy@4.13.0 ( #5605 )
...
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/aws-s3 | 4.2.2 | @uppy/unsplash | 4.3.2 |
| @uppy/companion | 5.5.0 | uppy | 4.13.0 |
- @uppy/aws-s3: always set S3 meta to UppyFile & include key (Merlijn Vos / #5602 )
- @uppy/companion: fix forcePathStyle boolean conversion (Mikael Finstad / #5308 )
- meta: Fix Webpack CI (Merlijn Vos / #5604 )
- @uppy/aws-s3: allow uploads to fail/succeed independently (Merlijn Vos / #5603 )
- meta: Add types for css files (Merlijn Vos / #5591 )
- @uppy/unsplash: make utmSource optional (Merlijn Vos / #5601 )
- meta: build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (dependabot[bot] / #5599 )
- meta: build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 (dependabot[bot] / #5600 )
- @uppy/companion: add COMPANION_TUS_DEFERRED_UPLOAD_LENGTH (Dominik Schmidt / #5561 )
2025-01-15 09:41:29 +00:00
github-actions[bot]
e0561585eb
Release: uppy@4.12.2 ( #5590 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.1 | @uppy/instagram | 4.2.1 |
| @uppy/aws-s3 | 4.2.1 | @uppy/onedrive | 4.2.2 |
| @uppy/box | 3.2.1 | @uppy/progress-bar | 4.2.1 |
| @uppy/companion-client | 4.4.1 | @uppy/provider-views | 4.4.1 |
| @uppy/compressor | 2.2.1 | @uppy/react | 4.2.1 |
| @uppy/core | 4.4.1 | @uppy/remote-sources | 2.3.1 |
| @uppy/dashboard | 4.3.1 | @uppy/screen-capture | 4.2.1 |
| @uppy/drag-drop | 4.1.1 | @uppy/status-bar | 4.1.1 |
| @uppy/drop-target | 3.1.1 | @uppy/thumbnail-generator | 4.1.1 |
| @uppy/dropbox | 4.2.1 | @uppy/transloadit | 4.2.1 |
| @uppy/facebook | 4.2.1 | @uppy/tus | 4.2.1 |
| @uppy/file-input | 4.1.1 | @uppy/unsplash | 4.3.1 |
| @uppy/form | 4.1.1 | @uppy/url | 4.2.1 |
| @uppy/golden-retriever | 4.1.1 | @uppy/vue | 2.1.1 |
| @uppy/google-drive | 4.3.1 | @uppy/webcam | 4.1.1 |
| @uppy/google-drive-picker | 0.3.2 | @uppy/webdav | 0.3.1 |
| @uppy/google-photos | 0.5.1 | @uppy/xhr-upload | 4.3.2 |
| @uppy/google-photos-picker | 0.3.2 | @uppy/zoom | 3.2.1 |
| @uppy/image-editor | 3.3.1 | uppy | 4.12.2 |
| @uppy/informer | 4.2.1 | | |
- @uppy/provider-views: Import types consistently from @uppy/core (Merlijn Vos / #5589 )
- @uppy/status-bar: fix double upload progress (Mikael Finstad / #5587 )
- @uppy/provider-views: fix incorrect import (Merlijn Vos / #5588 )
2025-01-09 12:48:54 +00:00
github-actions[bot]
f4b40b6f82
Release: uppy@4.12.1 ( #5583 )
...
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/companion | 5.4.1 | uppy | 4.12.1 |
- @uppy/companion: upgrade express & express-session (Merlijn Vos / #5582 )
2025-01-08 12:36:38 +00:00
github-actions[bot]
3ad21f03c7
Release: uppy@4.12.0 ( #5581 )
...
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/google-drive-picker | 0.3.1 | @uppy/unsplash | 4.3.0 |
| @uppy/google-photos-picker | 0.3.1 | @uppy/utils | 6.1.1 |
| @uppy/onedrive | 4.2.1 | @uppy/xhr-upload | 4.3.1 |
| @uppy/provider-views | 4.4.0 | uppy | 4.12.0 |
| @uppy/svelte | 4.3.0 | | |
- @uppy/unsplash,@uppy/provider-views: add utmSource option (Merlijn Vos / #5580 )
- @uppy/xhr-upload: allow custom error message in onAfterResponse (Merlijn Vos / #5578 )
- @uppy/onedrive: fix AsyncStore import (Merlijn Vos / #5579 )
- @uppy/google-drive-picker,@uppy/google-photos-picker: Fix Google Picker plugins locale (Merlijn Vos / #5575 )
2025-01-08 10:02:48 +00:00