Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: fix build of TypeScript plugins #4784

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Nov 9, 2023

The previous version was failing to build dependencies in the right order; it was also way slower by spawning 2 tsc processes per plugin instead of 1 for all plugins.

@aduh95 aduh95 merged commit 70ffe60 into transloadit:main Nov 9, 2023
15 checks passed
@aduh95 aduh95 deleted the ts-support branch November 9, 2023 12:28
github-actions bot added a commit that referenced this pull request Nov 12, 2023
| Package            | Version | Package            | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core         |   3.7.1 | @uppy/react-native |   0.5.2 |
| @uppy/dashboard    |   3.7.1 | uppy               |  3.19.1 |
| @uppy/react        |   3.2.1 |                    |         |

- @uppy/react: Revert "@uppy/react: add useUppyState (#4711)" (Artur Paikin / #4789)
- @uppy/dashboard: fix(@uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788)
- meta: fix build of TypeScript plugins (Antoine du Hamel / #4784)
- @uppy/core,@uppy/dashboard,@uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777)
- meta: fix JS2TS script (Antoine du Hamel / #4778)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant