From ced602a839fa6c863d7d9c5b820080f202e0172a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:02:56 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.3 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] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c441488..0a2bf641 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "prettier": "^3.8.1", "tree-sitter-java-orchard": "0.5.6", "tsdown": "^0.21.4", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.57.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 3ace2eab..539d2c15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4857,11 +4857,16 @@ typescript-eslint@^8.57.1: "@typescript-eslint/typescript-estree" "8.58.1" "@typescript-eslint/utils" "8.58.1" -"typescript@>=3 < 6", typescript@^5.9.3: +"typescript@>=3 < 6": version "5.9.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== + uglify-js@^3.1.4: version "3.19.3" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"