Closed emanuelmcp closed 1 month ago
+1, allow @nestjs/* at version 10
Hi @liaoliaots.
I submitted a pull request (#517). Please check and update the npm package.
Thank you all.
hey @mahsumurebe, i think the peer dependencies for the packages also need to be bumped individually
Hey @chunkhang
What peer dependencies are you talking about? There are also changes to the pnpm-lock.yaml file. Which ones are missing?
Any updates please ?
bump for dep bump
It looks like the author has not been keeping up with the repository for some time. I just forked it to https://github.com/Songkeys/nestjs-redis and updated the NestJS dependencies to ^10.0.0
.
The npm package is @songkeys/nestjs-redis
and can be installed if you're blocked from migrating to NestJS 10 because of it. Once the author comes back, you can change it back to @liaoliaots/nestjs-redis
.
Thanks @Songkeys. We're planning to use your package as it unblocks us and allows us to upgrade to Nest v10. Thanks a lot for your efforts.
It looks like the author has not been keeping up with the repository for some time. I just forked it to https://github.com/Songkeys/nestjs-redis and updated the NestJS dependencies to
^10.0.0
.The npm package is
@songkeys/nestjs-redis
and can be installed if you're blocked from migrating to NestJS 10 because of it. Once the author comes back, you can change it back to@liaoliaots/nestjs-redis
.
Got a package for health as well, by chance?
Got a package for health as well, by chance?
@simplenotezy Yes. Try https://www.npmjs.com/package/@songkeys/nestjs-redis-health.
any updates?
any updates?
Any news?
Hoping this will be updated. For now, using @Songkeys fork - hopefully that one stays updated.. :)
Moved to using @Songkeys - thanks
Any news?
Another solution for this is to use overrides
in your package.json
. Like this:
"overrides": {
"@liaoliaots/nestjs-redis": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0"
},
"@liaoliaots/nestjs-redis-health": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/terminus": "^10.0.0"
}
},
@mentos1386
Thanks a lot!!! It works :)
Please check out the new version: version 10 of @liaoliaots/nestjs-redis.
Update nestjs dependencies to latest version