Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: arnitdo/webhooks.js

Tags

v13.4.1

Toggle v13.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): correct some invalid types (octokit#1074)

chore(deps): update octokit monorepo to v8.5.1

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

v13.4.0

Toggle v13.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(types): new `projects_v2_status_update`, `sub_issues` events (oc…

…tokit#1073)

v12.3.1

Toggle v12.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: type update via `@octokit/webhooks-types` v7.6.1

v12.3.0

Toggle v12.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: add new `merge_group.destroyed` event

v13.3.0

Toggle v13.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use native AbortError (octokit#1038)

v13.2.8

Toggle v13.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): webhooks payload type updates via `@octokit/openapi-webho…

…oks-types` (octokit#1032)

chore(deps): update octokit monorepo to v8.3.0

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

v13.2.7

Toggle v13.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: explicitly check that `request.body` is a string (octokit#1010)

* fix: reverts conditional change within `getPayload()` that broke compatibility with fastify/middie middleware library

* updates conditional within `getPayload()`

v13.2.6

Toggle v13.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): type updates from `@octokit/openapi-webhooks-types` v8.2.1 (

octokit#1008)

Just some simple refactoring work going on

v13.2.5

Toggle v13.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): upgrade `@octokit/openapi-webhooks-types` to v8.2.0 (octo…

…kit#1006)

chore(deps): update octokit monorepo to v8.2.0

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

v13.2.4

Toggle v13.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use `exports` field for ESM exports (octokit#1004)

* docs: add note on needed config changes for TypeScript

* fix(build): simplify builds

* fix(pkg): use `exports` in `package.json`

* style: prettier

* docs: update info on typescript config