From 659611b211ee21927db4222550a4841da490762b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 02:35:29 +0000 Subject: [PATCH] chore: update dependency typescript to v7 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 da4b6085a741..29d11359f016 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": "~7.0.2" } } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 4c477203cd75..d36ed561262f 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -48,6 +48,6 @@ "@types/msgpack5": "^3.4.7", "@types/node": "^20.19.43", "@types/type-is": "^1.6.7", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index 69850f2da9cb..2b59a508abee 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index 8b7738669bfa..2d186a101707 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/context/package.json b/examples/context/package.json index a197f7213b9e..377298929eef 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.15", "@types/node": "^20.19.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index 3f4bb200f54d..3e2ac2841d7a 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.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index 458c3db93df7..ad0a0089434a 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -61,6 +61,6 @@ "@types/multer": "^2.2.0", "@types/node": "^20.19.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index ff3a42fa8f66..81f16d260770 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": "~7.0.2" } } diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 1b15a10d27c6..fc1a9dc2f05b 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.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index aac6d49abb25..821b893737d3 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.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 7f8341b9292f..2a995d9a87e9 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^8.0.15", "@types/node": "^20.19.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index ae0d72e82402..d08134b1097e 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": "~7.0.2" } } diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index bff6b900024e..08cd1b121b5c 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.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index aa229831d134..3690c49763a8 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^8.0.15", "@types/node": "^20.19.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index 0679050b6007..7bfbfb9432f4 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index 13b71522d66a..cd5110696201 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.16.0", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 4ed285d52a95..ebac2e90e5eb 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index ccb6b56e8be5..7c22075d85be 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index a91c75a9302a..d4b5bab40803 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.43", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index 9530bd2b6047..2643c532d453 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -63,6 +63,6 @@ "eslint": "^8.57.1", "mocha": "^11.8.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/socketio/package.json b/examples/socketio/package.json index 47baa852fdca..24746d27abee 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": "~7.0.2" } } diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index 3e3b22b07ffa..3cfe284b6a2c 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index b5ec292eff71..3df64b3115d4 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/todo/package.json b/examples/todo/package.json index 9ea8109730f4..80a47336b70d 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index b11310c20ffb..9516b02e1ce7 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.43", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 1429a8050836..bedd81509da6 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -51,7 +51,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^25.8.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "util": "^0.12.5", "webpack": "^5.109.2", "webpack-cli": "^7.2.2" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 5f1ad49b1186..9bf0db7a46a5 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -62,6 +62,6 @@ "@types/lodash": "^4.17.25", "@types/node": "^20.19.43", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index 00e335f13948..70bf9c0950b6 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^8.0.15", "@types/debug": "^4.1.13", "@types/node": "^20.19.43", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 50190aea3953..6e4e88022b29 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -60,6 +60,6 @@ "pg": "^8.23.0", "pg-hstore": "^2.3.4", "sqlite3": "6.0.1", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/package.json b/package.json index 874ff0d387e4..693e89a3bf88 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^9.0.0", "prettier": "^3.8.3", - "typescript": "~5.2.2" + "typescript": "~7.0.2" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 754530070734..861d1ea13c07 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.8.3", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index a8b6119ef016..5c426da4a877 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -73,7 +73,7 @@ "terminal-link": "^5.0.0", "tildify": "^2.0.0", "ts-morph": "^28.0.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "untildify": "^6.0.0", "update-notifier": "^7.3.1", "url-slug": "^5.1.0", diff --git a/packages/express/package.json b/packages/express/package.json index 6418b8445b03..438bc2e4c471 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": "~7.0.2" } } diff --git a/packages/filter/package.json b/packages/filter/package.json index b29f2fa11092..d7e4e899369e 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^12.0.15", "@loopback/testlab": "^8.0.15", "@types/node": "^20.19.43", - "typescript": "~5.2.2" + "typescript": "~7.0.2" } }