chore: bump @octokit/webhooks from 14.1.3 to 14.2.0 - #307
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
|
Deploy preview for team-scope-test ready! ✅ Preview Built with commit 8805853. |
There was a problem hiding this comment.
No issues found across 1 file
Requires human review: This PR updates a production dependency (@octokit/webhooks) and involves a significant lockfile change (+293 -220 lines), which requires human review for potential regressions.
Architecture diagram
sequenceDiagram
participant GH as GitHub
participant Srv as App Server
participant Octo as @octokit/webhooks (v14.2.0)
participant Log as Event Handlers
Note over GH,Log: Webhook Delivery Flow
GH->>Srv: POST /api/github/webhooks
Note right of GH: Header: X-Hub-Signature-256<br/>Header: X-GitHub-Event
Srv->>Octo: verifyAndReceive(payload, signature)
Octo->>Octo: Validate HMAC signature
alt Valid Signature
Octo->>Octo: CHANGED: Parse event schema
Note over Octo: Support added for:<br/>- issue_dependencies<br/>- secret_scanning_alert.assigned<br/>- secret_scanning_alert.unassigned
Octo-->>Log: Trigger .on(event) callback
Log->>Log: Execute business logic
Srv-->>GH: 200 OK
else Invalid Signature or Malformed
Octo-->>Srv: Throw Error
Srv-->>GH: 401 Unauthorized / 400 Bad Request
end
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/octokit/webhooks-14.2.0
branch
from
March 26, 2026 08:06
a182588 to
292d44f
Compare
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 14.1.3 to 14.2.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v14.1.3...v14.2.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/octokit/webhooks-14.2.0
branch
from
March 26, 2026 08:22
292d44f to
8805853
Compare
|
Contributor
Author
|
Looks like @octokit/webhooks is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/octokit/webhooks-14.2.0
branch
March 27, 2026 02:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps @octokit/webhooks from 14.1.3 to 14.2.0.
Release notes
Sourced from
@octokit/webhooks's releases.Commits
b47e4b0feat: newsecret_scanning_alert.assigned, `secret_scanning_alert.unassigned...5ca3206ci(action): update github/codeql-action action to v4 (#1178)07b617cci(action): update actions/setup-node action to v6 (#1179)3e7c815build(deps): lock file maintenance (#1177)be82b3dci(action): update peter-evans/create-or-update-comment action to v5 (#1175)73ec1fcchore(deps): update vitest monorepo to v4 (major) (#1181)4b4ad0fbuild(deps): lock file maintenance (#1174)2a24466ci(action): update actions/checkout action to v5 (#1170)aea297eci(action): update actions/setup-node action to v5 (#1172)302105ebuild(deps): lock file maintenance (#1168)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@octokit/webhookssince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)