-
Notifications
You must be signed in to change notification settings - Fork 2
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.2.2 Support #339
Comments
Opened a PR for this here: #338 |
@dominicfraser I'm really sorry for being so late, it has been a year, but thank you a lot for your efforts on the PR. I'll come back to review later, and thanks for the comments in the PR. I guess this repo might need some housekeeping after your PR is merged. Sorry I've been through some mental ups and downs this year. Finally now I can gradually and slowly return to the programming world that I love. Thank you so much, it is really great to see this PR while recovering and slowly coming back... This means a lot to me. Thanks a lot! And have a great day! 😊 |
@dominicfraser Btw are you interested in being a maintainer of this repo and the npm package? |
Welcome back @shian15810 ❤️ |
Thank you for the offer, but while I'm happy to raise a couple of PRs to bring the repo up to date I wouldn't want to take on a continual maintainer role. In the new year I'll see if the company I work for has any interest, if you would be interested in that? |
TypeScript 5.2.2 comes with a breaking change that requires all
@typescript-eslint/*
dependencies to move to >= v6: typescript-eslint/typescript-eslint#7155 (comment).In this repository that specifically means moving from
to
The text was updated successfully, but these errors were encountered: