From dd50a87f99374a8d53c029aff7b184bf586b6e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:45:37 +0000 Subject: [PATCH] chore(deps): bump the build group with 2 updates Bumps the build group with 2 updates: [typescript](https://github.com/microsoft/TypeScript) and [esbuild](https://github.com/evanw/esbuild). 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) Updates `esbuild` from 0.27.4 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.4...v0.28.0) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build ... Signed-off-by: dependabot[bot] --- projects/monaco/package.json | 2 +- projects/starters/angular/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/monaco/package.json b/projects/monaco/package.json index ec644c1f1..8478b09de 100644 --- a/projects/monaco/package.json +++ b/projects/monaco/package.json @@ -192,7 +192,7 @@ "axe-core": "catalog:", "colorjs.io": "0.5.2", "dts-bundle-generator": "9.5.1", - "esbuild": "0.27.4", + "esbuild": "0.28.0", "eslint": "catalog:", "lit": "catalog:", "lit-html": "catalog:", 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:" } }