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 #20

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
resend ^0.14.0 -> ^3.0.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

v0.17.2

Compare Source

v0.17.1

Compare Source

Patches

v0.17.0

Compare Source

Minor

  • Add custom headers support #​131

Patches

v0.16.0

Compare Source

Minor

v0.15.4

Compare Source

v0.15.3

Compare Source

Patches

  • Fix list API keys returning types #​111
  • Fix list domains returning types #​112

v0.15.2

Compare Source

Patches

Misc

  • Move examples to separate repos
  • Standardize README

v0.15.1

Compare Source

Patch

v0.15.0

Compare Source

Minor

v0.14.1

Compare Source

Patches


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/resend-3.x branch 2 times, most recently from c5ea7b2 to 88bce90 Compare February 15, 2024 22:01
@renovate renovate bot force-pushed the renovate/resend-3.x branch from 88bce90 to 521f841 Compare February 15, 2024 22:02
@bukinoshita bukinoshita merged commit 18b9022 into main Feb 15, 2024
1 check passed
@bukinoshita bukinoshita deleted the renovate/resend-3.x branch February 15, 2024 22:02
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.

1 participant