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

chore: upgrade octokit dependencies #2459

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 3, 2024

  1. chore: upgrade octokit dependencies

    The main goal here is to upgrade `@octokit/plugin-throttling` to `5`, so that the secondary rate limit wait time is increased, wich hopefully fixes intuit#2458. This required other dependencies to be upgraded. The `resolutions` for `@octokit/plugin-rest-endpoint-methods` is necessary, because without it it pulls in `10.0.0` of `@octokit/types` which isn't compatible with the other libraries.
    restfulhead committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    319e52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02558b View commit details
    Browse the repository at this point in the history
  3. fix: typo

    restfulhead committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    899619f View commit details
    Browse the repository at this point in the history
  4. fix: git dependencies

    Finally found a combination of @octokit versions that all use @octokit/types 9.x
    restfulhead committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cf58ca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4829f1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f3a893 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff2d5e0 View commit details
    Browse the repository at this point in the history