From 7d26afc60924bd9451f16e04613d6255978903dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:29:00 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v6 --- package.json | 2 +- sample/01-cats-app/package.json | 2 +- sample/02-gateways/package.json | 2 +- sample/03-microservices/package.json | 2 +- sample/04-grpc/package.json | 2 +- sample/05-sql-typeorm/package.json | 2 +- sample/06-mongoose/package.json | 2 +- sample/07-sequelize/package.json | 4 ++-- sample/08-webpack/package.json | 2 +- sample/10-fastify/package.json | 2 +- sample/11-swagger/package.json | 2 +- sample/12-graphql-schema-first/package.json | 2 +- sample/13-mongo-typeorm/package.json | 2 +- sample/14-mongoose-base/package.json | 2 +- sample/15-mvc/package.json | 2 +- sample/16-gateways-ws/package.json | 2 +- sample/17-mvc-fastify/package.json | 2 +- sample/18-context/package.json | 2 +- sample/19-auth-jwt/package.json | 2 +- sample/20-cache/package.json | 2 +- sample/21-serializer/package.json | 2 +- sample/22-graphql-prisma/package.json | 2 +- sample/23-graphql-code-first/package.json | 2 +- sample/24-serve-static/package.json | 2 +- sample/25-dynamic-modules/package.json | 2 +- sample/26-queues/package.json | 2 +- sample/27-scheduling/package.json | 2 +- sample/28-sse/package.json | 2 +- sample/29-file-upload/package.json | 2 +- sample/30-event-emitter/package.json | 2 +- .../31-graphql-federation-code-first/gateway/package.json | 2 +- .../posts-application/package.json | 2 +- .../users-application/package.json | 2 +- .../gateway/package.json | 2 +- .../posts-application/package.json | 2 +- .../users-application/package.json | 2 +- sample/33-graphql-mercurius/package.json | 2 +- sample/34-using-esm-packages/package.json | 2 +- sample/35-use-esm-package-after-node22/package.json | 2 +- sample/36-hmr-esm/package.json | 2 +- tools/benchmarks/package-lock.json | 8 ++++---- tools/benchmarks/package.json | 2 +- 42 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index 7e5dd332633..a56fb892800 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typeorm": "0.3.30", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.58.2", "ws": "8.21.0" }, diff --git a/sample/01-cats-app/package.json b/sample/01-cats-app/package.json index 1078705eaaf..d7eefe0a15a 100644 --- a/sample/01-cats-app/package.json +++ b/sample/01-cats-app/package.json @@ -48,7 +48,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index abaae6fde76..939a48390e2 100644 --- a/sample/02-gateways/package.json +++ b/sample/02-gateways/package.json @@ -54,7 +54,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/03-microservices/package.json b/sample/03-microservices/package.json index 2184a48b494..91a7d5f0462 100644 --- a/sample/03-microservices/package.json +++ b/sample/03-microservices/package.json @@ -49,7 +49,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/04-grpc/package.json b/sample/04-grpc/package.json index 2c98e70049c..4dd279a58fb 100644 --- a/sample/04-grpc/package.json +++ b/sample/04-grpc/package.json @@ -50,7 +50,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index 9daa04f3898..52a2d392048 100644 --- a/sample/05-sql-typeorm/package.json +++ b/sample/05-sql-typeorm/package.json @@ -49,7 +49,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/06-mongoose/package.json b/sample/06-mongoose/package.json index 29dc0440385..709f96eb11f 100644 --- a/sample/06-mongoose/package.json +++ b/sample/06-mongoose/package.json @@ -48,7 +48,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/07-sequelize/package.json b/sample/07-sequelize/package.json index 95cdbffc327..d92d781dfa7 100644 --- a/sample/07-sequelize/package.json +++ b/sample/07-sequelize/package.json @@ -29,7 +29,7 @@ "rxjs": "7.8.2", "sequelize": "6.37.8", "sequelize-typescript": "2.1.6", - "typescript": "5.9.3" + "typescript": "6.0.3" }, "devDependencies": { "@eslint/eslintrc": "3.3.5", @@ -51,7 +51,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/08-webpack/package.json b/sample/08-webpack/package.json index 44bae2c5447..4716260bd61 100644 --- a/sample/08-webpack/package.json +++ b/sample/08-webpack/package.json @@ -17,7 +17,7 @@ "@nestjs/platform-express": "11.1.27", "reflect-metadata": "0.2.2", "rxjs": "7.8.2", - "typescript": "5.9.3" + "typescript": "6.0.3" }, "devDependencies": { "@eslint/eslintrc": "3.3.5", diff --git a/sample/10-fastify/package.json b/sample/10-fastify/package.json index 0cfd4bca9a9..49ace0e738a 100644 --- a/sample/10-fastify/package.json +++ b/sample/10-fastify/package.json @@ -46,7 +46,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/11-swagger/package.json b/sample/11-swagger/package.json index cd647e2b270..a8607a83394 100644 --- a/sample/11-swagger/package.json +++ b/sample/11-swagger/package.json @@ -48,7 +48,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/12-graphql-schema-first/package.json b/sample/12-graphql-schema-first/package.json index 13ad7d00b41..21313f9f2ca 100644 --- a/sample/12-graphql-schema-first/package.json +++ b/sample/12-graphql-schema-first/package.json @@ -55,7 +55,7 @@ "ts-morph": "28.0.0", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/13-mongo-typeorm/package.json b/sample/13-mongo-typeorm/package.json index 91f9a495411..ab7ed86bd58 100644 --- a/sample/13-mongo-typeorm/package.json +++ b/sample/13-mongo-typeorm/package.json @@ -49,7 +49,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index ae9a165adc6..5deb8dac16b 100644 --- a/sample/14-mongoose-base/package.json +++ b/sample/14-mongoose-base/package.json @@ -47,7 +47,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/15-mvc/package.json b/sample/15-mvc/package.json index 25967f66e5f..ca5f8b0a0a8 100644 --- a/sample/15-mvc/package.json +++ b/sample/15-mvc/package.json @@ -46,7 +46,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/16-gateways-ws/package.json b/sample/16-gateways-ws/package.json index 9fb10a173b8..4401774814d 100644 --- a/sample/16-gateways-ws/package.json +++ b/sample/16-gateways-ws/package.json @@ -51,7 +51,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/17-mvc-fastify/package.json b/sample/17-mvc-fastify/package.json index edebff28f18..f5810a8a9fb 100644 --- a/sample/17-mvc-fastify/package.json +++ b/sample/17-mvc-fastify/package.json @@ -48,7 +48,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/18-context/package.json b/sample/18-context/package.json index 0d83d655c8a..cf125da5717 100644 --- a/sample/18-context/package.json +++ b/sample/18-context/package.json @@ -42,7 +42,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/19-auth-jwt/package.json b/sample/19-auth-jwt/package.json index bf7956a13f9..a8a8e5c9c0f 100644 --- a/sample/19-auth-jwt/package.json +++ b/sample/19-auth-jwt/package.json @@ -49,7 +49,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/20-cache/package.json b/sample/20-cache/package.json index 92367ad922c..93c938c2f3c 100644 --- a/sample/20-cache/package.json +++ b/sample/20-cache/package.json @@ -51,7 +51,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/21-serializer/package.json b/sample/21-serializer/package.json index 8148e122a42..de7e0578318 100644 --- a/sample/21-serializer/package.json +++ b/sample/21-serializer/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/22-graphql-prisma/package.json b/sample/22-graphql-prisma/package.json index c69fc6318ec..e85e0ddfbc5 100644 --- a/sample/22-graphql-prisma/package.json +++ b/sample/22-graphql-prisma/package.json @@ -61,7 +61,7 @@ "ts-morph": "28.0.0", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index 6ebaf161eff..a54948af947 100644 --- a/sample/23-graphql-code-first/package.json +++ b/sample/23-graphql-code-first/package.json @@ -54,7 +54,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/24-serve-static/package.json b/sample/24-serve-static/package.json index a7a7380063f..f8e58ecdc0b 100644 --- a/sample/24-serve-static/package.json +++ b/sample/24-serve-static/package.json @@ -48,7 +48,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/25-dynamic-modules/package.json b/sample/25-dynamic-modules/package.json index 1211f8a78db..36d9d8a8436 100644 --- a/sample/25-dynamic-modules/package.json +++ b/sample/25-dynamic-modules/package.json @@ -47,7 +47,7 @@ "eslint": "9.39.4", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/26-queues/package.json b/sample/26-queues/package.json index a9539f9915e..acb4a10a980 100644 --- a/sample/26-queues/package.json +++ b/sample/26-queues/package.json @@ -50,7 +50,7 @@ "eslint": "9.39.4", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/27-scheduling/package.json b/sample/27-scheduling/package.json index d20ecbd40f9..b40ef59f19d 100644 --- a/sample/27-scheduling/package.json +++ b/sample/27-scheduling/package.json @@ -49,7 +49,7 @@ "eslint": "9.39.4", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/28-sse/package.json b/sample/28-sse/package.json index ec5c870658b..15cd8abf7f6 100644 --- a/sample/28-sse/package.json +++ b/sample/28-sse/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/29-file-upload/package.json b/sample/29-file-upload/package.json index 1f24b793930..20c91f9c10c 100644 --- a/sample/29-file-upload/package.json +++ b/sample/29-file-upload/package.json @@ -51,7 +51,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/30-event-emitter/package.json b/sample/30-event-emitter/package.json index 60abe23cca0..a790884da0e 100644 --- a/sample/30-event-emitter/package.json +++ b/sample/30-event-emitter/package.json @@ -47,7 +47,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 08b376d38eb..c39329352d7 100644 --- a/sample/31-graphql-federation-code-first/gateway/package.json +++ b/sample/31-graphql-federation-code-first/gateway/package.json @@ -53,7 +53,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1", "webpack": "5.108.4" }, diff --git a/sample/31-graphql-federation-code-first/posts-application/package.json b/sample/31-graphql-federation-code-first/posts-application/package.json index e7c62fe4d95..407655e428a 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package.json +++ b/sample/31-graphql-federation-code-first/posts-application/package.json @@ -55,7 +55,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/31-graphql-federation-code-first/users-application/package.json b/sample/31-graphql-federation-code-first/users-application/package.json index 2f34ccbe825..971f66a71c3 100644 --- a/sample/31-graphql-federation-code-first/users-application/package.json +++ b/sample/31-graphql-federation-code-first/users-application/package.json @@ -55,7 +55,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "webpack": "5.108.4", "typescript-eslint": "8.59.1" }, diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 36fc2c24327..6b304a58c3c 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package.json +++ b/sample/32-graphql-federation-schema-first/gateway/package.json @@ -56,7 +56,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/32-graphql-federation-schema-first/posts-application/package.json b/sample/32-graphql-federation-schema-first/posts-application/package.json index 39f37576b59..5c1230d77c2 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package.json @@ -57,7 +57,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/32-graphql-federation-schema-first/users-application/package.json b/sample/32-graphql-federation-schema-first/users-application/package.json index c72bf97425c..78a6327ecdf 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package.json +++ b/sample/32-graphql-federation-schema-first/users-application/package.json @@ -55,7 +55,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 7681647ade6..a58b0db45d6 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -51,7 +51,7 @@ "ts-loader": "9.6.2", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" } } diff --git a/sample/34-using-esm-packages/package.json b/sample/34-using-esm-packages/package.json index 70b2625f8b8..d576c4934d9 100644 --- a/sample/34-using-esm-packages/package.json +++ b/sample/34-using-esm-packages/package.json @@ -53,7 +53,7 @@ "ts-loader": "9.x", "ts-node": "10.x", "tsconfig-paths": "4.x", - "typescript": "5.9.x" + "typescript": "6.0.x" }, "jest": { "moduleFileExtensions": [ diff --git a/sample/35-use-esm-package-after-node22/package.json b/sample/35-use-esm-package-after-node22/package.json index 075ae793a3c..3ebe5135258 100644 --- a/sample/35-use-esm-package-after-node22/package.json +++ b/sample/35-use-esm-package-after-node22/package.json @@ -44,6 +44,6 @@ "ts-loader": "9.x", "ts-node": "10.x", "tsconfig-paths": "4.x", - "typescript": "5.9.x" + "typescript": "6.0.x" } } diff --git a/sample/36-hmr-esm/package.json b/sample/36-hmr-esm/package.json index dfcf8e856be..a1a9b905edc 100644 --- a/sample/36-hmr-esm/package.json +++ b/sample/36-hmr-esm/package.json @@ -54,7 +54,7 @@ "eslint": "9.39.4", "eslint-plugin-prettier": "5.5.6", "globals": "17.7.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.1" }, "jest": { diff --git a/tools/benchmarks/package-lock.json b/tools/benchmarks/package-lock.json index 91e591c7962..e501b4b3490 100644 --- a/tools/benchmarks/package-lock.json +++ b/tools/benchmarks/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/autocannon": "^7.12.7", "autocannon": "^8.0.0", - "typescript": "^5.9.3" + "typescript": "^6.0.0" } }, "node_modules/@assemblyscript/loader": { @@ -2545,9 +2545,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/tools/benchmarks/package.json b/tools/benchmarks/package.json index a05a66302a8..0ce74f184aa 100644 --- a/tools/benchmarks/package.json +++ b/tools/benchmarks/package.json @@ -19,6 +19,6 @@ "devDependencies": { "@types/autocannon": "^7.12.7", "autocannon": "^8.0.0", - "typescript": "^5.9.3" + "typescript": "^6.0.0" } }