Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nestjs dependencies #516

Open
emanuelmcp opened this issue Jun 16, 2023 · 19 comments
Open

Update Nestjs dependencies #516

emanuelmcp opened this issue Jun 16, 2023 · 19 comments

Comments

@emanuelmcp
Copy link

emanuelmcp commented Jun 16, 2023

Update nestjs dependencies to latest version

@pneme
Copy link

pneme commented Jun 16, 2023

+1, allow @nestjs/* at version 10

@mahsumurebe
Copy link

mahsumurebe commented Jun 16, 2023

Hi @liaoliaots.

I submitted a pull request (#517). Please check and update the npm package.

Thank you all.

@chunkhang
Copy link

hey @mahsumurebe, i think the peer dependencies for the packages also need to be bumped individually

@mahsumurebe
Copy link

Hey @chunkhang

What peer dependencies are you talking about? There are also changes to the pnpm-lock.yaml file. Which ones are missing?

@chunkhang
Copy link

@mahsumurebe i think these files:

@heiba
Copy link

heiba commented Jul 6, 2023

Any updates please ?

@Distortedlogic
Copy link

bump for dep bump

@Songkeys
Copy link

Songkeys commented Jul 8, 2023

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.

@heiba
Copy link

heiba commented Jul 8, 2023

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.

@simplenotezy
Copy link

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?

@Songkeys
Copy link

Got a package for health as well, by chance?

@simplenotezy Yes. Try https://www.npmjs.com/package/@songkeys/nestjs-redis-health.

@fingeromer
Copy link

any updates?

1 similar comment
@ZhaoKunLong
Copy link

any updates?

@andredelima92
Copy link

Any news?

@simpleauthority
Copy link

Hoping this will be updated. For now, using @Songkeys fork - hopefully that one stays updated.. :)

@evyros
Copy link

evyros commented Sep 18, 2023

Moved to using @Songkeys - thanks

@awuzi
Copy link

awuzi commented Jan 5, 2024

Any news?

@mentos1386
Copy link

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"
    }
  },

@yhjs1211
Copy link

yhjs1211 commented Feb 15, 2024

@mentos1386

Thanks a lot!!! It works :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests