Skip to content
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

Remove unused type and dev dependency #43

Merged
merged 2 commits into from
May 18, 2023
Merged

Conversation

stackptr
Copy link
Member

ListCheckRunsResponse is defined but never used. Removing it means @octokit/plugin-rest-endpoint-methods is no longer required as a dev dependency.

Closes #36 and other Dependabot PRs for this package. These fail to build seemingly because TypeScript is unable to reconcile the package we're using (7.1.0) and the package that @actions/github uses (^5.13.0). The skipLibChecks compiler option might solve this, but compromises type-system accuracy, so it seems like a good thing to avoid. The underlying issue seems related to: octokit/plugin-rest-endpoint-methods.js#172 (comment)

@stackptr stackptr self-assigned this May 17, 2023
@stackptr stackptr requested a review from a team as a code owner May 17, 2023 23:47
@stackptr stackptr requested review from pbrisbin and removed request for a team May 17, 2023 23:47
@stackptr
Copy link
Member Author

This also unblocks #37 when rebasing that locally onto this change.

@stackptr stackptr force-pushed the corey/remove-unused-type branch from ccfb058 to da439aa Compare May 17, 2023 23:50
Copy link
Member

@pbrisbin pbrisbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was silly. Thanks!

@pbrisbin pbrisbin merged commit cb24632 into main May 18, 2023
@pbrisbin pbrisbin deleted the corey/remove-unused-type branch May 18, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants