From 315097f1cf7dae5d218ac0eea0f0d6746a52452e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:33:21 +0000 Subject: [PATCH 1/2] Bump typescript from 6.0.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd4c3458..d6c2246f 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "tar": "^7.4.3", "ts-jest": "^29.4.11", "ts-node": "^10.2.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "yaml": "^2.2.1", "yargs": "^17.2.1" } From cb3f4069f4cc13c8c0c9d622c01653314b4c396a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 27 Jul 2026 15:59:34 -0700 Subject: [PATCH 2/2] Use both TS6 and TS7 This follows the instructions laid out in [this blog post]. [this blog post]: https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d6c2246f..38ee3e47 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "@types/tar": "^7.0.87", "@types/varint": "^6.0.1", "@types/yargs": "^17.0.4", + "@typescript/native": "npm:typescript@^7.0.2", "extract-zip": "^2.0.1", "gts": "^7.0.0", "jest": "^30.0.3", @@ -93,7 +94,7 @@ "tar": "^7.4.3", "ts-jest": "^29.4.11", "ts-node": "^10.2.1", - "typescript": "^7.0.2", + "typescript": "npm:@typescript/typescript6@^6.0.2", "yaml": "^2.2.1", "yargs": "^17.2.1" }