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/plugin-throttling.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.2
Choose a base ref
...
head repository: octokit/plugin-throttling.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.3
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 26, 2023

  1. build(deps): lock file maintenance (#637)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    479ed66 View commit details

Commits on Nov 1, 2023

  1. build(deps): lock file maintenance (#639)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    346bd4c View commit details

Commits on Nov 7, 2023

  1. build(deps): lock file maintenance

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aac92df View commit details

Commits on Nov 13, 2023

  1. chore(deps): update dependency prettier to v3.1.0

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d1fb8c View commit details

Commits on Nov 15, 2023

  1. build(deps): lock file maintenance (#645)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f5d504e View commit details

Commits on Nov 18, 2023

  1. fix(types): improvements to internal types and options parameter (#642

    )
    
    * fix(types): improvements to internal types and `options` parameter
    * fix: remove unneeded `ts-expext-errror` directive
    * chore: remove most `ts-expect-error` annotations
    * Add internal `State` type
    * Type the `wrapRequest()` function
    * Add type augmentation of `OctokitResponse`
    
    * fix: improve options type
    
    * style: prettier
    
    * fix: add missing type import
    
    * fix: move `ts-expext-error` directive
    
    * test: add `ts-expect-error`
    
    * build(deps): update `@octokit/types`
    
    * chore: remove more `ts-expect-error`
    * chore: move `ts-expect-error` directive directly before function
    * build: workaround typescript
    
    Build the project first, then import from the build and then do the type check
    wolfy1339 authored Nov 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2a64f7f View commit details
Showing with 424 additions and 301 deletions.
  1. +349 −281 package-lock.json
  2. +3 −3 package.json
  3. +32 −8 src/index.ts
  4. +12 −1 src/types.ts
  5. +25 −7 src/wrap-request.ts
  6. +2 −0 test/exports.test.ts
  7. +1 −1 test/typescript-validate.ts
Loading