Skip to content

Commit

Permalink
Merge pull request #14497 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo to v11.0.5
  • Loading branch information
kamilmysliwiec authored Jan 23, 2025
2 parents 7c35ca3 + 3cf75f9 commit 901ca50
Show file tree
Hide file tree
Showing 37 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"class-transformer": "0.5.1",
Expand All @@ -33,7 +33,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/platform-socket.io": "11.0.4",
Expand All @@ -37,7 +37,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/microservices": "11.0.4",
"@nestjs/platform-express": "11.0.4",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/amqplib": "0.10.6",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@grpc/grpc-js": "1.12.5",
"@grpc/reflection": "1.0.4",
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/microservices": "11.0.4",
"@nestjs/platform-express": "11.0.4",
Expand All @@ -36,7 +36,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/typeorm": "11.0.0",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/mongoose": "11.0.0",
"@nestjs/platform-express": "11.0.4",
Expand All @@ -33,7 +33,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/sequelize": "11.0.0",
Expand All @@ -36,7 +36,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
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 @@ -12,7 +12,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"reflect-metadata": "0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/09-babel-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/microservices": "11.0.4",
Expand All @@ -30,7 +30,7 @@
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"@babel/runtime": "7.26.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"jest": "29.7.0",
"nodemon": "3.1.9",
"prettier": "3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions sample/10-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-fastify": "11.0.4",
"@nestjs/platform-fastify": "11.0.5",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
Expand All @@ -33,7 +33,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/swagger": "11.0.2",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@apollo/server": "4.11.3",
"@graphql-tools/utils": "10.7.2",
"@nestjs/apollo": "13.0.2",
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/graphql": "13.0.2",
"@nestjs/platform-express": "11.0.4",
Expand All @@ -39,7 +39,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/typeorm": "11.0.0",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"mongoose": "8.9.5",
Expand All @@ -32,7 +32,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/15-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"hbs": "4.2.0",
Expand All @@ -32,7 +32,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/platform-ws": "11.0.4",
Expand All @@ -37,7 +37,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions sample/17-mvc-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-fastify": "11.0.4",
"@nestjs/platform-fastify": "11.0.5",
"@fastify/static": "8.0.4",
"handlebars": "4.7.8",
"@fastify/view": "10.0.2",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
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 @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions sample/19-auth-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/jwt": "11.0.0",
"@nestjs/passport": "11.0.4",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.8",
Expand Down
4 changes: 2 additions & 2 deletions sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@nestjs/cache-manager": "3.0.0",
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"cache-manager": "6.3.2",
Expand All @@ -34,7 +34,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/21-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"class-transformer": "0.5.1",
Expand All @@ -32,7 +32,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@apollo/server": "4.11.3",
"@nestjs/apollo": "13.0.2",
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.4",
"@nestjs/graphql": "13.0.2",
"@nestjs/platform-express": "11.0.4",
Expand All @@ -40,7 +40,7 @@
"@eslint/js": "9.18.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.4",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/node": "22.10.8",
"@types/supertest": "6.0.2",
Expand Down
Loading

0 comments on commit 901ca50

Please sign in to comment.