From 9912a234f08846cf5439a1b4c42897cd07c9f3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:17:00 +0000 Subject: [PATCH] build(deps): bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++++----- package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1a12994..ed9fcbcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@commitlint/config-nx-scopes": "^20.5.0", "lerna": "^9.0.7", "rimraf": "^6.1.3", - "typescript": "^5.8.3" + "typescript": "^6.0.2" } }, "node_modules/@adobe/css-tools": { @@ -12418,6 +12418,20 @@ "node": "*" } }, + "node_modules/lerna/node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -16698,9 +16712,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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -17417,7 +17431,7 @@ "prettier-plugin-import-sort": "^0.0.7", "pretty-quick": "^4.2.2", "ts-jest": "^29.4.9", - "typescript": "^5.8.3", + "typescript": "^6.0.2", "typescript-eslint": "^8.58.1" }, "bin": { diff --git a/package.json b/package.json index 88a35465..00e0ffe3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@commitlint/config-nx-scopes": "^20.5.0", "lerna": "^9.0.7", "rimraf": "^6.1.3", - "typescript": "^5.8.3" + "typescript": "^6.0.2" }, "commitlint": { "extends": [ diff --git a/packages/core/package.json b/packages/core/package.json index cfbca9a9..8f12ade0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -60,7 +60,7 @@ "prettier-plugin-import-sort": "^0.0.7", "pretty-quick": "^4.2.2", "ts-jest": "^29.4.9", - "typescript": "^5.8.3", + "typescript": "^6.0.2", "typescript-eslint": "^8.58.1" }, "devDependencies": {