-
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
Typescript compilation failures #115
Comments
I'm looking into it right now, will be fixed with octokit/plugin-paginate-rest.js#363 |
Cheers @gr2m :) Let me know when the packages are published and i'll test it on my end. |
Can you try again? Make sure to update your lock file and the dependency tree. Make sure you have |
@gr2m just gave it another go this time i get:
Looks like its pulling in
That's with a fresh |
Hmm I had to
Now that we have that dependency, it builds OK. |
already ahead of you 😁 |
Sorted :) |
Checklist
Environment
Versions
What happened?
As of today our builds using
@octokit/rest@18.10.0
have started failing to compile with this error:We have not changed the version of the package, so this feels like some sort of transitive dependency issue.
Minimal test case to reproduce the problem
Build an app with
@octokit/rest@18.10.0
What did you expect to happen?
Typescript compilation to work
What the problem might be
This feels similar to octokit/plugin-rest-endpoint-methods.js#172, https://www.npmjs.com/package/@octokit/plugin-rest-endpoint-methods was published 17 hours ago so feels somewhat suspicious
The text was updated successfully, but these errors were encountered: