plugin-throttling.js
Improve types for `ThrottlingOctokitOptions`
#457
Merged

Commits
  • feat(types): improve types for ThrottlingOptions to make it more accurate
    oscard0m committed 3 years ago
  • refactor(types): apply second iteration on trying to improve types for ThrottlingOptions
    oscard0m committed 3 years ago
  • fix(retry.test.ts): adopt new ThrottlingOption type
    oscard0m committed 3 years ago
  • fix(plugin.test.ts): adopt ThrottlingOptions type
    oscard0m committed 3 years ago
  • fix(events.test.ts): adopt ThrottlingOptions type
    oscard0m committed 3 years ago
  • refactor(ts-ignore): use 'ts-expect-error' to keep track when annotation is not necessary anymore
    oscard0m committed 3 years ago
  • fix(route-matcher): improve typing for 'paths'
    oscard0m committed 3 years ago
  • feat(types): improve type for 'Bottleneck' and 'connection'
    oscard0m committed 3 years ago
  • test(types): add TS validation to assure types are properly configured
    oscard0m committed 3 years ago
  • fix(types): use types suggested by wolfy
    oscard0m committed 3 years ago
  • build(deps): update @octokit/core to v3.6.0
    oscard0m committed 3 years ago
  • fix(types): remove unnecessary //@ts-expect-error in index.ts
    oscard0m committed 3 years ago
  • refactor(index.ts): remove unnecessary ts-expect-error for retryAfter
    oscard0m committed 3 years ago
  • ci(test.yml): rename jobs to asure they match required check run names
    oscard0m committed 3 years ago
  • fix(types): use 'never' to assure the Union does not allow 'onAbuse' and 'onSecondary'
    oscard0m committed 3 years ago
Loading