From a23112c12a51a2b6ab70ca340b8fd3c22a6ed2f9 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Sun, 4 May 2025 07:34:38 +0000 Subject: [PATCH] chore: bump up nodemailer version to v7 (#12124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemailer](https://nodemailer.com/) ([source](https://redirect.github.com/nodemailer/nodemailer)) | [`^6.9.16` -> `^7.0.0`](https://renovatebot.com/diffs/npm/nodemailer/6.10.1/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemailer/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemailer/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemailer/6.10.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemailer/6.10.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nodemailer/nodemailer (nodemailer) ### [`v7.0.0`](https://redirect.github.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#700-2025-05-03) [Compare Source](https://redirect.github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.0) ##### ⚠ BREAKING CHANGES - SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features ##### Features - SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features ([15db667](https://redirect.github.com/nodemailer/nodemailer/commit/15db667af2d0a5ed835281cfdbab16ee73b5edce))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] 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/toeverything/AFFiNE). --- packages/backend/server/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/backend/server/package.json b/packages/backend/server/package.json index ca9f4f7f57..9dc4e1bf24 100644 --- a/packages/backend/server/package.json +++ b/packages/backend/server/package.json @@ -99,7 +99,7 @@ "nest-commander": "^3.15.0", "nest-winston": "^1.9.7", "nestjs-cls": "^5.0.0", - "nodemailer": "^6.9.16", + "nodemailer": "^7.0.0", "on-headers": "^1.0.2", "piscina": "^5.0.0-alpha.0", "prisma": "^6.6.0", diff --git a/yarn.lock b/yarn.lock index 1bf6962850..f60c31a080 100644 --- a/yarn.lock +++ b/yarn.lock @@ -982,7 +982,7 @@ __metadata: nest-commander: "npm:^3.15.0" nest-winston: "npm:^1.9.7" nestjs-cls: "npm:^5.0.0" - nodemailer: "npm:^6.9.16" + nodemailer: "npm:^7.0.0" nodemon: "npm:^3.1.7" on-headers: "npm:^1.0.2" piscina: "npm:^5.0.0-alpha.0" @@ -27552,10 +27552,10 @@ __metadata: languageName: node linkType: hard -"nodemailer@npm:^6.9.16": - version: 6.10.1 - resolution: "nodemailer@npm:6.10.1" - checksum: 10/d9911701641e06143a2deb0bd5deb518310972316c6e6eabc594af24353b0d67867f26cb8d72b0cfa385abef945149ac51ae40a40d2199e1088aef5829e58a3d +"nodemailer@npm:^7.0.0": + version: 7.0.0 + resolution: "nodemailer@npm:7.0.0" + checksum: 10/5abd6e1b90d857baae6a483b14ee0ee1c1586f17040a33cdb0ec9436f088c2aeec5dba947f8df708f4a1ce519fca7ca43ff6995b0c85c65b9e29a998c7fd237d languageName: node linkType: hard