-
Notifications
You must be signed in to change notification settings - Fork 825
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
[all] update dependency typescript to latest #3955
Comments
Happy to take this on for KubeCon Contribfest! |
Spoke with @dyladan, and the policy documentation will be added at a later date (still unsure where it will go) |
Looks like there's an overlap between this change and #3952, and there's a catch-22: to upgrade to Typescript 5.2, we need a version of Typedoc that requires Node 16 or higher (guessing that's fine for Doing some final tweaks to the PR, will open it after I'm back from Kubecon. |
@pichlermarc It might be worth to got straight into TypeScript 5.5 because it contains a lot of improvements (types, speed and workflow). |
Agree. I changed the title and description to say latest instead. So when we continue work on SDK 2.0 we just bump to whatever is the latest version. |
Closed in favor of #4870 |
We should bump
typescript
to latest in the next major version. As a part of this PR we should document the following:The text was updated successfully, but these errors were encountered: