Skip to content

Tags: octokit/webhooks.js

Tags

v13.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): explicit return type from web `middleware()` (#1119)

v13.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add `./types` entrypoint (#1114)

Add back event handler import that was lost in the transition to ESM

v13.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build): replace the `module` property with the `source` property (#…

…1102)

This is more in-line with the outputted `package.json` before the transition from Pika to ESBuild

v13.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): mark type parameters as optional (#1101)

Some types which end-users could be using, declare the type parameters as requried, when in fact they are entirely optional.

This arises when users try to use the event handler code on it's own

v13.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add new "web" middleware (#1078)

* feat: add new "web" middleware

This new middleware should be generic enough for use in the serverless/edge platforms

* style: prettier

v13.6.1

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(deps): update dependency @octokit/request-error to v6.1.7 [securi…

…ty] (#1109)

* fix(deps): update dependency @octokit/request-error to v6.1.7 [security]

* bump package.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v13.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add new `secret_scanning_alert.publicly_leaked` and `secret_sca…

…nning_scan.completed` events, type updates (#1104)

v13.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump `@octokit/webhooks-methods` (#1103)

Fixes #1099

v13.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use verifyWithFallback to support secret rotation (#1080)

v13.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make verifyAndReceive accept a string name. (#1056)

Make verifyAndReceive accept a string name.

As naturally comes from the relevant HTTP header.