-
Notifications
You must be signed in to change notification settings - Fork 21
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]: Argument of type 'typeof requestLog' is not assignable to parameter of type 'OctokitPlugin'. #392
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
You need to upgrade this plugin as well. v4 of this plugin and v4 of Octokit are incompatible. |
@wolfy1339 thanks. This issue also appears on v5.3.0 of @octokit/plugin-request-log. Here is what I get:
Versions:
|
Can you check the output of |
Here is what I get:
|
I see the issue here. You have dupe versions of modules. Uninstall |
Thanks! I ran However, now I am getting these errors:
|
replace there currently is no export of You could simply install it manually and it will fix your issue |
That worked, thanks! |
What happened?
After upgrading from Octokit 3 to Octokit 4, the following code fails to typecheck:
Versions
@octokit/plugin-request-log 4.0.1
Octokit 4.0.2
Node v20.11.1
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: