nest-modules/mailer

When support nestjs version ^10.0.0 is gonna get released?

Closed this issue ยท 33 comments

4H1R commented

Right now i'm trying to update the nest js to version 10 but it says mailer module doesn't support nest version 10 I can see that it's supported by when it's gonna get released on npm ?

@juandav could you please create new NPM build for apply these changes #995?

please update the npm package, we're stuck ...

If you are stuck you can replace it with nodemailer. Check this.

@juandav Please publish v1.8.2 to NPM. We are stuck.

+1

+1

+1

Judging by this PR #995, that only the dependencies was changed, I just installed the package with the --force and it worked for me
Can be an option for those that are stuck

+1

+1

For now I just used overrides in my package.json, perhaps this helps someone until the new version is released:

"overrides": {
    "@nestjs-modules/mailer": {
      "@nestjs/common": "$@nestjs/common",
      "@nestjs/core": "$@nestjs/core"
    }
}

+1

+1

Any news on this? It's been 2 weeks.

Looks like this repo is abandoned

Looks like this repo is abandoned

I sent an email to the author...

up ๐Ÿš€

Is there any news?

up ๐Ÿค–

broscr commented

+1

UPUP

+100 ๐Ÿ’ฏ

Can't upgrade to nest 1.10.X.

Would be great to publish this release!

The version 1.9.1 of the library has been released.

@juandav Since the lib support nest 10, can we close this issue?