-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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.1 Support #6934
Comments
Incldues also running linting and tsc checks over the worker. Not upgrading to 5.1 yet because the ESLint plugin has not been updated for it yet (typescript-eslint/typescript-eslint#6934).
Typescript 5.1.3 is now officially released: https://github.com/microsoft/TypeScript/releases/tag/v5.1.3 So I think this is going to hit a lot of people from now on. |
Please refrain from commenting asking for status updates and from posting the warning log our tool emits. We are aware that 5.1 has released, and it is on our radar to support. We volunteer maintainers will get to this when we have the bandwidth. Unfortunately of late we have all been tied up with personal matters. It will not be in the next release (which I believe will automatically be cut in a few hours). We may be able to target next week, time permitting. |
Just to close the loop for those waiting for true support. Based on Josh's work so far it looks like our tooling should be fine out-of-the-box on TS5.1 - but if you encounter weird behaviour please revert to TS5.0 and wait for us to officially release. |
This does not yet resolve typescript-eslint's warnings about TS 5.1, but they say there shouldn't be any explicit incompatibility: typescript-eslint/typescript-eslint#6934
This does not yet resolve typescript-eslint's warnings about TS 5.1, but they say there shouldn't be any explicit incompatibility: typescript-eslint/typescript-eslint#6934
Automated update excluding `typescript`, which has a minor release [not yet officially supported by `typescript-eslint`](typescript-eslint/typescript-eslint#6934).
https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-beta/
This issue is just to track all of the new features and their implementation state in this project.
As with all releases, we will not necessarily to support all features until closer to the full release when everything the features are stabilised.
Please be patient.
✅ ES2020 and Node.js 14.17 as Minimum Runtime Requirements
As part of our upcoming v6 release we've bumped our minimum node to v16.
This does not impact us as it's up to the user to use a supported node version for their selected TS version.
✅ lib.d.ts Updates
We will need to regenerate our types within
scope-manager
.Other changes with no impact to us
undefined
-Returning FunctionstypeRoots
Are Consulted In Module Resolution@param
JSDoc TagstypeRoots
Disables Upward Walks fornode_modules/@types
The text was updated successfully, but these errors were encountered: