Skip to content

Update dependency resend to v6#79

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/resend-6.x
Open

Update dependency resend to v6#79
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/resend-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
resend ^4.0.0^6.0.0 age confidence

Release Notes

resend/resend-node (resend)

v6.12.4

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.12.3...v6.12.4

v6.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.12.2...v6.12.3

v6.12.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.12.1...v6.12.2

v6.12.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.12.0...v6.12.1

v6.12.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.11.0...v6.12.0

v6.11.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.10.0...v6.11.0

v6.10.0

Compare Source

What's Changed

New Contributors

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

v6.9.4

Compare Source

What's Changed

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

v6.9.3

Compare Source

What's Changed

New Contributors

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

v6.9.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.9.1...v6.9.2

v6.9.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.9.0...v6.9.1

v6.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.8.0...v6.9.0

v6.8.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.7.0...v6.8.0

v6.7.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.6.0...v6.7.0

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.5.2...v6.6.0

v6.5.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.5.1...v6.5.2

v6.5.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.5.0...v6.5.1

v6.5.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.4.2...v6.5.0

v6.4.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.4.1...v6.4.2

v6.4.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.4.0...v6.4.1

v6.4.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.3.0...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.2.2...v6.3.0

v6.2.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.2.1...v6.2.2

v6.2.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.1.3...v6.2.0

v6.1.3

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.1.2...v6.1.3

v6.1.2

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.1.1...v6.1.2

v6.1.1

Compare Source

What's Changed

  • refactor: consolidate interface exports in index files for consistent and complete type exports by @​xentobias in #​547
  • fix: headers not sent to DELETE requests by @​TyMick in #​635

New Contributors

Full Changelog: resend/resend-node@v6.1.0...v6.1.1

v6.1.0

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.0.3...v6.1.0

v6.0.3

Compare Source

What's Changed

  • fix: typo in invalid_api_key error name (only a type issue)

Full Changelog: resend/resend-node@v6.0.2...v6.0.3

v6.0.2

Compare Source

v6.0.1

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

This release updates the contentId parameter on the email attachment schema. While this is a feature still in preview and is yet to be fully released, if you have started to use it already, make sure to update references to inlineContentId in your code to use just contentId instead.

No other breaking changes are introduced. If you were not using the feature mentioned above, no changes are needed.

Full Changelog: resend/resend-node@v5.0.0...v6.0.0

v5.0.0

Compare Source

What's Changed

How to migrate

The breaking change should only affect users that use the react option to send emails, but don't have @react-email/render installed. To properly have it working, you should install it in that case.

[!WARNING]
If you want to upgrade to remove @react-email/render from your project, you should uninstall the SDK npm uninstall resend and install it again npm install resend@latest. This will ensure that @react-email/render doesn't remain in your lockfile in a safe way.

Full Changelog: resend/resend-node@v4.8.0...v5.0.0


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot force-pushed the renovate/resend-6.x branch from b0583ff to aef4a36 Compare August 7, 2025 13:56
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from aef4a36 to 77eecec Compare August 8, 2025 17:00
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 77eecec to c3b01f6 Compare August 10, 2025 13:59
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from c3b01f6 to 7d9f568 Compare August 13, 2025 14:13
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 7d9f568 to e2764e8 Compare August 19, 2025 13:31
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from e2764e8 to 5bb7236 Compare August 31, 2025 09:06
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 5bb7236 to c199789 Compare August 31, 2025 13:03
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from c199789 to e31af41 Compare September 8, 2025 14:00
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from e31af41 to d630356 Compare September 16, 2025 11:57
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from d630356 to 3612a13 Compare September 25, 2025 15:38
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 3612a13 to 3a54e26 Compare September 29, 2025 15:04
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 3a54e26 to 9a70f60 Compare October 1, 2025 22:11
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 9a70f60 to 149dbc1 Compare October 14, 2025 22:52
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 149dbc1 to d79a62e Compare October 18, 2025 04:00
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from d79a62e to 64db457 Compare October 19, 2025 22:30
@netlify

netlify Bot commented Nov 18, 2025

Copy link
Copy Markdown

Deploy Preview for jackbailey-portfolio ready!

Name Link
🔨 Latest commit 0419f7a
🔍 Latest deploy log https://app.netlify.com/projects/jackbailey-portfolio/deploys/691f7d103a72cd0007bf903a
😎 Deploy Preview https://deploy-preview-79--jackbailey-portfolio.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 5a6ecde to f07ed95 Compare November 19, 2025 02:16
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from f07ed95 to cddbc7b Compare November 19, 2025 17:13
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from cddbc7b to 87ed636 Compare November 19, 2025 21:59
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 87ed636 to 0419f7a Compare November 20, 2025 20:41
@renovate renovate Bot force-pushed the renovate/resend-6.x branch 2 times, most recently from a8e5af9 to cc2c36e Compare December 3, 2025 18:33
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from cc2c36e to f272db8 Compare December 9, 2025 19:09
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from f272db8 to a0745b1 Compare December 31, 2025 15:42
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from a0745b1 to 06ea360 Compare January 8, 2026 16:49
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 06ea360 to 40746ca Compare January 19, 2026 14:50
@renovate renovate Bot force-pushed the renovate/resend-6.x branch 2 times, most recently from 60b6a15 to 9121697 Compare January 27, 2026 18:51
@renovate renovate Bot force-pushed the renovate/resend-6.x branch 2 times, most recently from 1cd78c8 to 741e128 Compare February 17, 2026 20:10
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 741e128 to 08b8be3 Compare February 28, 2026 01:19
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 08b8be3 to 3753392 Compare March 16, 2026 21:06
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 3753392 to 35848bf Compare March 30, 2026 20:38
@renovate renovate Bot force-pushed the renovate/resend-6.x branch 2 times, most recently from 02a10a5 to 58b9d3a Compare April 16, 2026 09:12
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from 58b9d3a to fd4c33d Compare April 20, 2026 19:52
@renovate renovate Bot force-pushed the renovate/resend-6.x branch from fd4c33d to a1dd2a2 Compare May 6, 2026 17:04
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