nestjs / schematics

Nest architecture element generation based on Angular schematics 🎬
https://nestjs.com
MIT License
381 stars 205 forks source link

Dependency Dashboard #785

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json - `@angular-devkit/core 17.3.8` - `@angular-devkit/schematics 17.3.8` - `comment-json 4.2.3` - `jsonc-parser 3.3.1` - `pluralize 8.0.0` - `@commitlint/cli 19.5.0` - `@commitlint/config-angular 19.5.0` - `@types/jest 29.5.13` - `@types/node 20.16.5` - `@typescript-eslint/eslint-plugin 8.5.0` - `@typescript-eslint/parser 8.5.0` - `cpx2 7.0.1` - `eslint 8.57.0` - `eslint-config-prettier 9.1.0` - `eslint-plugin-import 2.30.0` - `gulp 5.0.0` - `gulp-clean 0.4.0` - `husky 9.1.6` - `jest 29.7.0` - `nyc 17.0.0` - `release-it 17.6.0` - `ts-jest 29.2.5` - `ts-node 10.9.2` - `typescript 5.6.2` - `typescript >=4.8.2`
src/lib/application/files/js/package.json - `@nestjs/common ^10.0.0` - `@nestjs/core ^10.0.0` - `@nestjs/platform-express ^10.0.0` - `reflect-metadata ^0.2.0` - `rxjs ^7.2.0` - `@nestjs/testing ^10.0.0` - `@babel/core 7.25.2` - `@babel/node 7.25.0` - `@babel/plugin-proposal-decorators 7.24.7` - `@babel/plugin-transform-runtime 7.25.4` - `@babel/preset-env 7.25.4` - `@babel/register 7.24.6` - `@babel/runtime 7.25.6` - `jest 29.7.0` - `nodemon 3.1.4` - `prettier 3.3.3` - `supertest 7.0.0`
src/lib/application/files/ts/package.json - `@nestjs/common ^10.0.0` - `@nestjs/core ^10.0.0` - `@nestjs/platform-express ^10.0.0` - `reflect-metadata ^0.2.0` - `rxjs ^7.8.1` - `@nestjs/cli ^10.0.0` - `@nestjs/schematics ^10.0.0` - `@nestjs/testing ^10.0.0` - `@types/express ^4.17.17` - `@types/jest ^29.5.2` - `@types/node ^20.3.1` - `@types/supertest ^6.0.0` - `@typescript-eslint/eslint-plugin ^8.0.0` - `@typescript-eslint/parser ^8.0.0` - `eslint ^8.42.0` - `eslint-config-prettier ^9.0.0` - `eslint-plugin-prettier ^5.0.0` - `jest ^29.5.0` - `prettier ^3.0.0` - `source-map-support ^0.5.21` - `supertest ^7.0.0` - `ts-jest ^29.1.0` - `ts-loader ^9.4.3` - `ts-node ^10.9.1` - `tsconfig-paths ^4.2.0` - `typescript ^5.1.3`

pashkash commented 2 years ago

Could you upgrade typescript ^4.3.5 -> 4.4.3 please? To hide this warning "warning " > @nestjs/schematics@8.0.3" has incorrect peer dependency "typescript@^3.4.5 || ^4.3.5"." after the NestJS to v8 and the typescript to version v4.4.3 upgrade. Thank you.