Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency resend to v4 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
resend ^1.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

resendlabs/resend-node (resend)

v4.0.0

Compare Source

Major

Minor

Patch

v3.5.0

Compare Source

  • fix: Remove optionality from required types #​401
  • feat: Export all interfaces for Requests and Responses #​396

v3.4.0

Compare Source

Minor

v3.3.0

Compare Source

v3.2.0

Compare Source

Minor

Patch

v3.1.0

Compare Source

Major

Minor

Patch

  • Update dependency @react-email/render to v0.0.12 #​304

v3.0.0

Compare Source

Major

  • fix: Types and changed contacts payload #​296
    • first_name -> firstName
    • last_name -> lastName
    • audienceId -> audienceId

Minor

  • Add delete contact by email #​291

Patch

  • Update dependency ts-node to v10.9.7 #​293
  • Update typescript-eslint monorepo to v6.19.0 #​295
  • Update dependency @react-email/render to v0.0.11 #​297
  • Fix contact payload #​298
  • Fix response types #​299
  • Update dependency prettier to v3.2.4 #​300

v2.1.0

Compare Source

Minor

Patch

v2.0.0

Compare Source

Major
Before
const data = resend.emails.send({ ... })

return data.id
After
const { data, error } = resend.emails.send({ ... })

if (error || !data) {
  throw new Error(error.message)
}

return data.id
Minor
Patch

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants