-
Notifications
You must be signed in to change notification settings - Fork 839
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
Typescript 5 #6981
Comments
We agree that this is something we need to prioritize. However, we need to determine the best path forward as Kibana will not yet be on Typescript 5. We will perform a spike to see how this works with Kibana. |
You may be able to support Typescript 5 as a peer dependency without using any of its new features, i.e. support both! |
hello everyone, just wanted to know if there any update? |
@tkajtoch is spiking this out. Expect an update from him soon. |
We're actively working on getting EUI on TypeScript 5. Here's the issue list you can check to track this effort:
I encountered issues last week while trying to update our However, please keep in mind that you can already use EUI in applications running on Typescript 5. It will warn you during the |
Could we do a release with multi-version support then? i.e. |
The EUI codebase is already compatible with TypeScript 5.x. The reason we're currently labeling this as |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
Hey folks!
Just wondering, are there any plans to support typescript 5?
As more and more packages make the jump, we start missing out on more and more features (and security patches) - once packages migrate they don't tend to support older versions.
I've managed to patch-package most of my dependencies to avoid problems but I wanted to upgrade to Storybook 7 to find even it doesn't really support anything below 5.1.
As always, no pressure! Just curious to see if we can JFDI or whether we should start curating a list (if you haven't already)
EDIT: Storybook didn't intend to drop ts<5 and are looking at supporting ts 4
The text was updated successfully, but these errors were encountered: