camunda-community-hub / nestjs-zeebe

Zeebe transport and client for nestjs framework
MIT License
24 stars 11 forks source link

feat: upgrade packages to use nestjs 9.x #11

Closed bernatvadell closed 1 year ago

bernatvadell commented 1 year ago

Hello,

I have updated the version of nestjs 9.x to be able to use the library in the new versions.

Any suggestion of change, you tell me and I apply it.

Thanks.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

danshapir commented 1 year ago

@bernatvadell really sorry I just saw it now! The build isn't passing for some reason, please fix. Also v9 of nestjs is still not fully supported by most packages, so this will lead to a break change for all consumers.

Please update the peerDependencies to use the following syntax:

"peerDependencies": {
    "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
    }

When upgrading your app to v9 what else didn't work for you?