From 133a18402ab9bb086e003b2fde236ac5c5e1747d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:49:37 +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 c81b426a5404..d5101a75a3e2 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 802a0b3a5a49..d26c729c3dd1 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.41", "@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 dde07819ecf9..aa3e9f5bfd1b 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.41", "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 21d2e7a75c61..4fd1490bd75e 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.41", "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 94347622d785..e74797d81329 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "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 743c3ecfca88..b14a60b1e0cf 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.41", "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 b99b428aef1e..20f92099cd78 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.41", "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 edb79d7acdd3..2d71e514c2d2 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 1957be9bcf8f..36e42ab609e3 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.41", "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 c1e906533579..e5966ad418ad 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.41", "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 35eed36633b2..393156b3ddf1 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "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 e54d1d9c2fbb..e415bdee7678 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 461e1edf9aac..66fd911dc23f 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.41", "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 8f7ed8199a93..faafbe3ee596 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "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 c00a17faf1b7..e4a3955c8147 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.41", "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 a2e47dd35ce5..84fb085a7d34 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": "~6.0.3" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 0d466681ab0a..ef2d4b265f4a 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "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 70fac895b9c2..376535ce3db4 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.41", "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 0266e9148221..4520c5da9662 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.41", "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 a0fa7914cd7a..8a6a3c1501d6 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 a8fb48769907..1e198bba4eb8 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 93af77b14471..417a0b61405e 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.41", "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 7e985cf511e1..4e8e58daac01 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "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 8ceed41ffb40..dd31cbaf7e5d 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "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 6ef549919d0c..764142f929b3 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.41", "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 f08024762182..0d99447d5110 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.43.1", - "typescript": "~5.2.2", + "typescript": "~6.0.3", "util": "^0.12.5", "webpack": "^5.106.2", "webpack-cli": "^7.0.2" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index b93a60ad3197..7b4c6c60b6b5 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.41", "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 ff6d4862430d..08f5d8b571b6 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^8.0.12", "@types/debug": "^4.1.13", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 51e46983e5f9..9c4b09c1382e 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 2166bb6f6d4f..b9440310867b 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": "~6.0.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 1ef6e97eb119..7fd507e521cf 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": "~6.0.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 123a8079b36a..62597d76f40a 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 3ab629ba1c60..56ee69976ba5 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 a56f28a5452b..65d17ad74474 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^12.0.12", "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~6.0.3" } }