prakash
1d41bcf342
fix lint based on new biome rules after merge
2026-06-20 02:02:11 +05:30
prakash
9f88450929
update comments , update type casing and update examples based on feedback
2026-06-20 01:56:45 +05:30
prakash
5585a796af
Merge remote-tracking branch 'origin/main' into restore/pr-6284
2026-06-20 01:37:42 +05:30
Prakash
49398593bd
@uppy/aws-s3: update examples ( #6311 )
...
- update outdated examples based on latest api changes
2026-06-17 13:54:48 +05:30
Prakash
50de6d1066
update aws-nodejs examples ( #6187 )
...
- removed old examples , entirely remove withCustomEndpoints.html as
every s3 operations are now handled by s3mini so no need of it.
- add new examples and update README.md
2026-06-17 13:54:47 +05:30
Prakash
3529f97899
fix signature mismatch in @uppy/aws-s3 ( #6165 )
...
shouldUseMultipart: true was not working due to signature mismatch
AI summary :
This pull request improves support for specifying the `contentType`
during S3 uploads, ensuring that the correct content type is set when
generating presigned URLs for both single and multipart uploads. It also
updates the client-side and server-side code to handle this new
parameter.
**Backend and API enhancements:**
- Updated the `/s3/presign` endpoint in `index.js` to accept an optional
`contentType` parameter and to include it in the S3 `PutObjectCommand`
and `CreateMultipartUploadCommand` requests, defaulting to
`'application/octet-stream'` if not provided.
[[1]](diffhunk://#diff-0c4471088c62917198e1438777b4c7e78fd4d87d450d2a7c78b86b7c647ac97bL360-R360)
[[2]](diffhunk://#diff-0c4471088c62917198e1438777b4c7e78fd4d87d450d2a7c78b86b7c647ac97bR384-R391)
**Client-side and types improvements:**
- Added `contentType` to the `presignableRequest` type to ensure type
safety and clarity when passing this parameter.
- Modified the S3 client (`S3.ts`) to include `contentType` when making
presign requests.
- Updated the example HTML (`rewrite-test.html`) to send `contentType`
in presign requests and enabled multipart uploads for testing.
[[1]](diffhunk://#diff-ca9bc28a71d2d8ac4e0aa6844698f2244594a12e695fc3e153db36674ccb2b52L103-R103)
[[2]](diffhunk://#diff-ca9bc28a71d2d8ac4e0aa6844698f2244594a12e695fc3e153db36674ccb2b52R114)
2026-06-17 13:54:47 +05:30
Prakash
af1ce527f5
implement minimal aws-s3 plugin ( #6151 )
...
Working :
- Simple uploads (putObject)
- Multipart uploads
- Pause / Resume / Abort , Resume works using listParts as before
- Progress tracking per chunk ( `#onProgress` ) - this is temporary ,
until we implement xhr based progress tracking as - before.
**added new examples to examples/aws-nodejs to test the rewrite , old
examples will eventually be removed**
Not Yet Implemented
- Rate limiting – Currently uploads are sequential
- Retries
- Remote file uploads – Files from Google Drive, Dropbox, etc.
XHR progress
- full wiring with uppy state ( I saw few state bugs while testing it
manually )
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
2026-06-17 13:54:47 +05:30
Prakash
5519b84409
@uppy: upgrade biome and more improvements ( #6244 )
...
- This PR upgrades `biome` from `2.0.5` -> `2.1.2` and adds two new
rules
-
[noUnusedImports](https://biomejs.dev/linter/rules/no-unused-private-class-members )
( we already had suppressions for this rule in code, but the rule itself
was never enabled in the config )
-
[noUnusedPrivateClassMembers](https://biomejs.dev/linter/rules/no-unused-private-class-members/ )
- remove stale suppressions.
- remove stale code.
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-21 12:28:03 +08:00
Prakash
d9d44ce5e5
upgrade to express v5 ( #6304 )
...
exact copy of #6175
- I will point the uppy deps upgrade pr to this PR's branch
- no other changes needed in this branch as #6175 was reviewed and all
the comments were resolved
this should be the order of merge :
1. #6300
2. uppy deps upgrade ( yet to be raised )
3. merge this to main
4. merge biome changes #6244
@mifi let me know if you think otherwise.
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-21 11:14:23 +08:00
Prakash
d9742ba4e4
Revert "Upgrade to express 5" ( #6303 )
...
Reverts transloadit/uppy#6175
2026-05-21 02:36:00 +05:30
Mikael Finstad
489d76717c
Upgrade to express 5 ( #6175 )
...
closes #6157
https://expressjs.com/en/guide/migrating-5.html
---------
Co-authored-by: Prakash <qxprakash@gmail.com>
2026-05-20 21:06:46 +05:30
dependabot[bot]
5b680f2f05
build(deps): bump body-parser from 1.20.3 to 1.20.4 ( #6070 )
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from
1.20.3 to 1.20.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/body-parser/releases ">body-parser's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.1</h2>
<h2>Important: Security</h2>
<ul>
<li>Security fix for <a
href="https://www.cve.org/CVERecord?id=CVE-2025-13466 ">CVE-2025-13466</a>
(<a
href="https://github.com/expressjs/body-parser/security/advisories/GHSA-wqch-xfxh-vrr4 ">GHSA-wqch-xfxh-vrr4</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>ci: add dependabot by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/593 ">expressjs/body-parser#593</a></li>
<li>ci: use full SHAs for github action versions by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/594 ">expressjs/body-parser#594</a></li>
<li>deps: type-is@^2.0.1 by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/599 ">expressjs/body-parser#599</a></li>
<li>build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/609 ">expressjs/body-parser#609</a></li>
<li>build(deps): bump github/codeql-action from 3.28.13 to 3.28.15 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/610 ">expressjs/body-parser#610</a></li>
<li>build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.6.0 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/611 ">expressjs/body-parser#611</a></li>
<li>build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.31.0 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/613 ">expressjs/body-parser#613</a></li>
<li>build(deps-dev): bump eslint-plugin-markdown from 3.0.0 to 3.0.1 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/612 ">expressjs/body-parser#612</a></li>
<li>ci: add codeql github workflows scanning by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/614 ">expressjs/body-parser#614</a></li>
<li>ci: update CodeQL config to ignore the test directory by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/615 ">expressjs/body-parser#615</a></li>
<li>build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/620 ">expressjs/body-parser#620</a></li>
<li>build(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/619 ">expressjs/body-parser#619</a></li>
<li>chore(deps): unpin devDependencies by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/616 ">expressjs/body-parser#616</a></li>
<li>ci: add node.js 24 to test matrix by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/621 ">expressjs/body-parser#621</a></li>
<li>build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/623 ">expressjs/body-parser#623</a></li>
<li>build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/624 ">expressjs/body-parser#624</a></li>
<li>chore: add funding to package.json by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/617 ">expressjs/body-parser#617</a></li>
<li>build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/625 ">expressjs/body-parser#625</a></li>
<li>build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/630 ">expressjs/body-parser#630</a></li>
<li>refactor: move common request validation to read function by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/600 ">expressjs/body-parser#600</a></li>
<li>deps: bump iconv-lite by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/631 ">expressjs/body-parser#631</a></li>
<li>doc: pull beta changelog forward into 2.0.0 by <a
href="https://github.com/jonchurch "><code>@jonchurch</code></a> in <a
href="https://redirect.github.com/expressjs/body-parser/pull/629 ">expressjs/body-parser#629</a></li>
<li>refactor: optimize raw and text parsers with shared passthrough
function by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/634 ">expressjs/body-parser#634</a></li>
<li>build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/640 ">expressjs/body-parser#640</a></li>
<li>build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/639 ">expressjs/body-parser#639</a></li>
<li>build(deps): bump actions/setup-node from 4.4.0 to 5.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/636 ">expressjs/body-parser#636</a></li>
<li>build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/637 ">expressjs/body-parser#637</a></li>
<li>build(deps): bump github/codeql-action from 3.29.7 to 3.30.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/638 ">expressjs/body-parser#638</a></li>
<li>deps: raw-body@^3.0.1 by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/641 ">expressjs/body-parser#641</a></li>
<li>deps: debug@^4.4.3 by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/642 ">expressjs/body-parser#642</a></li>
<li>docs: add iconv-lite 0.7.0 changes to history entry by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/645 ">expressjs/body-parser#645</a></li>
<li>ci: add node.js 25 to test matrix by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/650 ">expressjs/body-parser#650</a></li>
<li>perf: move read options outside parser middlewares by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/648 ">expressjs/body-parser#648</a></li>
<li>test(json): add RFC 7159 whitespace edge cases by <a
href="https://github.com/Ayoub-Mabrouk "><code>@Ayoub-Mabrouk</code></a>
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/653 ">expressjs/body-parser#653</a></li>
<li>test: add test for urlencoded invalid defaultCharset by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/643 ">expressjs/body-parser#643</a></li>
<li>build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by
<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/657 ">expressjs/body-parser#657</a></li>
<li>build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/656 ">expressjs/body-parser#656</a></li>
<li>build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/655 ">expressjs/body-parser#655</a></li>
<li>build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/654 ">expressjs/body-parser#654</a></li>
<li>ci: also test on first supported node.js version by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/646 ">expressjs/body-parser#646</a></li>
<li>chore: switch badges from badgen.net to shields.io by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/661 ">expressjs/body-parser#661</a></li>
<li>Remove history.md from being packaged on publish by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/body-parser/pull/660 ">expressjs/body-parser#660</a></li>
<li>Release: 2.2.1 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/body-parser/pull/659 ">expressjs/body-parser#659</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/body-parser/blob/master/HISTORY.md ">body-parser's
changelog</a>.</em></p>
<blockquote>
<h1>2.2.1 / 2025-11-24</h1>
<ul>
<li>Security fix for <a
href="https://github.com/expressjs/body-parser/security/advisories/GHSA-wqch-xfxh-vrr4 ">GHSA-wqch-xfxh-vrr4</a></li>
<li>deps:
<ul>
<li>type-is@^2.0.1</li>
<li>iconv-lite@^0.7.0
<ul>
<li>Handle split surrogate pairs when encoding UTF-8</li>
<li>Avoid false positives in <code>encodingExists</code> by using
prototype-less objects</li>
</ul>
</li>
<li>raw-body@^3.0.1</li>
<li>debug@^4.4.3</li>
</ul>
</li>
</ul>
<h1>2.2.0 / 2025-03-27</h1>
<ul>
<li>refactor: normalize common options for all parsers</li>
<li>deps:
<ul>
<li>iconv-lite@^0.6.3</li>
</ul>
</li>
</ul>
<h1>2.1.0 / 2025-02-10</h1>
<ul>
<li>deps:
<ul>
<li>type-is@^2.0.0</li>
<li>debug@^4.4.0</li>
<li>Removed destroy</li>
</ul>
</li>
<li>refactor: prefix built-in node module imports</li>
<li>use the node require cache instead of custom caching</li>
</ul>
<h1>2.0.2 / 2024-10-31</h1>
<ul>
<li>remove <code>unpipe</code> package and use native
<code>unpipe()</code> method</li>
</ul>
<h1>2.0.1 / 2024-09-10</h1>
<ul>
<li>Restore expected behavior <code>extended</code> to
<code>false</code></li>
</ul>
<h1>2.0.0 / 2024-09-10</h1>
<h2>Breaking Changes</h2>
<ul>
<li>Node.js 18 is the minimum supported version</li>
<li><code>req.body</code> is no longer always initialized to
<code>{}</code>
<ul>
<li>it is left <code>undefined</code> unless a body is parsed</li>
</ul>
</li>
<li>Remove deprecated <code>bodyParser()</code> combination
middleware</li>
<li><del><code>urlencoded</code> parser now defaults
<code>extended</code> to <code>false</code></del> as released, this is
not the case, fixed in 2.0.1</li>
<li><code>urlencoded</code> simple parser now uses <code>qs</code>
module instead of <code>querystring</code> module</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d96b63da8d "><code>d96b63d</code></a>
2.2.1 (<a
href="https://redirect.github.com/expressjs/body-parser/issues/659 ">#659</a>)</li>
<li><a
href="b204886a67 "><code>b204886</code></a>
sec: security patch for CVE-2025-13466</li>
<li><a
href="e20e3512e0 "><code>e20e351</code></a>
feat: remove <code>history.md</code> from being packaged on publish (<a
href="https://redirect.github.com/expressjs/body-parser/issues/660 ">#660</a>)</li>
<li><a
href="0d7ce71c84 "><code>0d7ce71</code></a>
docs: switch badges from badgen.net to shields.io (<a
href="https://redirect.github.com/expressjs/body-parser/issues/661 ">#661</a>)</li>
<li><a
href="168afff347 "><code>168afff</code></a>
ci: also test on first supported node.js version (<a
href="https://redirect.github.com/expressjs/body-parser/issues/646 ">#646</a>)</li>
<li><a
href="e539a7121d "><code>e539a71</code></a>
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/expressjs/body-parser/issues/654 ">#654</a>)</li>
<li><a
href="939161277a "><code>9391612</code></a>
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (<a
href="https://redirect.github.com/expressjs/body-parser/issues/655 ">#655</a>)</li>
<li><a
href="57baafb3bb "><code>57baafb</code></a>
build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 (<a
href="https://redirect.github.com/expressjs/body-parser/issues/656 ">#656</a>)</li>
<li><a
href="a6a088e088 "><code>a6a088e</code></a>
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/expressjs/body-parser/issues/657 ">#657</a>)</li>
<li><a
href="10a114d55d "><code>10a114d</code></a>
test: add test for urlencoded invalid defaultCharset (<a
href="https://redirect.github.com/expressjs/body-parser/issues/643 ">#643</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/expressjs/body-parser/compare/1.20.3...v2.2.1 ">compare
view</a></li>
</ul>
</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-12-02 09:55:11 +01:00
dependabot[bot]
39b82fd231
build(deps): bump express from 4.19.2 to 4.22.0 ( #6079 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.19.2 to
4.22.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/express/releases ">express's
releases</a>.</em></p>
<blockquote>
<h2>4.22.0</h2>
<h2>Important: Security</h2>
<ul>
<li>Security fix for <a
href="https://www.cve.org/CVERecord?id=CVE-2024-51999 ">CVE-2024-51999</a>
(<a
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6 ">GHSA-pj86-cfqh-vqx6</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Refactor: improve readability by <a
href="https://github.com/sazk07 "><code>@sazk07</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/6190 ">expressjs/express#6190</a></li>
<li>ci: add support for Node.js@23.0 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6080 ">expressjs/express#6080</a></li>
<li>Method functions with no path should error by <a
href="https://github.com/wesleytodd "><code>@wesleytodd</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/5957 ">expressjs/express#5957</a></li>
<li>ci: updated github actions ci workflow by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6323 ">expressjs/express#6323</a></li>
<li>ci: reorder <code>npm i</code> steps to fix ci for older node
versions by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6336 ">expressjs/express#6336</a></li>
<li>Backport: ci: add node.js 24 to test matrix by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6506 ">expressjs/express#6506</a></li>
<li>chore(4.x): wider range for query test skip by <a
href="https://github.com/jonchurch "><code>@jonchurch</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/6513 ">expressjs/express#6513</a></li>
<li>use tilde notation for certain dependencies by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6905 ">expressjs/express#6905</a></li>
<li>deps: qs@6.14.0 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6909 ">expressjs/express#6909</a></li>
<li>deps: use tilde notation for <code>qs</code> by <a
href="https://github.com/Phillip9587 "><code>@Phillip9587</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6919 ">expressjs/express#6919</a></li>
<li>Release: 4.22.0 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6921 ">expressjs/express#6921</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/express/compare/4.21.2...4.22.0 ">https://github.com/expressjs/express/compare/4.21.2...4.22.0 </a></p>
<h2>4.21.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add funding field (v4) by <a
href="https://github.com/bjohansebas "><code>@bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6065 ">expressjs/express#6065</a></li>
<li>deps: path-to-regexp@0.1.11 by <a
href="https://github.com/blakeembrey "><code>@blakeembrey</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/5956 ">expressjs/express#5956</a></li>
<li>deps: bump path-to-regexp@0.1.12 by <a
href="https://github.com/jonchurch "><code>@jonchurch</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/6209 ">expressjs/express#6209</a></li>
<li>Release: 4.21.2 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6094 ">expressjs/express#6094</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/express/compare/4.21.1...4.21.2 ">https://github.com/expressjs/express/compare/4.21.1...4.21.2 </a></p>
<h2>4.21.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Backport a fix for CVE-2024-47764 to the 4.x branch by <a
href="https://github.com/joshbuker "><code>@joshbuker</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/6029 ">expressjs/express#6029</a></li>
<li>Release: 4.21.1 by <a
href="https://github.com/UlisesGascon "><code>@UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6031 ">expressjs/express#6031</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/express/compare/4.21.0...4.21.1 ">https://github.com/expressjs/express/compare/4.21.0...4.21.1 </a></p>
<h2>4.21.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Deprecate <code>"back"</code> magic string in redirects by
<a href="https://github.com/blakeembrey "><code>@blakeembrey</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/5935 ">expressjs/express#5935</a></li>
<li>finalhandler@1.3.1 by <a
href="https://github.com/wesleytodd "><code>@wesleytodd</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/5954 ">expressjs/express#5954</a></li>
<li>fix(deps): serve-static@1.16.2 by <a
href="https://github.com/wesleytodd "><code>@wesleytodd</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/5951 ">expressjs/express#5951</a></li>
<li>Upgraded dependency qs to 6.13.0 to match qs in body-parser by <a
href="https://github.com/agadzinski93 "><code>@agadzinski93</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/5946 ">expressjs/express#5946</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/agadzinski93 "><code>@agadzinski93</code></a>
made their first contribution in <a
href="https://redirect.github.com/expressjs/express/pull/5946 ">expressjs/express#5946</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/express/blob/4.22.0/History.md ">express's
changelog</a>.</em></p>
<blockquote>
<h1>4.22.0 / 2025-12-01</h1>
<ul>
<li>Security fix for <a
href="https://www.cve.org/CVERecord?id=CVE-2024-51999 ">CVE-2024-51999</a>
(<a
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6 ">GHSA-pj86-cfqh-vqx6</a>)</li>
<li>deps: use tilde notation for dependencies</li>
<li>deps: qs@6.14.0</li>
</ul>
<h1>4.21.2 / 2024-11-06</h1>
<ul>
<li>deps: path-to-regexp@0.1.12
<ul>
<li>Fix backtracking protection</li>
</ul>
</li>
<li>deps: path-to-regexp@0.1.11
<ul>
<li>Throws an error on invalid path values</li>
</ul>
</li>
</ul>
<h1>4.21.1 / 2024-10-08</h1>
<ul>
<li>Backported a fix for <a
href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764 ">CVE-2024-47764</a></li>
</ul>
<h1>4.21.0 / 2024-09-11</h1>
<ul>
<li>Deprecate <code>res.location("back")</code> and
<code>res.redirect("back")</code> magic string</li>
<li>deps: serve-static@1.16.2
<ul>
<li>includes send@0.19.0</li>
</ul>
</li>
<li>deps: finalhandler@1.3.1</li>
<li>deps: qs@6.13.0</li>
</ul>
<h1>4.20.0 / 2024-09-10</h1>
<ul>
<li>deps: serve-static@0.16.0
<ul>
<li>Remove link renderization in html while redirecting</li>
</ul>
</li>
<li>deps: send@0.19.0
<ul>
<li>Remove link renderization in html while redirecting</li>
</ul>
</li>
<li>deps: body-parser@0.6.0
<ul>
<li>add <code>depth</code> option to customize the depth level in the
parser</li>
<li>IMPORTANT: The default <code>depth</code> level for parsing
URL-encoded data is now <code>32</code> (previously was
<code>Infinity</code>)</li>
</ul>
</li>
<li>Remove link renderization in html while using
<code>res.redirect</code></li>
<li>deps: path-to-regexp@0.1.10
<ul>
<li>Adds support for named matching groups in the routes using a
regex</li>
<li>Adds backtracking protection to parameters without regexes
defined</li>
</ul>
</li>
<li>deps: encodeurl@~2.0.0
<ul>
<li>Removes encoding of <code>\</code>, <code>|</code>, and
<code>^</code> to align better with URL spec</li>
</ul>
</li>
<li>Deprecate passing <code>options.maxAge</code> and
<code>options.expires</code> to <code>res.clearCookie</code>
<ul>
<li>Will be ignored in v5, clearCookie will set a cookie with an expires
in the past to instruct clients to delete the cookie</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="49744abd11 "><code>49744ab</code></a>
4.22.0 (<a
href="https://redirect.github.com/expressjs/express/issues/6921 ">#6921</a>)</li>
<li><a
href="6e97452f60 "><code>6e97452</code></a>
sec: security patch for CVE-2024-51999</li>
<li><a
href="6a23d34d65 "><code>6a23d34</code></a>
deps: use tilde notation for <code>qs</code> (<a
href="https://redirect.github.com/expressjs/express/issues/6919 ">#6919</a>)</li>
<li><a
href="8c12cdf93b "><code>8c12cdf</code></a>
deps: qs@6.14.0 (<a
href="https://redirect.github.com/expressjs/express/issues/6909 ">#6909</a>)</li>
<li><a
href="7fea74fcf0 "><code>7fea74f</code></a>
deps: use tilde notation for certain dependencies (<a
href="https://redirect.github.com/expressjs/express/issues/6905 ">#6905</a>)</li>
<li><a
href="dac7a0475a "><code>dac7a04</code></a>
chore: wider range for query test skip (<a
href="https://redirect.github.com/expressjs/express/issues/6513 ">#6513</a>)</li>
<li><a
href="997919b488 "><code>997919b</code></a>
ci: add node.js 24 to test matrix (<a
href="https://redirect.github.com/expressjs/express/issues/6506 ">#6506</a>)</li>
<li><a
href="36fb59c6c7 "><code>36fb59c</code></a>
fix(ci): reorder <code>npm i</code> steps to fix ci for older node
versions (<a
href="https://redirect.github.com/expressjs/express/issues/6336 ">#6336</a>)</li>
<li><a
href="3a5edfaff0 "><code>3a5edfa</code></a>
fix(ci): updated github actions ci workflow (<a
href="https://redirect.github.com/expressjs/express/issues/6323 ">#6323</a>)</li>
<li><a
href="52d978119a "><code>52d9781</code></a>
fix(test): add test for method routes without paths <a
href="https://redirect.github.com/expressjs/express/issues/5955 ">#5955</a></li>
<li>Additional commits viewable in <a
href="https://github.com/expressjs/express/compare/4.19.2...4.22.0 ">compare
view</a></li>
</ul>
</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-12-02 09:46:06 +01: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
Merlijn Vos
78299475ae
Migrate from Eslint/Prettier/Stylelint to Biome ( #5794 )
2025-07-01 14:55:41 +02:00
Prakash
3d96004490
@uppy-example/aws-nodejs: fix fileType not present in S3 objects ( #5680 )
2025-03-31 09:33:56 +02:00
dependabot[bot]
14b10b02e3
build(deps): bump body-parser from 1.20.2 to 1.20.3 ( #5462 )
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 10:52:26 +02:00
Antoine du Hamel
37ad27d5d1
Merge branch main
2024-07-02 16:15:36 +02:00
Nadeem Reinhardt
7c174e85b7
@uppy/companion: add s3.forcePathStyle option ( #5066 )
...
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-07-02 16:13:35 +02:00
github-actions[bot]
46e6be8f1a
Release: uppy@3.27.1 ( #5285 )
...
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/dashboard | 3.9.1 | uppy | 3.27.1 |
| @uppy/xhr-upload | 3.6.8 | | |
- @uppy/xhr-upload: add `'PATCH'` as valid method (Quinn Daley / #5279 )
- @uppy/dashboard: fix handling of `null` for `doneButtonHandler` (Antoine du Hamel / #5283 )
- meta: Bump docker/build-push-action from 5.4.0 to 6.1.0 (dependabot[bot] / #5272 )
- docs: rewrite Instagram dev setup section (Evgenia Karunus / #5274 )
- meta: remove the Zoom section from `CONTRIBUTING.md` (Evgenia Karunus / #5273 )
2024-06-27 15:40:20 +00:00
Antoine du Hamel
a42b150639
Merge stable branch
2024-06-18 17:22:02 +02:00
github-actions[bot]
b5df7d05c6
Release: uppy@3.27.0 ( #5257 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/box | 2.4.0 | @uppy/onedrive | 3.4.0 |
| @uppy/companion | 4.14.0 | @uppy/provider-views | 3.13.0 |
| @uppy/core | 3.13.0 | @uppy/react | 3.4.0 |
| @uppy/dashboard | 3.9.0 | @uppy/remote-sources | 1.3.0 |
| @uppy/dropbox | 3.4.0 | @uppy/transloadit | 3.8.0 |
| @uppy/google-drive | 3.6.0 | uppy | 3.27.0 |
| @uppy/google-photos | 0.1.0 | | |
- @uppy/google-photos: add plugin (Mikael Finstad / #5061 )
- examples: updating aws-nodejs example listParts logic for resuming uploads (Mitchell Rhoads / #5192 )
- meta: Bump docker/login-action from 3.1.0 to 3.2.0 (dependabot\[bot] / #5217 )
- meta: Bump docker/build-push-action from 5.3.0 to 5.4.0 (dependabot\[bot] / #5252 )
- @uppy/transloadit: also fix outdated assembly transloadit:result (Merlijn Vos / #5246 )
- docs: fix typo in the url (Evgenia Karunus)
- @uppy/companion: Bump ws from 8.8.1 to 8.17.1 (dependabot\[bot] / #5256 )
2024-06-18 09:26:52 +00:00
Mitchell Rhoads
a5bc28acda
updating aws-nodejs example listParts logic for resuming uploads ( #5192 )
...
Co-authored-by: Mitchell Rhoads <mrhoads@tunego.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-06-17 10:26:44 +02:00
Antoine du Hamel
087d8f07f0
@uppy/aws-s3: add endpoint option ( #5173 )
2024-06-13 14:55:12 +02:00
github-actions[bot]
36c15a3d57
Release: uppy@4.0.0-beta.11 ( #5243 )
...
| Package | Version | Package | Version |
| -------------------- | ------------- | -------------------- | ------------- |
| @uppy/aws-s3 | 4.0.0-beta.6 | @uppy/react | 4.0.0-beta.6 |
| @uppy/locales | 4.0.0-beta.3 | @uppy/transloadit | 4.0.0-beta.8 |
| @uppy/provider-views | 4.0.0-beta.8 | uppy | 4.0.0-beta.11 |
- docs: clarify assemblyOptions for @uppy/transloadit (Merlijn Vos / #5226 )
- @uppy/react: remove `react:` prefix from `id` & allow `id` as a prop (Merlijn Vos / #5228 )
- docs: correct allowedMetaFields (Merlijn Vos / #5227 )
- docs: remove `extraData` note from migration guide (Mikael Finstad / #5219 )
- meta: fix AWS test suite (Antoine du Hamel / #5229 )
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/locales | 3.5.4 | @uppy/transloadit | 3.7.1 |
| @uppy/provider-views | 3.12.1 | uppy | 3.26.1 |
- meta: Improve aws-node example readme (Artur Paikin / #4753 )
- @uppy/locales: Added translation string (it_IT) (Samuel / #5237 )
- @uppy/transloadit: fix transloadit:result event (Merlijn Vos / #5231 )
- @uppy/provider-views: fix wrong font for files (Merlijn Vos / #5234 )
2024-06-13 11:22:50 +00:00
github-actions[bot]
a89009dbf0
Release: uppy@3.26.1 ( #5242 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/locales | 3.5.4 | @uppy/transloadit | 3.7.1 |
| @uppy/provider-views | 3.12.1 | uppy | 3.26.1 |
- meta: Improve aws-node example readme (Artur Paikin / #4753 )
- @uppy/locales: Added translation string (it_IT) (Samuel / #5237 )
- @uppy/transloadit: fix transloadit:result event (Merlijn Vos / #5231 )
- @uppy/provider-views: fix wrong font for files (Merlijn Vos / #5234 )
2024-06-11 08:36:55 +00:00
Artur Paikin
abf65eeb91
meta: Improve aws-node example readme ( #4753 )
...
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-06-10 15:51:59 +02:00
github-actions[bot]
366449eeed
Release: uppy@4.0.0-beta.10 ( #5225 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------- | ---------------------- | ------------- |
| @uppy/angular | 0.7.0-beta.5 | @uppy/instagram | 4.0.0-beta.6 |
| @uppy/audio | 2.0.0-beta.6 | @uppy/locales | 4.0.0-beta.2 |
| @uppy/aws-s3 | 4.0.0-beta.5 | @uppy/onedrive | 4.0.0-beta.6 |
| @uppy/aws-s3-multipart | 4.0.0-beta.6 | @uppy/provider-views | 4.0.0-beta.7 |
| @uppy/box | 3.0.0-beta.6 | @uppy/status-bar | 4.0.0-beta.9 |
| @uppy/companion | 5.0.0-beta.9 | @uppy/transloadit | 4.0.0-beta.7 |
| @uppy/companion-client | 4.0.0-beta.7 | @uppy/tus | 4.0.0-beta.6 |
| @uppy/core | 4.0.0-beta.9 | @uppy/unsplash | 4.0.0-beta.7 |
| @uppy/dashboard | 4.0.0-beta.9 | @uppy/url | 4.0.0-beta.7 |
| @uppy/drop-target | 3.0.0-beta.5 | @uppy/utils | 6.0.0-beta.8 |
| @uppy/dropbox | 4.0.0-beta.7 | @uppy/webcam | 4.0.0-beta.8 |
| @uppy/facebook | 4.0.0-beta.6 | @uppy/xhr-upload | 4.0.0-beta.6 |
| @uppy/form | 4.0.0-beta.4 | @uppy/zoom | 3.0.0-beta.6 |
| @uppy/golden-retriever | 4.0.0-beta.5 | uppy | 4.0.0-beta.10 |
| @uppy/google-drive | 4.0.0-beta.6 | | |
- @uppy/audio: remove unused component props (Antoine du Hamel / #5209 )
- @uppy/angular: fix invalid char in `package.json` (Antoine du Hamel / #5224 )
- meta: use default argument value instead of `defaultProps` (Antoine du Hamel / #5222 )
- @uppy/angular: upgrade to Angular 18 (Antoine du Hamel / #5215 )
- @uppy/utils: remove unused `settle` (Antoine du Hamel / #5210 )
- @uppy/form: move internal property to private field (Antoine du Hamel / #5214 )
- @uppy/dashboard: remove unused component props (Antoine du Hamel / #5213 )
- @uppy/status-bar: remove unused component props (Antoine du Hamel / #5211 )
- @uppy/audio: move internal property to private field (Antoine du Hamel / #5207 )
- @uppy/aws-s3: remove todo (Mikael Finstad / #5200 )
- @uppy/core: remove unnecessary todo (Mikael Finstad / #5200 )
- @uppy/aws-s3: do not expose internal `assertHost` method (Mikael Finstad / #5200 )
- @uppy/aws-s3: make passing `signal` consistent (Mikael Finstad / #5200 )
- @uppy/core: remove `'upload-started'` event (Mikael Finstad / #5200 )
- @uppy/aws-s3: remove `chunkState` getter (Mikael Finstad / #5200 )
- @uppy/drop-target: remove `title` property (Mikael Finstad / #5200 )
- @uppy/golden-retriever: remove unused `ready` setters (Mikael Finstad / #5200 )
- @uppy/dashboard: remove deprecated `autoOpenFileEditor` option (Mikael Finstad / #5200 )
- @uppy/aws-s3: remove `uploaderSockets` (Mikael Finstad / #5200 )
- @uppy/locales: remove hacks for legacy bundle (Mikael Finstad / #5200 )
- @uppy/status-bar: rename `StatusBar` to `StatusBarUI` (Mikael Finstad / #5200 )
- @uppy/url: remove unused error handler (Mikael Finstad / #5200 )
- @uppy/aws-s3,@uppy/tus,@uppy/utils,@uppy/xhr-upload: remove `uploader` from `upload-progress` event (Mikael Finstad / #5200 )
- @uppy/webcam: remove `facingMode` option (Mikael Finstad / #5200 )
- @uppy/companion: invert some internal boolean options (Mikael Finstad / #5198 )
- @uppy/companion: rename `authProvider` to `oauthProvider` (Mikael Finstad / #5198 )
- @uppy/companion: remove unused headers (Mikael Finstad / #5198 )
- @uppy/companion: remove sanitizing of metadata (Mikael Finstad / #5198 )
- @uppy/companion-client: do not allow boolean `RequestOptions` (Mikael Finstad / #5198 )
- @uppy/companion-client: remove deprecated options (Mikael Finstad / #5198 )
- @uppy/companion: remove `error.extraData` (Mikael Finstad / #5198 )
- @uppy/companion-client: make `supportsRefreshToken` default (Mikael Finstad / #5198 )
- @uppy/companion-client: remove optional chaining (Mikael Finstad / #5198 )
- @uppy/companion: capitalize POST (Mikael Finstad / #5198 )
- @uppy/companion: simplify code by using modern Node.js APIs (Mikael Finstad / #5198 )
- @uppy/companion-client: remove `Socket` (Mikael Finstad / #5198 )
- @uppy/companion: rename `getExtraConfig` to `getExtraGrantConfig` (Mikael Finstad / #5198 )
- @uppy/companion: change `COMPANION_ENABLE_URL_ENDPOINT` default (Mikael Finstad / #5198 )
- @uppy/companion: change default value for Redis session prefix (Mikael Finstad / #5198 )
- examples: make React example up-to-date (Merlijn Vos / #5205 )
- @uppy/core: add type tests (Merlijn Vos / #5153 )
- @uppy/provider-views: PartialTree - get rid of `.onFirstRender()` (Evgenia Karunus / #5187 )
- @uppy/core: pass file to events consistently (Merlijn Vos / #5136 )
- docs: assume tree-shaking bundler is the most common case (Antoine du Hamel / #5160 )
- @uppy/core: remove `reason` (Antoine du Hamel / #5159 )
- @uppy/core: remove `resetProgress` and `reset-progress` (Mikael Finstad / #5221 )
2024-06-04 15:31:36 +00:00
github-actions[bot]
9816fd7f73
Release: uppy@3.26.0 ( #5223 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3-multipart | 3.12.0 | @uppy/webcam | 3.4.2 |
| @uppy/core | 3.12.0 | uppy | 3.26.0 |
| @uppy/transloadit | 3.7.0 | | |
- meta: remove Companion's `prepublishOnly` (Mikael Finstad / #5220 )
- docs: document clearUploadedFiles (Merlijn Vos / #5204 )
- @uppy/webcam: add missing types for `recordedVideo` (Antoine du Hamel / #5208 )
- @uppy/core: check capabilities in clearUploadedFiles (Merlijn Vos / #5201 )
- @uppy/core: PartialTree - change the `maxTotalFileSize` error (Evgenia Karunus / #5203 )
- @uppy/transloadit: remove `updateNumberOfFilesInAssembly` (Merlijn Vos / #5202 )
- @uppy/aws-s3: resolve all headers on response (Merlijn Vos / #5195 )
- docs: Improve provider docs: OneDrive (Evgenia Karunus / #5196 )
2024-06-04 09:07:09 +00:00
Mikael Finstad
b7b03cb453
@uppy/aws-s3: make passing signal consistent ( #5200 )
2024-05-31 13:16:41 +02:00
github-actions[bot]
67af5e9db4
Release: uppy@4.0.0-beta.9 ( #5194 )
...
| Package | Version | Package | Version |
| ----------------- | ------------ | ----------------- | ------------ |
| @uppy/companion | 5.0.0-beta.8 | @uppy/xhr-upload | 4.0.0-beta.5 |
| @uppy/transloadit | 4.0.0-beta.6 | uppy | 4.0.0-beta.9 |
- @uppy/companion: remove `chalk` from dependencies (Antoine du Hamel / #5178 )
- @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191 )
- @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179 )
- meta: improve changelog generator (Antoine du Hamel / #5190 )
2024-05-23 13:07:18 +00:00
github-actions[bot]
965d2a09b8
Release: uppy@3.25.5 ( #5193 )
...
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit | 3.6.2 | uppy | 3.25.5 |
| @uppy/xhr-upload | 3.6.7 | | |
- @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191 )
- @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179 )
- meta: improve changelog generator (Antoine du Hamel / #5190 )
2024-05-23 07:57:35 +00:00
github-actions[bot]
e47a7e9c21
Release: uppy@4.0.0-beta.8 ( #5189 )
...
| Package | Version | Package | Version |
| -------------------- | ------------ | -------------------- | ------------ |
| @uppy/aws-s3 | 4.0.0-beta.4 | @uppy/status-bar | 4.0.0-beta.8 |
| @uppy/companion | 5.0.0-beta.7 | @uppy/svelte | 4.0.0-beta.4 |
| @uppy/compressor | 2.0.0-beta.8 | @uppy/tus | 4.0.0-beta.5 |
| @uppy/core | 4.0.0-beta.8 | @uppy/utils | 6.0.0-beta.7 |
| @uppy/dashboard | 4.0.0-beta.8 | @uppy/vue | 2.0.0-beta.3 |
| @uppy/image-editor | 3.0.0-beta.5 | @uppy/webcam | 4.0.0-beta.7 |
| @uppy/provider-views | 4.0.0-beta.6 | uppy | 4.0.0-beta.8 |
- @uppy/core: resolve some (breaking) TODOs (Antoine du Hamel / #4824 )
- @uppy/companion: encode `uploadId` (Mikael Finstad / #5168 )
- @uppy/companion: bump `express-session` (Antoine du Hamel / #5177 )
- @uppy/companion: remove dependency on `express-request-id` (Antoine du Hamel / #5176 )
- @uppy/companion: bump prom to v15 (Antoine du Hamel / #5175 )
- docs: fix linter (Antoine du Hamel)
- meta: remove `nodemon` from the deps (Antoine du Hamel / #5172 )
- docs: update `@uppy/aws-s3` docs (Antoine du Hamel / #5093 )
- meta: update more dependencies (Antoine du Hamel / #5171 )
- @uppy/companion: upgrade deps (Antoine du Hamel / #5119 )
2024-05-22 08:14:30 +00:00
github-actions[bot]
e7be319547
Release: uppy@3.25.4 ( #5188 )
...
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/companion | 4.13.3 | @uppy/tus | 3.5.5 |
| @uppy/svelte | 3.1.5 | uppy | 3.25.4 |
- @uppy/svelte: do not attempt removing plugin before it's created (Antoine du Hamel / #5186 )
- docs: Update `facebook.mdx` (Evgenia Karunus)
- @uppy/tus: fix no headers passed to companion if argument is a function (netdown / #5182 )
- @uppy/companion: fix google drive gsuite export large size (Milan Nakum / #5144 )
- meta: Improve provider docs: Box & Zoom (Evgenia Karunus / #5166 )
- meta: add MDX file to `lint-staged` list (Antoine du Hamel / #5174 )
- @uppy/companion: handle ws `'error'` event (Mikael Finstad / #5167 )
2024-05-22 07:35:41 +00:00
github-actions[bot]
53cb32f5d9
Release: uppy@4.0.0-beta.7 ( #5162 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/companion | 5.0.0-beta.6 | @uppy/status-bar | 4.0.0-beta.7 |
| @uppy/companion-client | 4.0.0-beta.6 | @uppy/unsplash | 4.0.0-beta.6 |
| @uppy/compressor | 2.0.0-beta.7 | @uppy/url | 4.0.0-beta.6 |
| @uppy/core | 4.0.0-beta.7 | @uppy/utils | 6.0.0-beta.6 |
| @uppy/dashboard | 4.0.0-beta.7 | @uppy/webcam | 4.0.0-beta.6 |
| @uppy/dropbox | 4.0.0-beta.6 | @uppy/xhr-upload | 4.0.0-beta.4 |
| @uppy/image-editor | 3.0.0-beta.4 | uppy | 4.0.0-beta.7 |
| @uppy/screen-capture | 4.0.0-beta.5 | | |
- @uppy/companion: switch from `node-redis` to `ioredis` (Dominik Schmidt / #4623 )
- meta: Fix headings in xhr.mdx (Merlijn Vos)
- @uppy/xhr-upload: introduce hooks similar to tus (Merlijn Vos / #5094 )
- @uppy/core: close->destroy, clearUploadedFiles->clear (Merlijn Vos / #5154 )
- @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134 )
| Package | Version | Package | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core | 3.11.3 | uppy | 3.25.3 |
| @uppy/image-editor | 2.4.6 | | |
- @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156 )
- meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145 )
- @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146 )
- @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155 )
2024-05-14 15:14:15 +00:00
github-actions[bot]
86e2e67501
Release: uppy@3.25.3 ( #5161 )
...
| Package | Version | Package | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core | 3.11.3 | uppy | 3.25.3 |
| @uppy/image-editor | 2.4.6 | | |
- @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156 )
- meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145 )
- @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146 )
- @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155 )
2024-05-14 14:47:36 +00:00
github-actions[bot]
2eaef6247b
Release: uppy@4.0.0-beta.6 ( #5152 )
...
| Package | Version | Package | Version |
| ---------------- | ------------ | ---------------- | ------------ |
| @uppy/compressor | 2.0.0-beta.6 | @uppy/status-bar | 4.0.0-beta.6 |
| @uppy/core | 4.0.0-beta.6 | uppy | 4.0.0-beta.6 |
| @uppy/dashboard | 4.0.0-beta.6 | | |
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/compressor | 1.1.4 | @uppy/status-bar | 3.3.3 |
| @uppy/core | 3.11.2 | uppy | 3.25.2 |
| @uppy/dashboard | 3.8.3 | | |
- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150 )
- meta: run Prettier in the release workflow (Antoine du Hamel)
- @uppy/companion: fix running on a subpath (#2841 , #2797 / @coreprocess, @goto-bus-stop)
2024-05-08 09:06:45 +00:00
github-actions[bot]
d01c50a41f
Release: uppy@3.25.2 ( #5151 )
...
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/compressor | 1.1.4 | @uppy/status-bar | 3.3.3 |
| @uppy/core | 3.11.2 | uppy | 3.25.2 |
| @uppy/dashboard | 3.8.3 | | |
- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150 )
- meta: run Prettier in the release workflow (Antoine du Hamel)
2024-05-08 07:45:47 +00:00
github-actions[bot]
cc103ce5c9
Release: uppy@4.0.0-beta.5 ( #5141 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/audio | 2.0.0-beta.5 | @uppy/progress-bar | 4.0.0-beta.4 |
| @uppy/aws-s3 | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.5 |
| @uppy/aws-s3-multipart | 4.0.0-beta.5 | @uppy/react | 4.0.0-beta.5 |
| @uppy/box | 3.0.0-beta.5 | @uppy/redux-dev-tools | 4.0.0-beta.2 |
| @uppy/companion | 5.0.0-beta.5 | @uppy/remote-sources | 2.0.0-beta.4 |
| @uppy/companion-client | 4.0.0-beta.5 | @uppy/screen-capture | 4.0.0-beta.4 |
| @uppy/compressor | 2.0.0-beta.5 | @uppy/status-bar | 4.0.0-beta.5 |
| @uppy/core | 4.0.0-beta.5 | @uppy/store-default | 4.0.0-beta.2 |
| @uppy/dashboard | 4.0.0-beta.5 | @uppy/store-redux | 4.0.0-beta.3 |
| @uppy/drag-drop | 4.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.3 |
| @uppy/dropbox | 4.0.0-beta.5 | @uppy/thumbnail-generator | 4.0.0-beta.4 |
| @uppy/facebook | 4.0.0-beta.5 | @uppy/transloadit | 4.0.0-beta.5 |
| @uppy/file-input | 4.0.0-beta.5 | @uppy/tus | 4.0.0-beta.4 |
| @uppy/form | 4.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.5 |
| @uppy/golden-retriever | 4.0.0-beta.4 | @uppy/url | 4.0.0-beta.5 |
| @uppy/google-drive | 4.0.0-beta.5 | @uppy/utils | 6.0.0-beta.5 |
| @uppy/image-editor | 3.0.0-beta.3 | @uppy/vue | 2.0.0-beta.2 |
| @uppy/informer | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.5 |
| @uppy/instagram | 4.0.0-beta.5 | @uppy/xhr-upload | 4.0.0-beta.3 |
| @uppy/locales | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.5 |
| @uppy/onedrive | 4.0.0-beta.5 | uppy | 4.0.0-beta.5 |
- @uppy/core: make UppyEventMap more readable (Murderlon)
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
- @uppy/aws-s3-multipart: Format (Murderlon)
- meta: enable prettier for markdown (Merlijn Vos / #5133 )
- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132 )
- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128 )
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126 )
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080 )
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118 )
2024-05-03 12:58:13 +00:00
github-actions[bot]
e503d92860
Release: uppy@3.25.1 ( #5139 )
...
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 4.13.2 | @uppy/xhr-upload | 3.6.6 |
| @uppy/core | 3.11.1 | uppy | 3.25.1 |
| @uppy/locales | 3.5.3 | | |
- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120 )
- meta: fix `update-contributors` script (Antoine du Hamel / #5137 )
- meta: fix `bullet` setting for ReMark (Antoine du Hamel)
- meta: add prettier to `.md` pre-commit hooks (Antoine du Hamel)
- @uppy/core: make UppyEventMap more readable (Murderlon)
- meta: enable prettier for markdown (Merlijn Vos / #5133 )
- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132 )
- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128 )
2024-05-03 12:35:57 +00:00
github-actions[bot]
b8f8f8a9dd
Release: uppy@4.0.0-beta.4 ( #5130 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.4 | @uppy/instagram | 4.0.0-beta.4 |
| @uppy/audio | 2.0.0-beta.4 | @uppy/onedrive | 4.0.0-beta.4 |
| @uppy/aws-s3-multipart | 4.0.0-beta.4 | @uppy/provider-views | 4.0.0-beta.4 |
| @uppy/box | 3.0.0-beta.4 | @uppy/react | 4.0.0-beta.4 |
| @uppy/companion | 5.0.0-beta.4 | @uppy/status-bar | 4.0.0-beta.4 |
| @uppy/companion-client | 4.0.0-beta.4 | @uppy/store-redux | 4.0.0-beta.2 |
| @uppy/compressor | 2.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.2 |
| @uppy/core | 4.0.0-beta.4 | @uppy/transloadit | 4.0.0-beta.4 |
| @uppy/dashboard | 4.0.0-beta.4 | @uppy/unsplash | 4.0.0-beta.4 |
| @uppy/drop-target | 3.0.0-beta.4 | @uppy/url | 4.0.0-beta.4 |
| @uppy/dropbox | 4.0.0-beta.4 | @uppy/utils | 6.0.0-beta.4 |
| @uppy/facebook | 4.0.0-beta.4 | @uppy/webcam | 4.0.0-beta.4 |
| @uppy/file-input | 4.0.0-beta.4 | @uppy/xhr-upload | 4.0.0-beta.2 |
| @uppy/form | 4.0.0-beta.2 | @uppy/zoom | 3.0.0-beta.4 |
| @uppy/google-drive | 4.0.0-beta.4 | uppy | 4.0.0-beta.4 |
| @uppy/image-editor | 3.0.0-beta.2 | | |
- meta: Upgrade Yarn to 4.x (Merlijn Vos / #4849 )
- @uppy/utils: fix fetcher export (Murderlon)
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074 )
- docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125 )
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122 )
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124 )
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123 )
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117 )
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112 )
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107 )
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111 )
- meta: bump Prettier version (Antoine du Hamel / #5114 )
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097 )
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106 )
- meta: fix linter (Antoine du Hamel)
- @uppy/companion: bump Node.js version support matrix (Antoine du Hamel / #5035 )
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058 )
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105 )
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102 )
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101 )
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
- @uppy/react: remove `useUppy` & reintroduce `useUppyState` (Merlijn Vos / #5059 )
- meta: docs: add back markdown files (Antoine du Hamel / #5064 )
- meta: fix custom provider example (Merlijn Vos / #5079 )
- @uppy/utils: add fetcher (Merlijn Vos / #5073 )
- meta: Fix prettier (Murderlon)
- @uppy/dashboard: add missing `x-zip-compress` archive type (Younes / #5081 )
- meta: Bump docker/metadata-action from 4 to 5 (dependabot[bot] / #5086 )
- meta: Bump actions/setup-node from 3 to 4 (dependabot[bot] / #5087 )
- meta: Bump docker/setup-qemu-action from 2 to 3 (dependabot[bot] / #5089 )
- meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (dependabot[bot] / #5090 )
- meta: bump actions/cache from 3 to 4 (dependabot[bot] / #5088 )
- meta: add `dependabot.yml` to keep GHA up-to-date (Antoine du Hamel / #5083 )
- @uppy/core: Release: uppy@3.24.2 (github-actions[bot] / #5084 )
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
- meta: bump vite from 5.0.12 to 5.0.13 (dependabot[bot] / #5060 )
- meta: bump tar from 6.1.11 to 6.2.1 (dependabot[bot] / #5068 )
- @uppy/companion,@uppy/file-input: Release: uppy@3.24.1 (github-actions[bot] / #5069 )
- @uppy/companion: upgrade redis (Mikael Finstad / #5065 )
- meta: fix `watch:*` scripts (Antoine du Hamel / #5046 )
- meta: include more packages in `compare_diff` CI (Antoine du Hamel / #5044 )
- @uppy/file-input: add missing export (Antoine du Hamel / #5045 )
- meta: Bump express from 4.18.1 to 4.19.2 in /packages/@uppy/companion (dependabot[bot] / #5036 )
- @uppy/companion: Bump express from 4.18.1 to 4.19.2 (dependabot[bot] / #5037 )
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.1.9 | @uppy/instagram | 3.3.1 |
| @uppy/aws-s3-multipart | 3.11.1 | @uppy/onedrive | 3.3.1 |
| @uppy/box | 2.3.1 | @uppy/provider-views | 3.12.0 |
| @uppy/companion-client | 3.8.1 | @uppy/react | 3.3.1 |
| @uppy/compressor | 1.1.3 | @uppy/status-bar | 3.3.2 |
| @uppy/core | 3.11.0 | @uppy/svelte | 3.1.4 |
| @uppy/dashboard | 3.8.2 | @uppy/transloadit | 3.6.1 |
| @uppy/drop-target | 2.1.0 | @uppy/unsplash | 3.3.1 |
| @uppy/dropbox | 3.3.1 | @uppy/url | 3.6.1 |
| @uppy/facebook | 3.3.1 | @uppy/utils | 5.9.0 |
| @uppy/file-input | 3.1.2 | @uppy/webcam | 3.4.1 |
| @uppy/form | 3.2.1 | @uppy/xhr-upload | 3.6.5 |
| @uppy/google-drive | 3.5.1 | @uppy/zoom | 2.3.1 |
| @uppy/image-editor | 2.4.5 | uppy | 3.25.0 |
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126 )
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080 )
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118 )
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074 )
- meta: docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125 )
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122 )
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124 )
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123 )
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117 )
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112 )
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107 )
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111 )
- meta: bump Prettier version (Antoine du Hamel / #5114 )
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097 )
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106 )
- meta: fix linter (Antoine du Hamel)
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058 )
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105 )
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102 )
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101 )
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
2024-04-29 20:12:59 +00:00
github-actions[bot]
0f84390107
Release: uppy@3.25.0 ( #5127 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.1.9 | @uppy/instagram | 3.3.1 |
| @uppy/aws-s3-multipart | 3.11.1 | @uppy/onedrive | 3.3.1 |
| @uppy/box | 2.3.1 | @uppy/provider-views | 3.12.0 |
| @uppy/companion-client | 3.8.1 | @uppy/react | 3.3.1 |
| @uppy/compressor | 1.1.3 | @uppy/status-bar | 3.3.2 |
| @uppy/core | 3.11.0 | @uppy/svelte | 3.1.4 |
| @uppy/dashboard | 3.8.2 | @uppy/transloadit | 3.6.1 |
| @uppy/drop-target | 2.1.0 | @uppy/unsplash | 3.3.1 |
| @uppy/dropbox | 3.3.1 | @uppy/url | 3.6.1 |
| @uppy/facebook | 3.3.1 | @uppy/utils | 5.9.0 |
| @uppy/file-input | 3.1.2 | @uppy/webcam | 3.4.1 |
| @uppy/form | 3.2.1 | @uppy/xhr-upload | 3.6.5 |
| @uppy/google-drive | 3.5.1 | @uppy/zoom | 2.3.1 |
| @uppy/image-editor | 2.4.5 | uppy | 3.25.0 |
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126 )
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080 )
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118 )
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074 )
- meta: docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125 )
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122 )
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124 )
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123 )
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117 )
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112 )
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107 )
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111 )
- meta: bump Prettier version (Antoine du Hamel / #5114 )
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097 )
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106 )
- meta: fix linter (Antoine du Hamel)
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058 )
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105 )
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102 )
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101 )
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
2024-04-29 14:35:21 +00:00
github-actions[bot]
c45407d099
Release: uppy@3.24.3 ( #5091 )
...
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/dashboard | 3.8.1 | uppy | 3.24.3 |
| @uppy/utils | 5.8.0 | | |
- docs: add back markdown files (Antoine du Hamel / #5064 )
- meta: fix custom provider example (Merlijn Vos / #5079 )
- @uppy/utils: add fetcher (Merlijn Vos / #5073 )
- meta: Fix prettier (Murderlon)
- @uppy/dashboard: add missing `x-zip-compress` archive type (Younes / #5081 )
- meta: Bump docker/metadata-action from 4 to 5 (dependabot[bot] / #5086 )
- meta: Bump actions/setup-node from 3 to 4 (dependabot[bot] / #5087 )
- meta: Bump docker/setup-qemu-action from 2 to 3 (dependabot[bot] / #5089 )
- meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (dependabot[bot] / #5090 )
- meta: bump actions/cache from 3 to 4 (dependabot[bot] / #5088 )
- meta: add `dependabot.yml` to keep GHA up-to-date (Antoine du Hamel / #5083 )
2024-04-16 13:44:22 +00:00
github-actions[bot]
61daa7e279
Release: uppy@4.0.0-beta.3 ( #5085 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.3 | @uppy/onedrive | 4.0.0-beta.3 |
| @uppy/audio | 2.0.0-beta.3 | @uppy/progress-bar | 4.0.0-beta.3 |
| @uppy/aws-s3-multipart | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.3 |
| @uppy/box | 3.0.0-beta.3 | @uppy/react | 4.0.0-beta.3 |
| @uppy/companion | 5.0.0-beta.3 | @uppy/remote-sources | 2.0.0-beta.3 |
| @uppy/companion-client | 4.0.0-beta.3 | @uppy/screen-capture | 4.0.0-beta.3 |
| @uppy/compressor | 2.0.0-beta.3 | @uppy/status-bar | 4.0.0-beta.3 |
| @uppy/core | 4.0.0-beta.3 | @uppy/thumbnail-generator | 4.0.0-beta.3 |
| @uppy/dashboard | 4.0.0-beta.3 | @uppy/transloadit | 4.0.0-beta.3 |
| @uppy/drag-drop | 4.0.0-beta.3 | @uppy/tus | 4.0.0-beta.3 |
| @uppy/drop-target | 3.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.3 |
| @uppy/dropbox | 4.0.0-beta.3 | @uppy/url | 4.0.0-beta.3 |
| @uppy/facebook | 4.0.0-beta.3 | @uppy/utils | 6.0.0-beta.3 |
| @uppy/file-input | 4.0.0-beta.3 | @uppy/webcam | 4.0.0-beta.3 |
| @uppy/golden-retriever | 4.0.0-beta.3 | @uppy/zoom | 3.0.0-beta.3 |
| @uppy/google-drive | 4.0.0-beta.3 | uppy | 4.0.0-beta.3 |
| @uppy/instagram | 4.0.0-beta.3 | | |
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
| Package | Version | Package | Version |
| ---------- | ------- | ---------- | ------- |
| @uppy/core | 3.10.1 | uppy | 3.24.2 |
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
- meta: bump vite from 5.0.12 to 5.0.13 (dependabot[bot] / #5060 )
- meta: bump tar from 6.1.11 to 6.2.1 (dependabot[bot] / #5068 )
2024-04-15 14:23:26 +00:00
github-actions[bot]
984ce4c597
Release: uppy@3.24.2 ( #5084 )
...
| Package | Version | Package | Version |
| ---------- | ------- | ---------- | ------- |
| @uppy/core | 3.10.1 | uppy | 3.24.2 |
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
- meta: bump vite from 5.0.12 to 5.0.13 (dependabot[bot] / #5060 )
- meta: bump tar from 6.1.11 to 6.2.1 (dependabot[bot] / #5068 )
2024-04-15 13:57:05 +00:00
github-actions[bot]
dd75cd41e1
Release: uppy@4.0.0-beta.2 ( #5077 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.2 | @uppy/instagram | 4.0.0-beta.2 |
| @uppy/audio | 2.0.0-beta.2 | @uppy/onedrive | 4.0.0-beta.2 |
| @uppy/aws-s3 | 4.0.0-beta.2 | @uppy/progress-bar | 4.0.0-beta.2 |
| @uppy/aws-s3-multipart | 4.0.0-beta.2 | @uppy/provider-views | 4.0.0-beta.2 |
| @uppy/box | 3.0.0-beta.2 | @uppy/react | 4.0.0-beta.2 |
| @uppy/companion | 5.0.0-beta.2 | @uppy/remote-sources | 2.0.0-beta.2 |
| @uppy/companion-client | 4.0.0-beta.2 | @uppy/screen-capture | 4.0.0-beta.2 |
| @uppy/compressor | 2.0.0-beta.2 | @uppy/status-bar | 4.0.0-beta.2 |
| @uppy/core | 4.0.0-beta.2 | @uppy/thumbnail-generator | 4.0.0-beta.2 |
| @uppy/dashboard | 4.0.0-beta.2 | @uppy/transloadit | 4.0.0-beta.2 |
| @uppy/drag-drop | 4.0.0-beta.2 | @uppy/tus | 4.0.0-beta.2 |
| @uppy/drop-target | 3.0.0-beta.2 | @uppy/unsplash | 4.0.0-beta.2 |
| @uppy/dropbox | 4.0.0-beta.2 | @uppy/url | 4.0.0-beta.2 |
| @uppy/facebook | 4.0.0-beta.2 | @uppy/utils | 6.0.0-beta.2 |
| @uppy/file-input | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.2 |
| @uppy/golden-retriever | 4.0.0-beta.2 | @uppy/zoom | 3.0.0-beta.2 |
| @uppy/google-drive | 4.0.0-beta.2 | uppy | 4.0.0-beta.2 |
- @uppy/aws-s3: default to multipart depending on the size of input (Antoine du Hamel / #5076 )
- @uppy/aws-s3: remove deprecated `prepareUploadParts` option (Antoine du Hamel / #5075 )
- @uppy/core: use variadic arguments for `uppy.use` (Antoine du Hamel / #4888 )
- @uppy/aws-s3: remove legacy plugin (Antoine du Hamel / #5070 )
- @uppy/locales: do not build `dist/` folder (Merlijn Vos / #5055 )
- @uppy/angular: fix Angular version requirement in peerDeps (Antoine du Hamel / #5067 )
- @uppy/transloadit: remove deprecated options (Merlijn Vos / #5056 )
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 4.13.1 | uppy | 3.24.1 |
| @uppy/file-input | 3.1.1 | | |
- @uppy/companion: upgrade redis (Mikael Finstad / #5065 )
- meta: fix `watch:*` scripts (Antoine du Hamel / #5046 )
- meta: include more packages in `compare_diff` CI (Antoine du Hamel / #5044 )
- @uppy/file-input: add missing export (Antoine du Hamel / #5045 )
- meta: Bump express from 4.18.1 to 4.19.2 in /packages/@uppy/companion (dependabot[bot] / #5036 )
- @uppy/companion: Bump express from 4.18.1 to 4.19.2 (dependabot[bot] / #5037 )
2024-04-11 17:29:23 +00:00
github-actions[bot]
3deb64b34a
Release: uppy@3.24.1 ( #5069 )
...
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 4.13.1 | uppy | 3.24.1 |
| @uppy/file-input | 3.1.1 | | |
- @uppy/companion: upgrade redis (Mikael Finstad / #5065 )
- meta: fix `watch:*` scripts (Antoine du Hamel / #5046 )
- meta: include more packages in `compare_diff` CI (Antoine du Hamel / #5044 )
- @uppy/file-input: add missing export (Antoine du Hamel / #5045 )
- meta: Bump express from 4.18.1 to 4.19.2 in /packages/@uppy/companion (dependabot[bot] / #5036 )
- @uppy/companion: Bump express from 4.18.1 to 4.19.2 (dependabot[bot] / #5037 )
2024-04-10 13:16:49 +00:00
github-actions[bot]
d425517c64
Release: uppy@4.0.0-beta.1 ( #5047 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.1 | @uppy/progress-bar | 4.0.0-beta.1 |
| @uppy/audio | 2.0.0-beta.1 | @uppy/provider-views | 4.0.0-beta.1 |
| @uppy/aws-s3 | 4.0.0-beta.1 | @uppy/react | 4.0.0-beta.1 |
| @uppy/aws-s3-multipart | 4.0.0-beta.1 | @uppy/redux-dev-tools | 4.0.0-beta.1 |
| @uppy/box | 3.0.0-beta.1 | @uppy/remote-sources | 2.0.0-beta.1 |
| @uppy/companion | 5.0.0-beta.1 | @uppy/screen-capture | 4.0.0-beta.1 |
| @uppy/companion-client | 4.0.0-beta.1 | @uppy/status-bar | 4.0.0-beta.1 |
| @uppy/compressor | 2.0.0-beta.1 | @uppy/store-default | 4.0.0-beta.1 |
| @uppy/core | 4.0.0-beta.1 | @uppy/store-redux | 4.0.0-beta.1 |
| @uppy/dashboard | 4.0.0-beta.1 | @uppy/svelte | 4.0.0-beta.1 |
| @uppy/drag-drop | 4.0.0-beta.1 | @uppy/thumbnail-generator | 4.0.0-beta.1 |
| @uppy/drop-target | 3.0.0-beta.1 | @uppy/transloadit | 4.0.0-beta.1 |
| @uppy/dropbox | 4.0.0-beta.1 | @uppy/tus | 4.0.0-beta.1 |
| @uppy/facebook | 4.0.0-beta.1 | @uppy/unsplash | 4.0.0-beta.1 |
| @uppy/file-input | 4.0.0-beta.1 | @uppy/url | 4.0.0-beta.1 |
| @uppy/form | 4.0.0-beta.1 | @uppy/utils | 6.0.0-beta.1 |
| @uppy/golden-retriever | 4.0.0-beta.1 | @uppy/vue | 2.0.0-beta.1 |
| @uppy/google-drive | 4.0.0-beta.1 | @uppy/webcam | 4.0.0-beta.1 |
| @uppy/image-editor | 3.0.0-beta.1 | @uppy/xhr-upload | 4.0.0-beta.1 |
| @uppy/informer | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.1 |
| @uppy/instagram | 4.0.0-beta.1 | uppy | 4.0.0-beta.1 |
| @uppy/onedrive | 4.0.0-beta.1 | | |
- @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (Merlijn Vos / #5043 )
- @uppy/angular: upgrade to Angular 17.x and to TS 5.4 (Antoine du Hamel / #5008 )
- @uppy/svelte: remove UMD output and make it use newer types (Antoine du Hamel / #5023 )
- @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038 )
- @uppy/aws-s3-multipart: mark `opts` as optional (Antoine du Hamel / #5039 )
- e2e: bump Cypress version (Antoine du Hamel / #5034 )
- @uppy/react: remove `prop-types` dependency (Antoine du Hamel / #5031 )
- @uppy/progress-bar: remove default target (Antoine du Hamel / #4971 )
- @uppy/status-bar: remove default target (Antoine du Hamel / #4970 )
- @uppy/react: remove `Wrapper.ts` (Antoine du Hamel / #5032 )
- @uppy/react: refactor to TS (Antoine du Hamel / #5012 )
- @uppy/core: refine type of private variables (Antoine du Hamel / #5028 )
- @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027 )
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026 )
- @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025 )
- @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020 )
- @uppy/dashboard: refine option types (Antoine du Hamel / #5022 )
- @uppy/dashboard: add new `autoOpen` option (Chris Grigg / #5001 )
- @uppy/aws-s3-multipart,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Make `allowedMetaFields` consistent (Merlijn Vos / #5011 )
- @uppy/core: fix some type errors (Antoine du Hamel / #5015 )
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014 )
- meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013 )
- @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984 )
- @uppy/companion: improve error msg (Mikael Finstad / #5010 )
- @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902 )
- @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999 )
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003 )
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004 )
- @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006 )
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009 )
- @uppy/transloadit: migrate to TS (Merlijn Vos / #4987 )
- @uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (Antoine du Hamel / #5007 )
- @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989 )
- meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002 )
- meta: fix `resize-observer-polyfill` types (Antoine du Hamel / #4994 )
- @uppy/core: various type fixes (Antoine du Hamel / #4995 )
- @uppy/utils: fix `findAllDOMElements` type (Antoine du Hamel / #4997 )
- @uppy/status-bar: fix `recoveredState` type (Antoine du Hamel / #4996 )
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988 )
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986 )
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983 )
- @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870 )
- @uppy/url: migrate to TS (Merlijn Vos / #4980 )
- @uppy/zoom: refactor to TypeScript (Murderlon / #4979 )
- @uppy/unsplash: refactor to TypeScript (Murderlon / #4979 )
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/instagram: refactor to TypeScript (Murderlon / #4979 )
- @uppy/google-drive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/facebook: refactor to TypeScript (Murderlon / #4979 )
- @uppy/dropbox: refactor to TypeScript (Murderlon / #4979 )
- @uppy/box: refactor to TypeScript (Murderlon / #4979 )
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981 )
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978 )
- @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965 )
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977 )
- uppy: remove legacy bundle (Antoine du Hamel)
- meta: include types in npm archive (Antoine du Hamel)
- @uppy/angular: fix build (Antoine du Hamel)
- meta: Remove generate types from locale-pack (Murderlon)
- meta: enable CI on `4.x` branch (Antoine du Hamel)
- @uppy/vue: [v4.x] remove manual types (Antoine du Hamel / #4803 )
- meta: prepare release workflow for beta versions (Antoine du Hamel)
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/audio | 1.1.8 | @uppy/progress-bar | 3.1.1 |
| @uppy/aws-s3-multipart | 3.11.0 | @uppy/provider-views | 3.11.0 |
| @uppy/box | 2.3.0 | @uppy/react | 3.3.0 |
| @uppy/companion | 4.13.0 | @uppy/remote-sources | 1.2.0 |
| @uppy/companion-client | 3.8.0 | @uppy/screen-capture | 3.2.0 |
| @uppy/compressor | 1.1.2 | @uppy/status-bar | 3.3.1 |
| @uppy/core | 3.10.0 | @uppy/thumbnail-generator | 3.1.0 |
| @uppy/dashboard | 3.8.0 | @uppy/transloadit | 3.6.0 |
| @uppy/drag-drop | 3.1.0 | @uppy/tus | 3.5.4 |
| @uppy/drop-target | 2.0.5 | @uppy/unsplash | 3.3.0 |
| @uppy/dropbox | 3.3.0 | @uppy/url | 3.6.0 |
| @uppy/facebook | 3.3.0 | @uppy/utils | 5.7.5 |
| @uppy/golden-retriever | 3.2.0 | @uppy/webcam | 3.4.0 |
| @uppy/google-drive | 3.5.0 | @uppy/zoom | 2.3.0 |
| @uppy/instagram | 3.3.0 | uppy | 3.24.0 |
| @uppy/onedrive | 3.3.0 | | |
- @uppy/box,@uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038 )
- @uppy/aws-s3-multipart: mark `opts` as optional (Antoine du Hamel / #5039 )
- e2e: bump Cypress version (Antoine du Hamel / #5034 )
- @uppy/react: refactor to TS (Antoine du Hamel / #5012 )
- @uppy/core: refine type of private variables (Antoine du Hamel / #5028 )
- @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027 )
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026 )
- @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025 )
- @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020 )
- @uppy/dashboard: refine option types (Antoine du Hamel / #5022 )
- @uppy/dashboard: add new `autoOpen` option (Chris Grigg / #5001 )
- @uppy/core: fix some type errors (Antoine du Hamel / #5015 )
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014 )
- meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013 )
- @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984 )
- @uppy/companion: improve error msg (Mikael Finstad / #5010 )
- @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902 )
- @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999 )
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003 )
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004 )
- @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006 )
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009 )
- @uppy/transloadit: migrate to TS (Merlijn Vos / #4987 )
- @uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (Antoine du Hamel / #5007 )
- @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989 )
- meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002 )
- meta: fix `resize-observer-polyfill` types (Antoine du Hamel / #4994 )
- @uppy/core: various type fixes (Antoine du Hamel / #4995 )
- @uppy/utils: fix `findAllDOMElements` type (Antoine du Hamel / #4997 )
- @uppy/status-bar: fix `recoveredState` type (Antoine du Hamel / #4996 )
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988 )
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986 )
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983 )
- @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870 )
- @uppy/url: migrate to TS (Merlijn Vos / #4980 )
- @uppy/zoom: refactor to TypeScript (Murderlon / #4979 )
- @uppy/unsplash: refactor to TypeScript (Murderlon / #4979 )
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/instagram: refactor to TypeScript (Murderlon / #4979 )
- @uppy/google-drive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/facebook: refactor to TypeScript (Murderlon / #4979 )
- @uppy/dropbox: refactor to TypeScript (Murderlon / #4979 )
- @uppy/box: refactor to TypeScript (Murderlon / #4979 )
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981 )
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978 )
- @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965 )
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977 )
2024-03-28 14:00:30 +00:00
dependabot[bot]
61997f087c
Bump express from 4.18.1 to 4.19.2 ( #5037 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 10:10:47 +01:00
github-actions[bot]
960362b373
Release: uppy@3.24.0 ( #5040 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/audio | 1.1.8 | @uppy/progress-bar | 3.1.1 |
| @uppy/aws-s3-multipart | 3.11.0 | @uppy/provider-views | 3.11.0 |
| @uppy/box | 2.3.0 | @uppy/react | 3.3.0 |
| @uppy/companion | 4.13.0 | @uppy/remote-sources | 1.2.0 |
| @uppy/companion-client | 3.8.0 | @uppy/screen-capture | 3.2.0 |
| @uppy/compressor | 1.1.2 | @uppy/status-bar | 3.3.1 |
| @uppy/core | 3.10.0 | @uppy/thumbnail-generator | 3.1.0 |
| @uppy/dashboard | 3.8.0 | @uppy/transloadit | 3.6.0 |
| @uppy/drag-drop | 3.1.0 | @uppy/tus | 3.5.4 |
| @uppy/drop-target | 2.0.5 | @uppy/unsplash | 3.3.0 |
| @uppy/dropbox | 3.3.0 | @uppy/url | 3.6.0 |
| @uppy/facebook | 3.3.0 | @uppy/utils | 5.7.5 |
| @uppy/golden-retriever | 3.2.0 | @uppy/webcam | 3.4.0 |
| @uppy/google-drive | 3.5.0 | @uppy/zoom | 2.3.0 |
| @uppy/instagram | 3.3.0 | uppy | 3.24.0 |
| @uppy/onedrive | 3.3.0 | | |
- @uppy/box,@uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038 )
- @uppy/aws-s3-multipart: mark `opts` as optional (Antoine du Hamel / #5039 )
- e2e: bump Cypress version (Antoine du Hamel / #5034 )
- @uppy/react: refactor to TS (Antoine du Hamel / #5012 )
- @uppy/core: refine type of private variables (Antoine du Hamel / #5028 )
- @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027 )
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026 )
- @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025 )
- @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020 )
- @uppy/dashboard: refine option types (Antoine du Hamel / #5022 )
- @uppy/dashboard: add new `autoOpen` option (Chris Grigg / #5001 )
- @uppy/core: fix some type errors (Antoine du Hamel / #5015 )
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014 )
- meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013 )
- @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984 )
- @uppy/companion: improve error msg (Mikael Finstad / #5010 )
- @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902 )
- @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999 )
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003 )
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004 )
- @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006 )
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009 )
- @uppy/transloadit: migrate to TS (Merlijn Vos / #4987 )
- @uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (Antoine du Hamel / #5007 )
- @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989 )
- meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002 )
- meta: fix `resize-observer-polyfill` types (Antoine du Hamel / #4994 )
- @uppy/core: various type fixes (Antoine du Hamel / #4995 )
- @uppy/utils: fix `findAllDOMElements` type (Antoine du Hamel / #4997 )
- @uppy/status-bar: fix `recoveredState` type (Antoine du Hamel / #4996 )
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988 )
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986 )
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983 )
- @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870 )
- @uppy/url: migrate to TS (Merlijn Vos / #4980 )
- @uppy/zoom: refactor to TypeScript (Murderlon / #4979 )
- @uppy/unsplash: refactor to TypeScript (Murderlon / #4979 )
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/instagram: refactor to TypeScript (Murderlon / #4979 )
- @uppy/google-drive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/facebook: refactor to TypeScript (Murderlon / #4979 )
- @uppy/dropbox: refactor to TypeScript (Murderlon / #4979 )
- @uppy/box: refactor to TypeScript (Murderlon / #4979 )
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981 )
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978 )
- @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965 )
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977 )
2024-03-27 14:57:26 +00:00