From 8c9d9cfdad3db2589c9a31a1bec183cc48a9cc34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:01:06 +0000 Subject: [PATCH] chore: update dependency typescript to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- acceptance/repository-cloudant/package.json | 2 +- bodyparsers/rest-msgpack/package.json | 2 +- examples/access-control-migration/package.json | 2 +- examples/binding-resolution/package.json | 2 +- examples/context/package.json | 2 +- examples/express-composition/package.json | 2 +- examples/file-transfer/package.json | 2 +- examples/graphql/package.json | 2 +- examples/greeter-extension/package.json | 2 +- examples/greeting-app/package.json | 2 +- examples/hello-world/package.json | 2 +- examples/lb3-application/package.json | 2 +- examples/log-extension/package.json | 2 +- examples/metrics-prometheus/package.json | 2 +- examples/multi-tenancy/package.json | 2 +- examples/passport-login/package.json | 2 +- examples/references-many/package.json | 2 +- examples/rest-crud/package.json | 2 +- examples/rpc-server/package.json | 2 +- examples/soap-calculator/package.json | 2 +- examples/socketio/package.json | 2 +- examples/todo-jwt/package.json | 2 +- examples/todo-list/package.json | 2 +- examples/todo/package.json | 2 +- examples/validation-app/package.json | 2 +- examples/webpack/package.json | 2 +- extensions/authentication-jwt/package.json | 2 +- extensions/pooling/package.json | 2 +- extensions/sequelize/package.json | 2 +- package.json | 2 +- packages/build/package.json | 2 +- packages/cli/package.json | 2 +- packages/express/package.json | 2 +- packages/filter/package.json | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index 4f2ace211262..da64a5a561d7 100644 --- a/acceptance/repository-cloudant/package.json +++ b/acceptance/repository-cloudant/package.json @@ -45,6 +45,6 @@ "loopback-connector-cloudant": "2.5.0", "ms": "2.1.3", "tslib": "^2.8.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 05adbc987342..3688145f2312 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -48,6 +48,6 @@ "@types/msgpack5": "^3.4.6", "@types/node": "^20.19.39", "@types/type-is": "^1.6.7", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index e47bd5269cb0..5a4b85278814 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index f86b53022aad..49120c255790 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/context/package.json b/examples/context/package.json index 8501423a14aa..3a88112cb093 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index b635d9904f22..07368dd92086 100644 --- a/examples/express-composition/package.json +++ b/examples/express-composition/package.json @@ -63,6 +63,6 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index c21c2ddd77a8..1d7bc1a86db9 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -61,6 +61,6 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 977ed0947458..34b1a6ec9edd 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -68,6 +68,6 @@ "graphql-ws": "^5.16.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 7c7d1cfe5165..a46571db4f17 100644 --- a/examples/greeter-extension/package.json +++ b/examples/greeter-extension/package.json @@ -59,6 +59,6 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index 14ef5019deac..e71d6c07585a 100644 --- a/examples/greeting-app/package.json +++ b/examples/greeting-app/package.json @@ -63,6 +63,6 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 47de0bbebd59..8b4c7d89332c 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index a0704b4ccd21..6dec6b413aad 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -71,6 +71,6 @@ "eslint": "^8.57.1", "lodash": "^4.18.1", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index a7c6c0ec35b5..cc1eb360890e 100644 --- a/examples/log-extension/package.json +++ b/examples/log-extension/package.json @@ -58,6 +58,6 @@ "@types/debug": "^4.1.13", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index 3d4116a8796f..0dfa0b82bd5e 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index 5a20747714f7..dd77310e990a 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index 8b783c276b7f..77bb45b2d983 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.15.0", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index c33b49fc408f..a273d7d1733b 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 2bcea7d6bd76..92ee195ee288 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index d4a1e54a9f0a..dad2b9e58f1f 100644 --- a/examples/rpc-server/package.json +++ b/examples/rpc-server/package.json @@ -53,6 +53,6 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.39", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index b09ae4c26700..7381e2c338f2 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -63,6 +63,6 @@ "eslint": "^8.57.1", "mocha": "^11.7.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/socketio/package.json b/examples/socketio/package.json index f75feda8c179..8181f5d4bf8e 100644 --- a/examples/socketio/package.json +++ b/examples/socketio/package.json @@ -69,6 +69,6 @@ "eslint": "^8.57.1", "socket.io-client": "^4.8.3", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index 0726b1643f5f..494cfde17162 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index b9d7ae240b25..6a63ff758b87 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/todo/package.json b/examples/todo/package.json index 9f61f0bb0ec4..88a9e48b28f2 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index 028130d3d8f3..48a17a1368ee 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.39", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 31b3643b8fa1..0d429108590b 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -51,7 +51,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^24.40.0", - "typescript": "~5.2.2", + "typescript": "~6.0.3", "util": "^0.12.5", "webpack": "^5.106.1", "webpack-cli": "^7.0.2" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 077935d81dd5..61323999f9f1 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -62,6 +62,6 @@ "@types/lodash": "^4.17.24", "@types/node": "^20.19.39", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index f922ad53cea8..562fc82de7af 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^8.0.11", "@types/debug": "^4.1.13", "@types/node": "^20.19.39", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 8e2f7b635c99..0bf7cc1dbc18 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -60,6 +60,6 @@ "pg": "^8.20.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.7", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/package.json b/package.json index 9cee2795e358..8208b4af5a25 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^8.0.0", "prettier": "^3.8.2", - "typescript": "~5.2.2" + "typescript": "~6.0.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 0e5a89e47505..d04c3b428444 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.8.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 8407a00d272f..54b88aaa58a1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -73,7 +73,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^27.0.2", - "typescript": "~5.2.2", + "typescript": "~6.0.3", "untildify": "^6.0.0", "update-notifier": "^7.3.1", "url-slug": "^4.0.1", diff --git a/packages/express/package.json b/packages/express/package.json index 99d8ba618253..cc63bc4ca8ac 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -62,6 +62,6 @@ "@types/on-finished": "^2.3.5", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/packages/filter/package.json b/packages/filter/package.json index 5f5a0e5325a9..ff70b099358c 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^12.0.11", "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } }