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

TypeScript 4.6 Support #4471

Closed
bradzacher opened this issue Jan 22, 2022 · 5 comments
Closed

TypeScript 4.6 Support #4471

bradzacher opened this issue Jan 22, 2022 · 5 comments
Labels
accepting prs Go ahead, send a pull request that resolves this issue AST PRs and Issues about the AST structure dependencies Issue about dependencies of the package New TypeScript Version

Comments

@bradzacher
Copy link
Member

bradzacher commented Jan 22, 2022

https://devblogs.microsoft.com/typescript/announcing-typescript-4-6-rc/

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.

There are currently no changes which will impact this project


Other changes with no impact to us

  • Allowing Code in Constructors Before super()
  • Control Flow Analysis for Destructured Discriminated Unions
  • Improved Recursion Depth Checks
  • Indexed Access Inference Improvements
  • Control Flow Analysis for Dependent Parameters
  • More Syntax and Binding Errors in JavaScript
  • --target es2022
  • TypeScript Trace Analyzer
  • Object Rests Drop Unspreadable Members from Generic Objects
  • JavaScript Files Always Receive Grammar and Binding Errors
@bradzacher bradzacher added dependencies Issue about dependencies of the package AST PRs and Issues about the AST structure accepting prs Go ahead, send a pull request that resolves this issue labels Jan 22, 2022
@bradzacher bradzacher pinned this issue Jan 22, 2022
@MichaelDeBoey
Copy link
Contributor

https://devblogs.microsoft.com/typescript/announcing-typescript-4-6

@bradzacher
Copy link
Member Author

There are no changes to the parser or rules required, which means that we just need to:

  1. regenerated libs
  2. bump dep ranges.

@ssbarnea
Copy link

ssbarnea commented Mar 4, 2022

Considering that there are no new changes to the parser or rules, when should we see an update? That runtime warning is very annoying and in some particular cases it gets printed multiple times (when used as pre-commit hook, due to multi-process use).

@nemchik
Copy link

nemchik commented Mar 4, 2022

Considering that there are no new changes to the parser or rules, when should we see an update? That runtime warning is very annoying and in some particular cases it gets printed multiple times (when used as pre-commit hook, due to multi-process use).

#4615 merged a few hours before your comment. I would imagine we could see a release today, if not likely early next week. It seems like this package releases versions fairly regularly, so we probably won't be waiting long.

@bradzacher
Copy link
Member Author

We release automatically every Monday morning!
https://github.com/typescript-eslint/typescript-eslint#versioning

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepting prs Go ahead, send a pull request that resolves this issue AST PRs and Issues about the AST structure dependencies Issue about dependencies of the package New TypeScript Version
Projects
None yet
Development

No branches or pull requests

4 participants