From 8598432e8f1fc8d0b80539bb4dead5de3dabc6e96e6735bbbc597d0a9617d617 Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Sun, 24 Nov 2024 20:24:47 +0000 Subject: [PATCH] Accepting request 1226123 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.7.2 * New features: + Checks for Never-Initialized Variables + Path Rewriting for Relative Paths + Support for --target es2024 and --lib es2024 + Searching Ancestor Configuration Files for Project Ownership + Faster Project Ownership Checks in Editors for Composite Projects + Validated JSON Imports in --module nodenext + Support for V8 Compile Caching in Node.js * Notable Behavioral Changes: + lib.d.ts Types generated for the DOM may have an impact on type-checking your codebase. + TypedArrays Are Now Generic Over ArrayBufferLike + Creating Index Signatures from Non-Literal Method Names in Classes + More Implicit any Errors on Functions Returning null and undefined For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/ OBS-URL: https://build.opensuse.org/request/show/1226123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=59 --- typescript-5.6.3.tgz | 3 --- typescript-5.7.2.tgz | 3 +++ typescript.changes | 21 +++++++++++++++++++++ typescript.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.6.3.tgz create mode 100644 typescript-5.7.2.tgz diff --git a/typescript-5.6.3.tgz b/typescript-5.6.3.tgz deleted file mode 100644 index 77643ed..0000000 --- a/typescript-5.6.3.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef67f8d8ad895858024b7339d3e34bf112cae3c5db1f538c3079038b17ae30fa -size 4174590 diff --git a/typescript-5.7.2.tgz b/typescript-5.7.2.tgz new file mode 100644 index 0000000..d933a6e --- /dev/null +++ b/typescript-5.7.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b +size 4231797 diff --git a/typescript.changes b/typescript.changes index 8b69d55..23ba05b 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Nov 24 19:46:05 UTC 2024 - Andrea Manzini + +- Update to version 5.7.2 + * New features: + + Checks for Never-Initialized Variables + + Path Rewriting for Relative Paths + + Support for --target es2024 and --lib es2024 + + Searching Ancestor Configuration Files for Project Ownership + + Faster Project Ownership Checks in Editors for Composite Projects + + Validated JSON Imports in --module nodenext + + Support for V8 Compile Caching in Node.js + * Notable Behavioral Changes: + + lib.d.ts Types generated for the DOM may have an impact on type-checking + your codebase. + + TypedArrays Are Now Generic Over ArrayBufferLike + + Creating Index Signatures from Non-Literal Method Names in Classes + + More Implicit any Errors on Functions Returning null and undefined + +For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/ + ------------------------------------------------------------------- Thu Oct 10 12:07:50 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index 2db5c42..2c6d491 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.6.3 +Version: 5.7.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0