I note that the declared compatibility with nestjs for nestjs-config ends with nestjs 8.x. NestJS is on version 9.x now with a 10.x not far away. Is this project still being maintained or should I be looking at migrating away from it to the @nestjs/config module?
nestjs-config version
1.4.10
@nestjs/common+core or other package versions
@nestjs/common: 9.4.0
@nestjs/core: 9.4.0
Expected behavior
Yarn install/npm install completes without warnings, package works
Issue type:
I note that the declared compatibility with nestjs for nestjs-config ends with nestjs 8.x. NestJS is on version 9.x now with a 10.x not far away. Is this project still being maintained or should I be looking at migrating away from it to the @nestjs/config module?
nestjs-config version 1.4.10
@nestjs/common+core or other package versions
Expected behavior
Yarn install/npm install completes without warnings, package works
Actual behavior or outcome (for issue)
warning "workspace-aggregator-57a46571-551f-4de3-ae21-ef7cc9515a3d > data-api-v2 > nestjs-config@1.4.10" has incorrect peer dependency "@nestjs/common@^5.1.0 || ^6.0.3 || ^7.0.1 || ^8.0.0".
Replication/Example
Add
"nestjs-config": "1.4.10"
to package.json for a nestJS 9.4 project