Skip to content

Commit

Permalink
Merge pull request nestjs#14446 from nestjs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency @nestjs/schematics to v11
  • Loading branch information
kamilmysliwiec authored Jan 18, 2025
2 parents a4d0140 + 22e48d6 commit d00f313
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/amqplib": "0.10.6",
"@types/express": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@types/node": "22.10.7",
"eslint": "9.18.0",
"eslint-plugin-prettier": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/10-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/15-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/17-mvc-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/18-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/19-auth-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/21-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/24-serve-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/25-dynamic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/js": "9.18.0",
"@types/dotenv": "8.2.3",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/26-queues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/bull": "4.10.4",
"@types/dotenv": "8.2.3",
Expand Down
2 changes: 1 addition & 1 deletion sample/27-scheduling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/bull": "4.10.4",
"@types/dotenv": "8.2.3",
Expand Down
2 changes: 1 addition & 1 deletion sample/28-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/dotenv": "8.2.3",
"@types/express": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/29-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/30-event-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion sample/33-graphql-mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.1",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/34-using-esm-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@nestjs/cli": "10.x",
"@nestjs/schematics": "10.x",
"@nestjs/schematics": "11.x",
"@nestjs/testing": "11.x",
"@types/express": "5.x",
"@types/jest": "29.x",
Expand Down
2 changes: 1 addition & 1 deletion sample/35-use-esm-package-after-node22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@nestjs/cli": "10.x",
"@nestjs/schematics": "10.x",
"@nestjs/schematics": "11.x",
"@nestjs/testing": "11.x",
"@types/express": "5.x",
"@types/node": "22.x",
Expand Down

0 comments on commit d00f313

Please sign in to comment.