-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG]: TypeScript compilation errors with @octokit/rest and latest version of @octokit-types #290
Comments
Downgrade octokit until octokit/rest.js#290 is addressed
This is a known issue and is being worked on. The version of Octokit packages and the types packages are tied together. There need to be an update to the Currently blocked on octokit/types.ts#534 which hopefully will get fixed by octokit/openapi#349 |
It's a different set of errors but same underlying cause. This is PR that will eventually solve all I believe: octokit/plugin-rest-endpoint-methods.js#632 |
Hopefully it will get resolved as soon as octokit/openapi#353 is merged. |
Is there a workaround for this issue, or any backward version I can use? |
Error has gone after I used this:
The only thing I did was downgrade the |
@wolfy1339 we're still seeing issues with fresh installs of everything. Is there some other things that need a publish maybe?
|
Yes In this case it's |
Every dependant module that relies upon the endpoint types has been updated, I'm now going to release a new version of See #292 |
🎉 This issue has been resolved in version 19.0.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Still having this problem when using
|
Can you open a new issue, that is different than this one. |
What happened?
TypeScript code no longer compiles with the following errors:
Versions
>v19
.Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: