When support nestjs version ^10.0.0 is gonna get released?
Closed this issue ยท 33 comments
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 ?
please update the npm package, we're stuck ...
+1
+1
+1
+1
+1
+1 @juandav
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 @juandav
+1
+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...
@GeorgeHulpoi me too
up ๐
+1
Is there any news?
up ๐ค
+1
+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?