nestjs-redis icon indicating copy to clipboard operation
nestjs-redis copied to clipboard

NestJS 11 compatibility

Open pneme opened this issue 11 months ago • 2 comments

Hi nestjs-redis isn't compatible with latest nestjs v11 release

npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @xxx/xxx@xxx npm ERR! Found: @nestjs/[email protected] npm ERR! node_modules/@nestjs/core npm ERR! peer @nestjs/core@"^8.0.0 || ^9.0.0 || ^10.0.0" from @nestjs/[email protected] npm ERR! node_modules/@nestjs/mongoose npm ERR! peerOptional @nestjs/mongoose@"^9.0.0 || ^10.0.0" from @nestjs/[email protected] npm ERR! node_modules/@nestjs/terminus npm ERR! peer @nestjs/terminus@"^10.0.0" from @songkeys/[email protected] npm ERR! node_modules/@songkeys/nestjs-redis-health npm ERR! @songkeys/nestjs-redis-health@"^10.0.0" from the root project

pneme avatar Jan 28 '25 07:01 pneme

This seems to work, until new version of this package is released ( add in package.json ):

  "overrides": {
    "@songkeys/nestjs-redis": {
      "@nestjs/common": "11.0.7",
      "@nestjs/core": "11.0.7"
    }
  }

HarrySky avatar Feb 04 '25 11:02 HarrySky

please update to NestJS version 11.

kav-viasat avatar Feb 27 '25 14:02 kav-viasat

please update to NestJS version 11.

Undefined100 avatar Jul 12 '25 04:07 Undefined100

Hi. Just updated. Please try version 11.0.0.

songkeys avatar Aug 11 '25 16:08 songkeys