From 03d7e25b3cab9c218e71bdabb6e034ea52b7d0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:35:12 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.9.3 to 6.0.3 in the build group Bumps the build group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `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:production update-type: version-update:semver-major dependency-group: build ... Signed-off-by: dependabot[bot] --- projects/starters/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/starters/angular/package.json b/projects/starters/angular/package.json index ad7f78940..1c870dfda 100644 --- a/projects/starters/angular/package.json +++ b/projects/starters/angular/package.json @@ -103,7 +103,7 @@ "@nvidia-elements/lint": "workspace:*", "eslint": "catalog:", "jsdom": "27.1.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "vitest": "catalog:" } }