[PR #5833] [MERGED] chore(backend): upgrade nodemailer dependency to v8 #5371

Closed
opened 2026-03-17 02:49:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5833
Author: @mirarifhasan
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @jamesgeorge007

Base: patchHead: chore/nodemailer-v8


📝 Commits (1)

  • 4f12da8 chore: upgrade nodemailer to 8.0.0

📊 Changes

3 files changed (+14 additions, -14 deletions)

View changed files

📝 package.json (+1 -1)
📝 packages/hoppscotch-backend/package.json (+1 -1)
📝 pnpm-lock.yaml (+12 -12)

📄 Description

What's changed

This pull request updates the nodemailer dependency from version 7.0.12 to 8.0.0 across the project. This change ensures nodemailer's DNS resolution fallback.

Dependency version updates:

  • Updated nodemailer version from 7.0.12 to 8.0.0 in the root package.json and packages/hoppscotch-backend/package.json files.

Framework integration:

  • Updated the peer dependency for nodemailer in @nestjs-modules/mailer to require version 8.0.0, ensuring compatibility with the latest major release.

Notes to reviewers

Just simple try with 2-3 mail servers and see if things are good.

Summary by cubic

Upgraded Nodemailer to 8.0.0 across the backend and workspace overrides to keep our mail stack current and aligned with @nestjs-modules/mailer. No application code changes.

  • Dependencies
    • nodemailer: 7.0.12 → 8.0.0 in packages/hoppscotch-backend.
    • Updated pnpm override to nodemailer@8.0.0 and refreshed lockfile to resolve @nestjs-modules/mailer against v8.

Written for commit 4f12da8c44. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5833 **Author:** [@mirarifhasan](https://github.com/mirarifhasan) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `chore/nodemailer-v8` --- ### 📝 Commits (1) - [`4f12da8`](https://github.com/hoppscotch/hoppscotch/commit/4f12da8c44c335aa9bc36bec03855bdd1c64ef0f) chore: upgrade nodemailer to 8.0.0 ### 📊 Changes **3 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `packages/hoppscotch-backend/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+12 -12) </details> ### 📄 Description ### What's changed This pull request updates the `nodemailer` dependency from version 7.0.12 to 8.0.0 across the project. This change ensures `nodemailer`'s DNS resolution fallback. Dependency version updates: * Updated `nodemailer` version from 7.0.12 to 8.0.0 in the root `package.json` and `packages/hoppscotch-backend/package.json` files. Framework integration: * Updated the peer dependency for `nodemailer` in `@nestjs-modules/mailer` to require version 8.0.0, ensuring compatibility with the latest major release. ### Notes to reviewers Just simple try with 2-3 mail servers and see if things are good. <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Upgraded Nodemailer to 8.0.0 across the backend and workspace overrides to keep our mail stack current and aligned with @nestjs-modules/mailer. No application code changes. - **Dependencies** - nodemailer: 7.0.12 → 8.0.0 in packages/hoppscotch-backend. - Updated pnpm override to nodemailer@8.0.0 and refreshed lockfile to resolve @nestjs-modules/mailer against v8. <sup>Written for commit 4f12da8c44c335aa9bc36bec03855bdd1c64ef0f. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:49:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#5371
No description provided.