Skip to content

Commit

Permalink
Merge pull request #14265 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo to v10.4.13
  • Loading branch information
kamilmysliwiec authored Dec 4, 2024
2 parents 26f1341 + 0e54f52 commit f5f226c
Show file tree
Hide file tree
Showing 37 changed files with 153 additions and 153 deletions.
8 changes: 4 additions & 4 deletions sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
Expand Down
12 changes: 6 additions & 6 deletions sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/platform-socket.io": "10.4.12",
"@nestjs/websockets": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/platform-socket.io": "10.4.13",
"@nestjs/websockets": "10.4.13",
"@socket.io/redis-adapter": "8.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
Expand Down
10 changes: 5 additions & 5 deletions sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/microservices": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/microservices": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/amqplib": "0.10.5",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
Expand Down
10 changes: 5 additions & 5 deletions sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/reflection": "1.0.4",
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/microservices": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/microservices": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions sample/05-sql-typeorm/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/typeorm": "10.0.2",
"mysql2": "3.9.8",
"reflect-metadata": "0.2.2",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
Expand Down
8 changes: 4 additions & 4 deletions sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/mongoose": "10.0.3",
"@nestjs/platform-express": "10.4.12",
"@nestjs/platform-express": "10.4.13",
"mongoose": "8.8.3",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
Expand Down
8 changes: 4 additions & 4 deletions sample/07-sequelize/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/sequelize": "10.0.1",
"mysql2": "3.9.8",
"reflect-metadata": "0.2.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
Expand Down
6 changes: 3 additions & 3 deletions sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"typescript": "5.3.3"
Expand Down
12 changes: 6 additions & 6 deletions sample/09-babel-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/microservices": "10.4.12",
"@nestjs/websockets": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/microservices": "10.4.13",
"@nestjs/websockets": "10.4.13",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
Expand All @@ -30,7 +30,7 @@
"@babel/preset-env": "7.23.9",
"@babel/register": "7.23.7",
"@babel/runtime": "7.23.9",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"jest": "29.7.0",
"nodemon": "3.1.7",
"prettier": "3.2.5",
Expand Down
8 changes: 4 additions & 4 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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-fastify": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-fastify": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions sample/11-swagger/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/swagger": "8.0.7",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@apollo/server": "4.11.2",
"@graphql-tools/utils": "10.0.13",
"@nestjs/apollo": "12.2.1",
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/graphql": "12.2.1",
"@nestjs/platform-express": "10.4.12",
"@nestjs/platform-express": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"graphql": "16.8.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
Expand Down
8 changes: 4 additions & 4 deletions sample/13-mongo-typeorm/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/typeorm": "10.0.2",
"mongodb": "6.3.0",
"reflect-metadata": "0.2.2",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
Expand Down
8 changes: 4 additions & 4 deletions sample/14-mongoose-base/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"mongoose": "8.8.3",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
Expand Down
8 changes: 4 additions & 4 deletions sample/15-mvc/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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"hbs": "4.2.0",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
12 changes: 6 additions & 6 deletions sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-express": "10.4.12",
"@nestjs/platform-ws": "10.4.12",
"@nestjs/websockets": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@nestjs/platform-ws": "10.4.13",
"@nestjs/websockets": "10.4.13",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"rimraf": "5.0.10",
Expand All @@ -35,7 +35,7 @@
"@types/ws": "8.5.5",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
8 changes: 4 additions & 4 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": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-fastify": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-fastify": "10.4.13",
"@fastify/static": "7.0.4",
"handlebars": "4.7.8",
"@fastify/view": "8.2.0",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.12",
"@nestjs/testing": "10.4.13",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/18-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down
Loading

0 comments on commit f5f226c

Please sign in to comment.