question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@octokit/webhooks types missing

See original GitHub issue

Bug Report

Current Behavior In probot 7.1.0 types for @octokit/webhooks were extracted to src/@types/... but are no more part of the package. This makes probot unusable cause we don’t have code completion, type checks nor we can use the types in the code.

Expected behavior/code Types for @octokit/webhooks will be part of the probot bundle.

Environment

  • Probot version(s): 7.1.0
  • Node/npm version: Node 8/npm 6
  • OS: all

Possible Solution Either include the types or release them as a separate package.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
probotbotcommented, Mar 8, 2019

🎉 This issue has been resolved in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

1reaction
probotbotcommented, Mar 3, 2019

🎉 This issue has been resolved in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

@octokit/webhooks-types - npm package | Snyk
The npm package @octokit/webhooks-types was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >
@octokit/webhooks-types - npm
This package ships with types for the webhook events generated from the respective json schemas, which you can use like so: import { ......
Read more >
@octokit/webhooks-methods | Yarn - Package Manager
@octokit/webhooks-methods is not meant to be used in browsers. The webhook secret is a sensitive credential that must not be exposed to users....
Read more >
octokit/rest.js
<script type="module"> import { Octokit } from ... If issues are disabled in the repository, the API returns a 410 Gone status.
Read more >
Cannot create an app that listens the webhook ...
The problem was not having the latest version of @octokit/webhooks-types. It can be checked with the command "npm ls ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found