Bump resend from 6.9.3 to 6.9.4#48
Merged
github-actions[bot] merged 1 commit intomainfrom Mar 17, 2026
Merged
Conversation
Bumps [resend](https://github.com/resend/resend-node) from 6.9.3 to 6.9.4. - [Release notes](https://github.com/resend/resend-node/releases) - [Commits](resend/resend-node@v6.9.3...v6.9.4) --- updated-dependencies: - dependency-name: resend dependency-version: 6.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
🤖 Hi @dependabot[bot], I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
Contributor
|
🤖 I'm sorry @dependabot[bot], but I was unable to process your request. Please see the logs for more details. |
There was a problem hiding this comment.
No issues found across 3 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant App as Application Logic
participant SDK as Resend SDK (v6.9.4)
participant API as Resend External API
participant Svix as Svix (Webhooks)
Note over App, API: API Key Management Flow
App->>SDK: apiKeys.get(id) or .list()
SDK->>API: GET /api-keys
API-->>SDK: Response JSON
Note right of SDK: NEW: SDK now parses<br/>'last_used_at' field
SDK-->>App: API Key Object (with last_used_at)
Note over App, Svix: Email / Webhook Flow
App->>SDK: emails.send({...})
SDK->>API: POST /emails
API-->>SDK: 200 OK (Email ID)
SDK-->>App: Delivery Receipt
opt If Webhooks Configured
API->>Svix: CHANGED: Forward event (via Svix v1.86.0)
Svix->>App: POST /webhook-endpoint
end
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 resend from 6.9.3 to 6.9.4.
Release notes
Sourced from resend's releases.
Commits
95e4630chore: bump package version to 6.9.4 (#878)3413387chore(deps): update dependency@biomejs/biometo v2.4.7 (#879)0987940feat(api-keys): addlast_used_atfield to API key response (#877)02ee43cchore(deps): update dependency@biomejs/biometo v2.4.6 (#847)35cd31achore(deps): update dependency@types/nodeto v24.11.0 (#856)cfd8a08fix(deps): update dependency svix to v1.86.0 (#849)0acc12dchore(deps): update dependency dotenv to v17.3.1 (#848)d16e477chore(deps): update dependency@types/reactto v19.2.14 (#845)f0297fdchore(deps): update dependency rimraf to v6.1.3 (#850)222395achore(deps): update pnpm/action-setup digest to 9b5745c (#852)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)Summary by cubic
Upgrade
resendfrom 6.9.3 to 6.9.4 to pick up fixes and the new API key response field last_used_at. This also bumps transitivesvixto 1.86.0.Written for commit 471d154. Summary will update on new commits.