-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update typescript version - 5.5 or 5.6 #3772
Comments
In 5.5 the |
…ient-js, teraslice-messaging, utils, xlucene-parser] fix implicit any index typescript errors (#3789) In typescript 5.5 the `suppressImplicitAnyIndexErrors` rule will be removed. This PR fixes all ignored errors of this type in the following packages in preparation for the move to version 5.5 or above: - job-components - scripts - terafoundation - teraslice-cli - teraslice-client-js - teraslice-messaging - utils - xlucene-parser `suppressImplicitAnyIndexErrors` is set to true in the tsconfig of all updated packages so we don't introduce any more of these errors before the rule is removed at the root level. Todo: bump packages Packages that still have these errors: - data-mate - 1 - elasticsearch-store - 22 - teraslice - 124 - teraslice-state-storage - 13 - ts-transforms - 20 ref: #3772
Is there an MR for this? |
Not yet. |
Currently we are using typescript 5.2.2. The latest version is 5.6.2.
It would be nice to get completely caught up.
We could then update typedoc which is blocked due to typescript version (#3768)
The text was updated successfully, but these errors were encountered: