From 3242e2718fdbbdb6d1855c0f694e816f9af3f09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 Jul 2024 15:09:54 +0100 Subject: feat: Upgrade to TypeScript 5.5.2 (#24326) This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ --- cli/tsc/dts/lib.es2021.weakref.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.es2021.weakref.d.ts') diff --git a/cli/tsc/dts/lib.es2021.weakref.d.ts b/cli/tsc/dts/lib.es2021.weakref.d.ts index 986af60d4..48e76265a 100644 --- a/cli/tsc/dts/lib.es2021.weakref.d.ts +++ b/cli/tsc/dts/lib.es2021.weakref.d.ts @@ -60,7 +60,7 @@ interface FinalizationRegistry { * @param unregisterToken The token that was used as the unregisterToken argument when calling * register to register the target value. */ - unregister(unregisterToken: WeakKey): void; + unregister(unregisterToken: WeakKey): boolean; } interface FinalizationRegistryConstructor { -- cgit v1.2.3