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

fix(deps): bump minimal version of @octokit/plugin-paginate-rest to v2.16.4 to prevent typescript compile errors #120

Merged
merged 1 commit into from Sep 30, 2021

Commits on Sep 28, 2021

  1. Fix: Typescript compile failures for old package

    Update package "@octokit/plugin-paginate-rest" to 2.16.4.  While
    npm can update the package, it does not always do so and Typescript
    gets compile errors such as:
    
    Property 'GET /user/{username}/packages' does not exist on
    type 'Endpoints'.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Sep 28, 2021
    Copy the full SHA
    8fb12c5 View commit details
    Browse the repository at this point in the history