From 371ccae3831050dbb0fe17754b3099443f084e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:15:58 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.3 in /src/vscode-bicep-ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../apps/deploy-pane/package.json | 2 +- src/vscode-bicep-ui/package-lock.json | 24 +++++++++++++++---- src/vscode-bicep-ui/package.json | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/vscode-bicep-ui/apps/deploy-pane/package.json b/src/vscode-bicep-ui/apps/deploy-pane/package.json index 4d0a7c2bcf8..d9d5238cbcf 100644 --- a/src/vscode-bicep-ui/apps/deploy-pane/package.json +++ b/src/vscode-bicep-ui/apps/deploy-pane/package.json @@ -24,7 +24,7 @@ "@vscode-elements/webview-playground": "^1.8.0", "element-internals-polyfill": "^3.0.2", "happy-dom": "^20.8.9", - "typescript": "^5.7.3", + "typescript": "^6.0.3", "vite": "^7.3.2", "vite-plugin-ejs": "^1.7.0", "vitest": "^3.2.4" diff --git a/src/vscode-bicep-ui/package-lock.json b/src/vscode-bicep-ui/package-lock.json index 153cf4d1d03..0cfdc81480c 100644 --- a/src/vscode-bicep-ui/package-lock.json +++ b/src/vscode-bicep-ui/package-lock.json @@ -24,7 +24,7 @@ "jest-styled-components": "^7.4.0", "prettier": "^3.8.3", "turbo": "^2.9.14", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "typescript-eslint": "^8.35.0" } }, @@ -53,7 +53,7 @@ "@vscode-elements/webview-playground": "^1.8.0", "element-internals-polyfill": "^3.0.2", "happy-dom": "^20.8.9", - "typescript": "^5.7.3", + "typescript": "^6.0.3", "vite": "^7.3.2", "vite-plugin-ejs": "^1.7.0", "vitest": "^3.2.4" @@ -1919,6 +1919,20 @@ "node": ">=10" } }, + "node_modules/@microsoft/api-extractor/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/@microsoft/api-extractor/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -10078,9 +10092,9 @@ } }, "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/src/vscode-bicep-ui/package.json b/src/vscode-bicep-ui/package.json index 6c901babdbe..3686e346a9a 100644 --- a/src/vscode-bicep-ui/package.json +++ b/src/vscode-bicep-ui/package.json @@ -34,7 +34,7 @@ "jest-styled-components": "^7.4.0", "prettier": "^3.8.3", "turbo": "^2.9.14", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "typescript-eslint": "^8.35.0" }, "overrides": {