From 33786ff23035f16c3a47e95e38678f5d4c64e349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:43:26 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9da3bc30f..09bb730d9 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "tsd-jsdoc": "2.5.0", "typedoc": "0.28.7", "typedoc-plugin-markdown": "4.7.0", - "typescript": "5.8.3", + "typescript": "5.9.3", "wdio-docker-service": "3.2.1", "webdriverio": "9.12.5", "xml2js": "0.6.2", From ece8292b33d3dee5f46a370b50d215d4b284ed01 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:47:11 +0100 Subject: [PATCH 2/2] Update typedoc version to ^0.28.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09bb730d9..c7b4b57c0 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "ts-node": "10.9.2", "tsd": "^0.33.0", "tsd-jsdoc": "2.5.0", - "typedoc": "0.28.7", + "typedoc": "^0.28.14", "typedoc-plugin-markdown": "4.7.0", "typescript": "5.9.3", "wdio-docker-service": "3.2.1",