anonrig / nestjs-keycloak-admin

Keycloak client and admin provider for Nest.js applications with built-in User Managed Access (UMA) and ACL support.
https://npmjs.com/package/nestjs-keycloak-admin
MIT License
181 stars 25 forks source link

build(nestjs): update nest dependencies #159

Closed KiriLucas closed 2 years ago

KiriLucas commented 2 years ago

Just had to upgrade a project I work on and I noticed that this library, which we use, was a bit outdated :)

anonrig commented 2 years ago

Did you test this version with a production app?

KiriLucas commented 2 years ago

Did you test this version with a production app?

Doing so right now on a controlled environment, so far so good, and if everything goes right, I'll update my production environment as well (which won't have a different result from my controlled environment). Give me a few hours from now (maybe around 16 hours, since that's when I'll get back to work), and I'll update this PR letting you know if everything is working as it should.

anonrig commented 2 years ago

Sounds good. Thanks for the pull request.

anonrig commented 2 years ago

Can you also upgrade the example repository? @KiriLucas

KiriLucas commented 2 years ago

Can you also upgrade the example repository? @KiriLucas

I just did it! And my tests went fine, nothing out of the ordinary happened. I talked with some coworkers that work on another project and they have been testing this version for almost a week without any issues related :)

Maybe it's worth mentioning that the backend example was not working properly before the update, and right now, I haven't had much time yet, but it's complaining about Reflector not being a provider of AppModule... It might be a false alarm since I updated the examples in quite a hurry (as I had some issues to tend to at work), but... image

@Edit: If that's not a false alarm, I'll take a careful look at it later today.

anonrig commented 2 years ago

Thanks! I'll take it from here.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.8.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: