From 8f24a6968c9a6ea648ceed64e2701845a5053941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:48:35 +0000 Subject: [PATCH 1/2] Bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/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) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 662c2442..5e201349 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "tar": "^7.4.3", "ts-jest": "^29.0.5", "ts-node": "^10.2.1", - "typescript": "^5.0.2", + "typescript": "^6.0.3", "yaml": "^2.2.1", "yargs": "^17.2.1" } From 489ac62a90290caca3fd9bf37692fe4e435d8278 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 5 May 2026 19:46:02 +0000 Subject: [PATCH 2/2] add missing 'types' field to tsconfig.json' --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 91520088..33ba7be2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "rootDir": ".", "useUnknownInCatchVariables": false, "declarationDir": "_types", - "lib": ["DOM"] + "lib": ["DOM"], + "types": ["node", "jest"] }, "include": [ "package.json",