nestjsx / nestjs-config

Config module for nestjs using dotenv :key:
MIT License
699 stars 44 forks source link

Is this still being maintained? #649

Open pvogel1967 opened 1 year ago

pvogel1967 commented 1 year ago

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