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

fix: use TypeScript v5 #431

Merged
merged 4 commits into from
May 27, 2024
Merged

fix: use TypeScript v5 #431

merged 4 commits into from
May 27, 2024

Conversation

gndz07
Copy link
Member

@gndz07 gndz07 commented May 27, 2024

Description

The use of outdated TS version raises several problems, for example this issue on Hub UI. We have tried to upgrade TS before, but we were blocked by stitches that is not fully supporting TS after v4.5.5 (example of known issue with stitches). There are some workarounds to suppress these errors raised by stitches, so please do not get alarmed by these.

Fixes https://github.com/traefik/hub-ui/issues/1146.

@gndz07 gndz07 marked this pull request as ready for review May 27, 2024 13:33
@gndz07 gndz07 requested a review from mdeliatf May 27, 2024 13:34
Copy link
Contributor

@mdeliatf mdeliatf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn build does not work in my environment, but it's a CI script and I can see that it works there without any problems, so LGTM!

EDIT: After removing manually the dist folder, yarn build started to work! Thanks @gndz07 🙏

@traefiker traefiker merged commit 34d8c89 into traefik:master May 27, 2024
3 checks passed
@traefiker
Copy link
Contributor

🎉 This PR is included in version 10.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gndz07 gndz07 mentioned this pull request May 28, 2024
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.

3 participants