-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix(typescript): resolve correct value for BaseWebhookEvent#name
#435
Conversation
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.
love the TypeScript tests, very cool!
Yeah they're actually really nice - I think they're the way to go for testing typescript in other repos. Since everyones approved, I'm guessing we're happy requiring >= 4.1 for Typescript - I'll merge this in an hour or so in case anyone wants to change their mind, but otherwise will 🚀 on |
yes. And if anyone complaints, send them my way 😜 |
🎉 This PR is included in version 7.24.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was actually a lot easier than I expected, but it makes total sense in hindsight.
This does put our minimal TypeScript version at 4.1 or higher - personally I don't have a problem with this, especially since we consider TypeScript changes to be non-breaking, but worth mentioning.
Fixes #431