nestjs/terminus

this library does not support Nestjs 10.0.0

xuegao-tzx opened this issue Β· 5 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

this library does not support Nestjs 10.0.0

Minimum reproduction code

this library does not support Nestjs 10.0.0

Steps to reproduce

No response

Expected behavior

this library does not support Nestjs 10.0.0

Package version

9.2.2

NestJS version

10.0.0

Node.js version

18.16.0

In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

this library does not support Nestjs 10.0.0

Hi @xuegao-tzx, check this out: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0

In the meantime the final version is published, do this:

npm install @nestjs/terminus@10.0.0-beta.0

if you really want to try it out with NestJS v10 πŸš€

A word of advice, always wait a few days before updating to new versions so that all packages are compatible. NestJS v10 is out today so it takes a couple of days before everything is compatible. πŸ™Œ

I hope i was helpful

Hi @xuegao-tzx, check this out: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0

In the meantime the final version is published, do this:

npm install @nestjs/terminus@10.0.0-beta.0

if you really want to try it out with NestJS v10 πŸš€

A word of advice, always wait a few days before updating to new versions so that all packages are compatible. NestJS v10 is out today so it takes a couple of days before everything is compatible. πŸ™Œ

I hope i was helpful

Unfortunately, the beta build does not help, because it declares now-outdated peer dependencies. Anyway, thank you for the advice to wait a couple of days πŸ˜‰

CIAO@xuegao-tzx, dai un'occhiata a questo: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0
Nel frattempo viene pubblicata la versione finale, procedere come segue:
npm install @nestjs/terminus@10.0.0-beta.0
se vuoi davvero provarlo con NestJS v10πŸš€
Un consiglio, aspetta sempre qualche giorno prima di aggiornare alle nuove versioni in modo che tutti i pacchetti siano compatibili. NestJS v10 Γ¨ uscito oggi, quindi ci vogliono un paio di giorni prima che tutto sia compatibile.πŸ™Œ
Spero di essere stato d'aiuto

Sfortunatamente, la build beta non aiuta, perchΓ© dichiara dipendenze peer ormai obsolete . Comunque grazie per il consiglio di aspettare un paio di giorniπŸ˜‰

Yes it's true, I was convinced it already had the dependencies for v10, my mistake πŸ™πŸ», however you will see that the update will arrive soon πŸ˜‰. It takes some patience. πŸ˜„

I am preparing the release, if everything goes according to plan I should be able to release in a couple of hours!

#2282

It's here πŸŽ‰

MikrOrm users might see a a legacy peer deps error when using npm install. This is because @mikro-orm/nestjs has not been updated to NestJS v10
mikro-orm/nestjs#122