Skip to content

Commit 9388680

Browse files
fix(deps): update dependency resend to v4.8.0 (#806)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [resend](https://redirect.github.com/resend/resend-node) | [`4.6.0` -> `4.8.0`](https://renovatebot.com/diffs/npm/resend/4.6.0/4.8.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/resend/4.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/resend/4.6.0/4.8.0?slim=true) | --- ### Release Notes <details> <summary>resend/resend-node (resend)</summary> ### [`v4.8.0`](https://redirect.github.com/resend/resend-node/releases/tag/v4.8.0) [Compare Source](https://redirect.github.com/resend/resend-node/compare/v4.7.0...v4.8.0) #### What's Changed - feat: add `inline_content_id` to attachments by [@&#8203;Cisneiros](https://redirect.github.com/Cisneiros) in [#&#8203;554](https://redirect.github.com/resend/resend-node/pull/554) - chore: release v4.8.0 by [@&#8203;Cisneiros](https://redirect.github.com/Cisneiros) in [#&#8203;556](https://redirect.github.com/resend/resend-node/pull/556) **Full Changelog**: <resend/resend-node@v4.7.0...v4.8.0> ### [`v4.7.0`](https://redirect.github.com/resend/resend-node/releases/tag/v4.7.0) [Compare Source](https://redirect.github.com/resend/resend-node/compare/v4.6.0...v4.7.0) #### What's Changed - feat: update types to allow type narrowing by [@&#8203;vcapretz](https://redirect.github.com/vcapretz) in [#&#8203;535](https://redirect.github.com/resend/resend-node/pull/535) - chore: bump version to 4.7.0 by [@&#8203;joaopcm](https://redirect.github.com/joaopcm) in [#&#8203;548](https://redirect.github.com/resend/resend-node/pull/548) **Full Changelog**: <resend/resend-node@v4.6.0...v4.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5c4b6f commit 9388680

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/mailer/handlers/resend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@cedarjs/mailer-core": "workspace:*",
24-
"resend": "4.6.0"
24+
"resend": "4.8.0"
2525
},
2626
"devDependencies": {
2727
"@cedarjs/framework-tools": "workspace:*",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3824,7 +3824,7 @@ __metadata:
38243824
dependencies:
38253825
"@cedarjs/framework-tools": "workspace:*"
38263826
"@cedarjs/mailer-core": "workspace:*"
3827-
resend: "npm:4.6.0"
3827+
resend: "npm:4.8.0"
38283828
tsx: "npm:4.21.0"
38293829
typescript: "npm:5.9.3"
38303830
languageName: unknown
@@ -27474,12 +27474,12 @@ __metadata:
2747427474
languageName: node
2747527475
linkType: hard
2747627476

27477-
"resend@npm:4.6.0":
27478-
version: 4.6.0
27479-
resolution: "resend@npm:4.6.0"
27477+
"resend@npm:4.8.0":
27478+
version: 4.8.0
27479+
resolution: "resend@npm:4.8.0"
2748027480
dependencies:
2748127481
"@react-email/render": "npm:1.1.2"
27482-
checksum: 10c0/ffd82d406fff0ebf7b66078df8bb5348a8aa01f0dadb8b3700184a2c4104e193cb8ed63902e0034d0492d3bbb318a67504d6cb826ef60fe67c753ffa9f800799
27482+
checksum: 10c0/8836b529abe3188592c2df120f18c40b6378707cec86bcd28000e912b51dc9304080d8876fa4e4a52d328aa0390a5ca5362de53331e9317bce9bd29bff6c2b41
2748327483
languageName: node
2748427484
linkType: hard
2748527485

0 commit comments

Comments
 (0)