From 82a3f2c2b7baae59fb137c5295cc2d1160db0c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:54:20 +0000 Subject: [PATCH 1/2] Bump typescript from 5.2.2 to 6.0.2 in the typescript group Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.2.2 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9b06c4..1f6d7f1 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "grunt-cli": "^1.4.3", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "nyc": "^18.0.0", "codecov": "^3.8.3", "copyfiles": "^2.4.1" From bd61a85e0467735c6802ad3d53601e5c10114cf9 Mon Sep 17 00:00:00 2001 From: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:00:49 -0700 Subject: [PATCH 2/2] chore: syncing versions and shrinkwrap --- dbg/package.json | 5 +++-- package.json | 3 ++- providers/package.json | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dbg/package.json b/dbg/package.json index ae8b258..33ed67b 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -59,7 +59,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -98,7 +98,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -113,3 +113,4 @@ + diff --git a/package.json b/package.json index 1f6d7f1..aa09b6f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -91,3 +91,4 @@ } } + diff --git a/providers/package.json b/providers/package.json index 6628f35..b7c3b4f 100644 --- a/providers/package.json +++ b/providers/package.json @@ -60,7 +60,7 @@ "@nevware21/ts-debug": "0.1.0" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -99,7 +99,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -111,3 +111,4 @@ +