From bb030dbfe09f5cb2bd9535504f0f4e84f0fc23ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:36:45 +0000 Subject: [PATCH 1/2] build(deps-dev): bump typescript from 5.2.2 to 6.0.2 in /core Bumps [typescript](https://github.com/microsoft/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 ... Signed-off-by: dependabot[bot] --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 8aa25e8..4236cb5 100644 --- a/core/package.json +++ b/core/package.json @@ -90,7 +90,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } From a7b5133917a1c3c3d26dc449eee616b7ab04bde9 Mon Sep 17 00:00:00 2001 From: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:38:24 -0700 Subject: [PATCH 2/2] chore: syncing versions and shrinkwrap --- package.json | 3 ++- shim/chai/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f76531c..c249426 100644 --- a/package.json +++ b/package.json @@ -90,8 +90,9 @@ "puppeteer": "^24.4.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5" } } + diff --git a/shim/chai/package.json b/shim/chai/package.json index af46c83..64aca24 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -91,9 +91,10 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } +