From 1d646c30caf0123c79641138763f6fb70b791051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:34:51 +0000 Subject: [PATCH 1/2] build(deps-dev): bump typescript from 5.2.2 to 7.0.2 in /core Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.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 77fbb1c..36488e2 100644 --- a/core/package.json +++ b/core/package.json @@ -100,7 +100,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } From ddf895ec0a12b2cb0975fb818f5eb5811771a2af Mon Sep 17 00:00:00 2001 From: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:34:20 -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 4cee5f8..33b7d03 100644 --- a/package.json +++ b/package.json @@ -90,9 +90,10 @@ "puppeteer": "^25.1.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5" } } + diff --git a/shim/chai/package.json b/shim/chai/package.json index 090bcb7..bb5482b 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -101,10 +101,11 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } +