Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/types.ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.0
Choose a base ref
...
head repository: octokit/types.ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.1.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 22, 2025

  1. chore(deps): update dependency github-openapi-graphql-query to v5 (#673)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    bb316aa View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. chore(deps): update dependency npm-run-all2 to v8 (#674)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 7, 2025
    Configuration menu
    Copy the full SHA
    d8fde41 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency typedoc to ^0.28.0 (#661)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 7, 2025
    Configuration menu
    Copy the full SHA
    10745ee View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. feat: new GET /users/{username}/settings/billing/usage, `POST /cred…

    …entials/revoke` endpoints, endpoint type updates, type performance fixes (#675)
    
    * WIP octokit/openapi updated
    
    * fix: implement some performance improvements (#667)
    
    * Pre-compute the keys of the `Endpoint` type in order to not have to compute them multiple times
    * Use interface extends instead of intersections
    
    See https://github.com/microsoft/TypeScript/wiki/Performance
    Part of #666
    
    ---------
    
    Co-authored-by: Octokit Bot <[email protected]>
    Co-authored-by: wolfy1339 <[email protected]>
    3 people authored May 25, 2025
    Configuration menu
    Copy the full SHA
    a7ec830 View commit details
    Browse the repository at this point in the history
Loading