-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: allow @typescript-eslint
v8
#1636
Conversation
…slint-plugin` version
@SimenB before you say it, yes let's do a new major so we can stop hacking around but for now this should unblock the super keen folks. I'm in the process of converting my company's config over to ESLint v9 after which I'll do our next major and clean all this stuff up. |
😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! (somehow didn't approve when I looked through this yesterday)
# [28.7.0](v28.6.0...v28.7.0) (2024-08-03) ### Features * allow `[@typescript-eslint](https://github.com/typescript-eslint)` v8 ([#1636](#1636)) ([fb43171](fb43171))
🎉 This issue has been resolved in version 28.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Awesome, thanks for taking this over! |
Unsurprisingly we don't have to actually do anything for this support - I'm not worried about the
unbound-method
tests as this weirdness happened before and I plan to do a new major soon which'll get all this cleaned up; everything is working fine locallyResolves #1633
Resolves #1623