Version Packages#47
Merged
Merged
Conversation
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@senderkit/sdk@0.10.0
Minor Changes
1fe3c66: Add the
blockedmessage status introduced by the outbound abuse scanner.senderkit-app now runs outbound anti-phishing detection over email and SMS
content. A flagged send is halted and the message lands in a new terminal
blockedstate with a human-readableblockedReason. This brings the SDK,CLI, and MCP surface back in lockstep with the app's
messageStatusEnum.MESSAGE_STATUSESnow includesblocked(betweenopted_outandcanceled), mirroring the app enum. Thesenderkit_messages_list.statusMCP/CLI filter is a strict
z.enum(MESSAGE_STATUSES), so before this changeit rejected
status: "blocked"as invalid input — callers can now filter forblocked messages.
Message.blockedReasonis documented on the message type (optionalstring | null), alongside a note thatblockedis set by the abuse scanner.@senderkit/cli@0.6.3
Patch Changes
505e36c: Resolve
pnpm auditadvisories by bumping vulnerable transitive dependencies.hono→>=4.12.25(pnpm override). Pulled in at runtime via@modelcontextprotocol/sdk; clears 5 advisories (GHSA-wwfh-h76j-fc44,GHSA-j6c9-x7qj-28xf, GHSA-rv63-4mwf-qqc2, GHSA-wgpf-jwqj-8h8p,
GHSA-88fw-hqm2-52qc).
js-yaml→>=4.2.0(pnpm override). Dev-only, via@changesets/cli(GHSA-h67p-54hq-rp68).
vite→^8.0.16, pinned as a direct devDependency in the threetest packages. Dev-only, via
vitest(GHSA-fx2h-pf6j-xcff,GHSA-v6wh-96g9-6wx3). An override alone doesn't move it because
viteisboth a dependency and a peerDependency of
vitest, so the version is pinnedwhere the peer is consumed instead.
pnpm audit --audit-level=moderatenow reports no known vulnerabilities.1fe3c66: Add the
blockedmessage status introduced by the outbound abuse scanner.senderkit-app now runs outbound anti-phishing detection over email and SMS
content. A flagged send is halted and the message lands in a new terminal
blockedstate with a human-readableblockedReason. This brings the SDK,CLI, and MCP surface back in lockstep with the app's
messageStatusEnum.MESSAGE_STATUSESnow includesblocked(betweenopted_outandcanceled), mirroring the app enum. Thesenderkit_messages_list.statusMCP/CLI filter is a strict
z.enum(MESSAGE_STATUSES), so before this changeit rejected
status: "blocked"as invalid input — callers can now filter forblocked messages.
Message.blockedReasonis documented on the message type (optionalstring | null), alongside a note thatblockedis set by the abuse scanner.Updated dependencies [1fe3c66]
@senderkit-examples/nextjs-basic@0.0.11
Patch Changes
@senderkit-examples/node-basic@0.0.11
Patch Changes