Update Mailer related dependencies - #1144
Merged
Merged
Conversation
KabinKhandThakuri
commented
Jul 28, 2026
Contributor
- Bump nodemailer from 7.0.13 to 9.0.3 — no API changes affecting this plugin (plain SMTP transport)
- Bump html-to-text from 9.0.5 to 10.0.0 — used indirectly via nodemailer plugin
- Bump mjml from 4.18.0 to 5.4.0 — major breaking changes required source fixes
- Bump @types/nodemailer from 6.4.24 to 8.0.1
- Bump @types/mjml from 4.7.4 to 5.0.0
- packages/mailer/src/plugin.ts — Added mjmlOptions: { validationLevel: "soft" } to nodemailerMjmlPlugin() call. MJML v5 introduced PostCSS processing that throws CssSyntaxError on mustache {{ }} template syntax in CSS blocks. validationLevel: "soft" allows this syntax to pass through.
- packages/mailer/src/router.ts — Added await to mjml2html() call. MJML v5 changed mjml2html() from synchronous to async. Without await , the result was a Promise object instead of compiled HTML, causing the test route to send emails with no body.
- packages/mailer/src/test/registration.test.ts — Updated test expectation to include the new mjmlOptions parameter passed to nodemailerMjmlPlugin .
premsgr
reviewed
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.