Commit graph

9703 commits

Author SHA1 Message Date
Evgenia Karunus
c0142f68b2
Update facebook.mdx
Correct url
2024-05-21 22:18:06 +04:00
Murderlon
f3c30be245
fixup! @uppy/tus: fix no headers passed to companion if argument is a function (#5182) 2024-05-21 16:59:34 +02:00
netdown
a57bf8f358
@uppy/tus: fix no headers passed to companion if argument is a function (#5182)
Update index.ts
2024-05-21 16:17:19 +02:00
Milan Nakum
b5539dee3e
@uppy/companion: fix google drive gsuite export large size (#5144) 2024-05-21 16:12:19 +02:00
Evgenia Karunus
450d4a1b9b
Improve provider docs: Box & Zoom (#5166)
* /docs/box.mdx - make the wording match box.com ui

* /docs/zoom.mdx - add instructions for zoom integration

* Run prettier

* Run "corepack yarn lint" in uppy.io

* /docs/Readme.md - better explanation of where to find the instructions
2024-05-16 11:06:53 +02:00
Antoine du Hamel
f626ce7228
meta: add MDX file to lint-staged list (#5174) 2024-05-16 10:31:04 +02:00
Mikael Finstad
1ac7f9c55e
@uppy/companion: handle ws 'error' event (#5167)
to prevent companion from crashing with RangeError: Max payload size exceeded
2024-05-15 15:20:47 +02: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
Avneet Singh Malhotra
4acd793d4e
@uppy/image-editor: fix tooltips (#5156)
image-editor-controls-tooltip-not-showing
2024-05-13 09:52:39 +02:00
Merlijn Vos
61647c7821
Remove redundant plugins prop from examples (#5145) 2024-05-09 10:09:28 +02:00
Merlijn Vos
0bb21cb15b
Remove target option from examples and document consistently (#5146) 2024-05-08 16:50:56 +02:00
Merlijn Vos
e9ccb94bd6
@uppy/core: make getObjectOfFilesPerState more efficient (#5155)
* @uppy/core: make getObjectOfFilesPerState more efficient

* Fixup
2024-05-08 15:43:54 +02: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
Merlijn Vos
1a7c71db38
Upgrade @transloadit/prettier-bytes (#5150) 2024-05-07 15:34:09 +02:00
Antoine du Hamel
5bc82b5327
meta: run Prettier in the release workflow 2024-05-03 14:38:25 +02: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
dependabot[bot]
812ce70f37
Bump ejs from 3.1.9 to 3.1.10 (#5135)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 14:32:19 +02:00
Uladzislau Bodryi
9abe1efdb0
Update ru_RU locale (#5120)
* Added missing ru_RU entries and removed ones, that are absent from en_US file

* Updated ru_RU generatingThumbnails key; fixed typo

* Updated ru_RU generatingThumbnails key

* Updated ru_RU startCapturing/stopCapturing keys

* Updated ru_RU uploadStalled key

* Updated ru_RU addBulkFilesFailed key
2024-05-03 13:32:11 +04:00
Antoine du Hamel
77c6b2512c
meta: fix update-contributors script (#5137) 2024-05-02 22:10:27 +02:00
Antoine du Hamel
93d1c71b8c
meta: fix bullet setting for ReMark 2024-05-02 20:30:01 +02:00
Antoine du Hamel
c0961a6cd9
meta: add prettier to .md pre-commit hooks 2024-05-02 19:57:29 +02:00
Murderlon
3dcd552f4a
@uppy/core: make UppyEventMap more readable 2024-05-02 15:32:19 +02:00
Merlijn Vos
7d6937300a
meta: enable prettier for markdown (#5133)
* meta: enable prettier for markdown

* Ignore changelogs

* revert CHANGELOG changes

* More formatting

---------

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-05-02 11:35:55 +02:00
Merlijn Vos
2a15ba5128
@uppy/xhr-upload: do not throw when res is missing url (#5132) 2024-05-02 10:20:36 +02:00
Antoine du Hamel
4028a6d16e
@uppy/companion: coerce requestUrl to a string (#5128) 2024-04-29 18:31:55 +02: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
Antoine du Hamel
faceaf0da3
meta: enforce use of .js extension in import type declarations (#5126) 2024-04-29 16:23:28 +02:00
Merlijn Vos
d2be2d84cd
@uppy/core: add instance ID to generated IDs (#5080) 2024-04-29 16:10:41 +02:00
Merlijn Vos
9c11f31eff
@uppy/core: reference updated i18n in Restricter (#5118)
Fixes: https://github.com/transloadit/uppy/issues/5115
2024-04-29 16:03:02 +02:00
Merlijn Vos
daae9aa085
@uppy/xhr-upload: refactor to use fetcher (#5074)
* @uppy/utils: add fetcher

* Improve callbacks

* Refactor local file uploads

* Refactor bundle upload

* Pass timeout to timeout handler

* Remove unused nanoid

* Apply feedback

* Prettier unrelated files

---------

Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-04-29 15:39:44 +02:00
Merlijn Vos
1b179a60bb
docs: use StackBlitz for all examples/issue template (#5125) 2024-04-29 15:24:58 +02:00
Murderlon
9c728261ee
Update yarn.lock 2024-04-29 13:11:00 +02:00
frederikhors
eef38d7f00
Add svelte 5 as peer dep (#5122)
Svelte 5 is in release candidate since today.
2024-04-29 10:11:23 +02:00
dependabot[bot]
d2e90dac21
Bump docker/setup-buildx-action from 2 to 3 (#5124)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:09:22 +02:00
dependabot[bot]
753e6d33b4
Bump actions/checkout from 3 to 4 (#5123)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:09:10 +02:00
Merlijn Vos
57b5909611
Remove JSX global type everywhere (#5117)
* Remove JSX global type everywhere

* Add JSX to restricted globals

* Fix last instances of JSX global
2024-04-25 16:20:28 +02:00
Murderlon
09a2a520a8
Revert "@uppy/core: reference updated i18n in Restricter"
This reverts commit d8746f08f7.
2024-04-25 16:14:58 +02:00
Murderlon
d8746f08f7
@uppy/core: reference updated i18n in Restricter 2024-04-25 16:14:30 +02:00
Antoine du Hamel
8ccddce194
@uppy/utils: improve return type of dataURItoFile (#5112)
As its name implies, it returns a `File`.
2024-04-24 10:48:26 +02:00
Alireza Heydari
ba066491cd
@uppy/drop-target: change drop event type to DragEvent (#5107) 2024-04-24 09:46:49 +02:00
Antoine du Hamel
2f5c32a269
@uppy/image-editor: fix label definitions (#5111) 2024-04-23 17:45:45 +02:00
Antoine du Hamel
1ffe386377
meta: bump Prettier version (#5114) 2024-04-23 16:49:48 +02:00
Mikael Finstad
98c4b51856
@uppy/provider-views: bring back "loaded X files..." (#5097)
As discussed with lakesare in #5050.
Currently the loadedXFiles i18n key is not in use at all,
don't know where/when it got lost in translation.
2024-04-23 14:32:46 +02:00
Merlijn Vos
ffdfa096d3
@uppy/dashboard: fix type of trigger option (#5106) 2024-04-23 14:31:50 +02:00
Antoine du Hamel
9e8c6df674
meta: fix linter 2024-04-23 14:29:36 +02:00
Merlijn Vos
5d407087d4
@uppy/form: fix submitOnSuccess and triggerUploadOnSubmit combination (#5058) 2024-04-22 14:59:36 +02:00
dependabot[bot]
0bdc35a638
Bump docker/build-push-action from 3 to 5 (#5105)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-04-22 11:48:58 +02:00
dependabot[bot]
390d1efc25
Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (#5102)
Bumps [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy) from 3.12.12 to 3.13.15.
- [Release notes](https://github.com/akhileshns/heroku-deploy/releases)
- [Commits](https://github.com/akhileshns/heroku-deploy/compare/v3.12.12...v3.13.15)

---
updated-dependencies:
- dependency-name: akhileshns/heroku-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-04-22 11:01:50 +02:00
dependabot[bot]
832a9342c9
Bump docker/login-action from 2 to 3 (#5101)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-04-22 10:57:34 +02:00
dependabot[bot]
8ffe60dd3b
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 10:45:17 +02:00