Skip to content

Bump resend from 6.9.3 to 6.9.4#48

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/resend-6.9.4
Mar 17, 2026
Merged

Bump resend from 6.9.3 to 6.9.4#48
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/resend-6.9.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

Bumps resend from 6.9.3 to 6.9.4.

Release notes

Sourced from resend's releases.

v6.9.4

What's Changed

Full Changelog: resend/resend-node@v6.9.3...v6.9.4

Commits
  • 95e4630 chore: bump package version to 6.9.4 (#878)
  • 3413387 chore(deps): update dependency @​biomejs/biome to v2.4.7 (#879)
  • 0987940 feat(api-keys): add last_used_at field to API key response (#877)
  • 02ee43c chore(deps): update dependency @​biomejs/biome to v2.4.6 (#847)
  • 35cd31a chore(deps): update dependency @​types/node to v24.11.0 (#856)
  • cfd8a08 fix(deps): update dependency svix to v1.86.0 (#849)
  • 0acc12d chore(deps): update dependency dotenv to v17.3.1 (#848)
  • d16e477 chore(deps): update dependency @​types/react to v19.2.14 (#845)
  • f0297fd chore(deps): update dependency rimraf to v6.1.3 (#850)
  • 222395a chore(deps): update pnpm/action-setup digest to 9b5745c (#852)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 resend from 6.9.3 to 6.9.4 to pick up fixes and the new API key response field last_used_at. This also bumps transitive svix to 1.86.0.

Written for commit 471d154. Summary will update on new commits.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2026
@github-actions
Copy link
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.

@github-actions github-actions bot merged commit 4f7a49d into main Mar 17, 2026
7 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/resend-6.9.4 branch March 17, 2026 17:46
@github-actions
Copy link
Contributor

🤖 I'm sorry @dependabot[bot], but I was unable to process your request. Please see the logs for more details.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants