From fe0f55b552b5fe3125e2da3f1d81dbf816024f17aa806d9ac78287d892f1dc38 Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Thu, 6 Mar 2025 17:07:05 +0000 Subject: [PATCH] Accepting request 1250430 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.8.2 * Granular Checks for Branches in Return Expressions * Support for require() of ECMAScript Modules in --module nodenext * new flag --module node18 * The --erasableSyntaxOnly Option * The --libReplacement Flag * Preserved Computed Property Names in Declaration Files * Optimizations on Program Loads and Updates * Restrictions on Import Assertions Under --module nodenext see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/ OBS-URL: https://build.opensuse.org/request/show/1250430 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=63 --- typescript-5.7.3.tgz | 3 --- typescript-5.8.2.tgz | 3 +++ typescript.changes | 15 +++++++++++++++ typescript.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.7.3.tgz create mode 100644 typescript-5.8.2.tgz diff --git a/typescript-5.7.3.tgz b/typescript-5.7.3.tgz deleted file mode 100644 index 9c12549..0000000 --- a/typescript-5.7.3.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80cfca1254bab8e81d639178e42d6406d856fba6e34cad60d1ab50ee6e5f7ebb -size 4232501 diff --git a/typescript-5.8.2.tgz b/typescript-5.8.2.tgz new file mode 100644 index 0000000..12934f2 --- /dev/null +++ b/typescript-5.8.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef938a45323df5775664ea5d55e8bc0ab2027a40db1ff857bb957fe7bbaa4434 +size 4250087 diff --git a/typescript.changes b/typescript.changes index 3f1d9ec..116dacf 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 5 13:59:28 UTC 2025 - Andrea Manzini + +- Update to version 5.8.2 + * Granular Checks for Branches in Return Expressions + * Support for require() of ECMAScript Modules in --module nodenext + * new flag --module node18 + * The --erasableSyntaxOnly Option + * The --libReplacement Flag + * Preserved Computed Property Names in Declaration Files + * Optimizations on Program Loads and Updates + * Restrictions on Import Assertions Under --module nodenext + +see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/ + ------------------------------------------------------------------- Sat Jan 11 14:49:27 UTC 2025 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index 8fc17e5..58fa424 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.7.3 +Version: 5.8.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0