Skip to content

Commit

Permalink
fix(deps): update dependency @faire/mjml-react to v3.4.0 (#11672)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@faire/mjml-react](https://redirect.github.com/Faire/mjml-react) |
[`3.3.0` ->
`3.4.0`](https://renovatebot.com/diffs/npm/@faire%2fmjml-react/3.3.0/3.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@faire%2fmjml-react/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@faire%2fmjml-react/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@faire%2fmjml-react/3.3.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@faire%2fmjml-react/3.3.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Faire/mjml-react (@&#8203;faire/mjml-react)</summary>

###
[`v3.4.0`](https://redirect.github.com/Faire/mjml-react/releases/tag/v3.4.0)

[Compare
Source](https://redirect.github.com/Faire/mjml-react/compare/v3.3.0...v3.4.0)

##### Bug Fixes

- **CI:** Bump node version of release action
([#&#8203;118](https://redirect.github.com/Faire/mjml-react/issues/118))
([1063945](https://redirect.github.com/Faire/mjml-react/commit/1063945f139bf97dc2ee260b55a4dc9488e129d0))
- **CI:** Bump node versions tested
([#&#8203;116](https://redirect.github.com/Faire/mjml-react/issues/116))
([c2e9c00](https://redirect.github.com/Faire/mjml-react/commit/c2e9c0089057e671b91f8ea0c8c3384be5ee15b6))

##### Features

- **mjml:** upgrade mjml dev dependency
([#&#8203;125](https://redirect.github.com/Faire/mjml-react/issues/125))
([e2b1060](https://redirect.github.com/Faire/mjml-react/commit/e2b10602915e3071a299bf7d2f1f0661c3a66c98))
- **react:** upgrade dev dependency to react 18
([#&#8203;119](https://redirect.github.com/Faire/mjml-react/issues/119))
([294974e](https://redirect.github.com/Faire/mjml-react/commit/294974ee05cf1734d6d6949ce777080f1f5f77ad))

</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/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 368feee commit e9980b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mailer/renderers/mjml-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@faire/mjml-react": "3.3.0",
"@faire/mjml-react": "3.4.0",
"@redwoodjs/mailer-core": "workspace:*",
"mjml": "4.15.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3261,16 +3261,16 @@ __metadata:
languageName: node
linkType: hard

"@faire/mjml-react@npm:3.3.0":
version: 3.3.0
resolution: "@faire/mjml-react@npm:3.3.0"
"@faire/mjml-react@npm:3.4.0":
version: 3.4.0
resolution: "@faire/mjml-react@npm:3.4.0"
dependencies:
lodash.kebabcase: "npm:^4.1.1"
peerDependencies:
mjml: ^4.13.0
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/dc9cd475d624c4b48462a49ef1e964b7010b297347a3fca1664e18c8d198a0373071b8d6afcbac99ac5725b50dcdc99081ab1766b21f54a4ad569e5b41e19bdb
checksum: 10c0/4207cae8fb2fb3406e93d806df6536579b9d92b42f19349ba65a4283772e66d0189d5d3c3b2ec0881be1d6c3df88f9c8a2ebb56b5cb33973d6167212df576589
languageName: node
linkType: hard

Expand Down Expand Up @@ -8586,7 +8586,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/mailer-renderer-mjml-react@workspace:packages/mailer/renderers/mjml-react"
dependencies:
"@faire/mjml-react": "npm:3.3.0"
"@faire/mjml-react": "npm:3.4.0"
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/mailer-core": "workspace:*"
"@types/mjml": "npm:4"
Expand Down

0 comments on commit e9980b8

Please sign in to comment.