From 91b7a997c70779ba9e30972e131ff9ee8b193733091ee46e509576b2a984884c Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Sun, 7 Apr 2024 19:57:30 +0000 Subject: [PATCH] Accepting request 1165975 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.4.4 * Fix: Incorrect Path Resolution for Type Imports in TypeScript Declarations * Fix: "Inferred type cannot be named" error caused by adding paths to tsconfig * Fix: Incorrect parameter hint is highlighted when arguments contain spread syntax * Fix: Fixed a regression related to determining argument index when spread elements are involved * Fix: Directories dont check modified time when sending "change" event * Fix: "Expression produces a union type that is too complex to represent" when using interfaces with large number of params for filtering and narrowing down certain keys * Watch events Enhancements - Add empty %check section to the .spec OBS-URL: https://build.opensuse.org/request/show/1165975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=45 --- typescript-5.4.3.tgz | 3 --- typescript-5.4.4.tgz | 3 +++ typescript.changes | 15 +++++++++++++++ typescript.spec | 4 +++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.4.3.tgz create mode 100644 typescript-5.4.4.tgz diff --git a/typescript-5.4.3.tgz b/typescript-5.4.3.tgz deleted file mode 100644 index 9c9f54a..0000000 --- a/typescript-5.4.3.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1fe425dd986563370ea040a173022216ac93dc4d5e977e6f6d47539302f1090 -size 5824407 diff --git a/typescript-5.4.4.tgz b/typescript-5.4.4.tgz new file mode 100644 index 0000000..a4b549f --- /dev/null +++ b/typescript-5.4.4.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5b3b80f055936eef797431778bbb3c39c1a4d3fcdbea16f9ac9dc343454c48 +size 5825725 diff --git a/typescript.changes b/typescript.changes index ac9bd54..17b072a 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Apr 7 16:09:40 UTC 2024 - Andrea Manzini + +- Update to version 5.4.4 + * Fix: Incorrect Path Resolution for Type Imports in TypeScript Declarations + * Fix: "Inferred type cannot be named" error caused by adding paths to tsconfig + * Fix: Incorrect parameter hint is highlighted when arguments contain spread syntax + * Fix: Fixed a regression related to determining argument index when spread elements are involved + * Fix: Directories dont check modified time when sending "change" event + * Fix: "Expression produces a union type that is too complex to represent" when using interfaces + with large number of params for filtering and narrowing down certain keys + * Watch events Enhancements + +- Add empty %check section to the .spec + ------------------------------------------------------------------- Fri Mar 22 07:05:34 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index f29c3b6..8a417aa 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.4.3 +Version: 5.4.4 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0 @@ -54,6 +54,8 @@ done %fdupes %{buildroot} +%check + %files %license LICENSE.txt ThirdPartyNoticeText.txt %doc README.md