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 v3 #5978

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
resend 0.17.2 -> 3.2.0 age adoption passing confidence

Release Notes

resendlabs/resend-node (resend)

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

v1.1.0

Compare Source

  • Drop node-fetch in favor of native fetch for Node

v1.0.0

Compare Source

Major

  • Replace axios with node-fetch #​149

Minor

  • Add JSdoc for create email types #​132
  • Add missing fields to the GetEmailResponse type #​146

Patch


Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from jharrell and nikolasburk May 16, 2024 02:26
@jharrell
Copy link
Member

@ankur-arch could you review this? This is a pretty huge upgrade and just want to make sure it's intended/appropriate.

@jharrell jharrell merged commit dc77f02 into latest May 21, 2024
47 of 48 checks passed
@jharrell jharrell deleted the renovate/resend-3.x branch May 21, 2024 17:42
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.

None yet

2 participants