feat(webhooks): add suppression webhooks - #353
Open
Cisneiros wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Cisneiros
marked this pull request as ready for review
July 28, 2026 13:46
Contributor
There was a problem hiding this comment.
2 issues found across 9 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="src/commands/webhooks/create.ts">
<violation number="1" location="src/commands/webhooks/create.ts:37">
P3: The `--events` option description still says "all 17 events" but the PR expands the set to 19 events with the new suppression webhooks. Update it to "all 19 events".</violation>
</file>
<file name="pnpm-workspace.yaml">
<violation number="1" location="pnpm-workspace.yaml:5">
P2: Broadening `minimumReleaseAgeExclude` from `resend@6.18.0` to `resend` removes supply-chain protection for all future versions of `resend`. A scoped entry like `resend@6.18.1` would achieve the immediate need while keeping later versions subject to the release-age check.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
dielduarte
approved these changes
Jul 28, 2026
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.
Includes
suppression.addedandsuppression.removedwebhooks.Summary by cubic
Adds suppression webhooks to the CLI:
suppression.addedandsuppression.removed. The "all" shorthand now expands to 19 events, and help/listen outputs reflect the new category.New Features
suppression.addedandsuppression.removedtoALL_WEBHOOK_EVENTS.webhooks createandwebhookshelp to list the Suppression category.webhooks listennow shows the suppressed email in the event detail.--events all.Dependencies
resendto6.18.1.resendfrom minimum release age.Written for commit 5d59a60. Summary will update on new commits.