fix(deps): bump Octokit deps to fix Deno compat by wolfy1339 · Pull Request #761 · octokit/plugin-throttling.js (original) (raw)
See octokit/octokit.js#2762 (comment)
Resolves #ISSUE_NUMBER
Before the change?
- Types would include a reference to
@types/nodeeven though there is nothing using Node specific APIs in the types
After the change?
- Update
@octokit/typesto make sure types are platform agnostic
Pull request checklist
- Tests for the changes have been added (for bug fixes / features)
- Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- Yes
- No