From b5befe16bdba4bad48a9813ebb01fbe5fb3c05ea7d632377076e3c63fc5ec46a Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Mon, 28 Aug 2023 06:29:30 +0000 Subject: [PATCH] Accepting request 1106061 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.2.2: * 'using' Declarations and Explicit Resource Management * Decorator Metadata * Named and Anonymous Tuple Elements * Easier Method Usage for Unions of Arrays * Copying Array Methods * symbols as WeakMap and WeakSet Keys * Type-Only Import Paths with TypeScript Implementation File Extensions * Comma Completions for Object Members * Inline Variable Refactoring * Optimized Checks for Ongoing Type Compatibility * Breaking changes and Correctness fixes: see https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#breaking-changes-and-correctness-fixes OBS-URL: https://build.opensuse.org/request/show/1106061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=35 --- typescript-5.1.6.tgz | 3 --- typescript-5.2.2.tgz | 3 +++ typescript.changes | 17 +++++++++++++++++ typescript.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.1.6.tgz create mode 100644 typescript-5.2.2.tgz diff --git a/typescript-5.1.6.tgz b/typescript-5.1.6.tgz deleted file mode 100644 index c5e8ee6..0000000 --- a/typescript-5.1.6.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39247cdcfec56456849449813197cd96b4b19b81b783e746bb8e5f9f5ec87311 -size 7147748 diff --git a/typescript-5.2.2.tgz b/typescript-5.2.2.tgz new file mode 100644 index 0000000..f4531e8 --- /dev/null +++ b/typescript-5.2.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e30f921a2fb921adb594c61904e18762174d668bbc159a112cda98ef6ada0c +size 7230699 diff --git a/typescript.changes b/typescript.changes index 0381e3c..7d7ffff 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Aug 26 14:47:39 UTC 2023 - Andrea Manzini + +- Update to version 5.2.2: + * 'using' Declarations and Explicit Resource Management + * Decorator Metadata + * Named and Anonymous Tuple Elements + * Easier Method Usage for Unions of Arrays + * Copying Array Methods + * symbols as WeakMap and WeakSet Keys + * Type-Only Import Paths with TypeScript Implementation File Extensions + * Comma Completions for Object Members + * Inline Variable Refactoring + * Optimized Checks for Ongoing Type Compatibility + * Breaking changes and Correctness fixes: see + https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#breaking-changes-and-correctness-fixes + ------------------------------------------------------------------- Fri Aug 11 13:26:18 UTC 2023 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index 145627f..102e5d3 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.1.6 +Version: 5.2.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0