Skip to content

Commit

Permalink
fix(deps): update dependency resend to v1.1.0 (#9493)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [resend](https://togithub.com/resendlabs/resend-node) | [`1.0.0` ->
`1.1.0`](https://renovatebot.com/diffs/npm/resend/1.0.0/1.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/resend/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/resend/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/resend/1.0.0/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/resend/1.0.0/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>resendlabs/resend-node (resend)</summary>

###
[`v1.1.0`](https://togithub.com/resendlabs/resend-node/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/resendlabs/resend-node/compare/v1.0.0...v1.1.0)

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

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 920e249 commit 30c9300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mailer/handlers/resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@redwoodjs/mailer-core": "6.0.7",
"resend": "1.0.0"
"resend": "1.1.0"
},
"devDependencies": {
"esbuild": "0.19.5",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8850,7 +8850,7 @@ __metadata:
"@redwoodjs/mailer-core": 6.0.7
esbuild: 0.19.5
fast-glob: 3.3.2
resend: 1.0.0
resend: 1.1.0
typescript: 5.2.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -31086,14 +31086,13 @@ __metadata:
languageName: node
linkType: hard

"resend@npm:1.0.0":
version: 1.0.0
resolution: "resend@npm:1.0.0"
"resend@npm:1.1.0":
version: 1.1.0
resolution: "resend@npm:1.1.0"
dependencies:
"@react-email/render": 0.0.7
node-fetch: 2.6.12
type-fest: 3.13.0
checksum: 245abec89ea32c0989d042942c77f11cccd3996439c0d5337a6f8e25796a94d926c5b1a081ef5a399c60132932865cb847f3f7377af6f9da2efbd18523f6d622
checksum: fb06554c1bd115a101e0b9bcca6d09b4594589c9d8783ca5b83d6f24a7db88e1339a5a913df0b1d8c84e486e8977929e19e39a85a7a172d9ff19ed2294bc8351
languageName: node
linkType: hard

Expand Down

0 comments on commit 30c9300

Please sign in to comment.