Tags: JKC2/core.js
Tags
fix(typescript): avoid the `void` (octokit#356) See octokit/octokit.js#2115
feat(typescript): do not permit unknown keys on `octokit` instance (e… …ven when used with plugins and defaults) (octokit#312) thanks to @Andarist thanks to @Andarist gr2m/javascript-plugin-architecture-with-typescript-definitions#31
fix(typescript): remove `[key: string]: any` from `Octokit` class (oc… …tokit#309) Before any property on an `octokit` instance could be used without complaint at build time. With this change, all additional properties on an `octokit` instance need to be added explicitly using plugins
feat(typescript): types for `octokit.hook.{before,after,error,wrap}("… …request", () => {})` methods (octokit#301)
fix(deps): lock file maintenance Co-authored-by: Renovate Bot <[email protected]>
fix(deps): bump @octokit/types from 5.5.0 to 6.0.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v5.5.0...v6.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext