Skip to content

Fix @auth/core version discrepancies affecting nodemailer package resolution#13348

Open
aularon wants to merge 2 commits intonextauthjs:mainfrom
aularon:main
Open

Fix @auth/core version discrepancies affecting nodemailer package resolution#13348
aularon wants to merge 2 commits intonextauthjs:mainfrom
aularon:main

Conversation

@aularon
Copy link

@aularon aularon commented Dec 17, 2025

@auth/core has two versions published on npm

However, this repository has only the latter 0.41.0, and with nodemailer@7 (different from the two published versions.)

The problem is that latest next-auth@5.0.0-beta.30 depends on the published 0.41.0 (that has nodemailer@6) while itself (next-auth) needs nodemailer@7. This is causing issues with installing the latest next-auth because each sub package needs a different nodemailer version.

So it publishes correctly with the correct dependency of @auth/core@0.41.1
@aularon aularon requested a review from ThangHuuVu as a code owner December 17, 2025 11:23
@vercel
Copy link

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
auth-docs Ready Ready Preview, Comment Dec 17, 2025 11:28am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
next-auth-docs Ignored Ignored Preview Dec 17, 2025 11:28am
@vercel
Copy link

vercel bot commented Dec 17, 2025

@aularon is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

@positonic
Copy link

positonic commented Feb 9, 2026

Can we please merge this PR and fix this version of dependency hell? What's blocking?

@ThangHuuVu cc @balazsorban44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants