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
This commit is contained in:
Andrea Manzini 2024-04-07 19:57:30 +00:00 committed by Git OBS Bridge
parent ed2983c9f3
commit 91b7a997c7
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1fe425dd986563370ea040a173022216ac93dc4d5e977e6f6d47539302f1090
size 5824407

3
typescript-5.4.4.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a5b3b80f055936eef797431778bbb3c39c1a4d3fcdbea16f9ac9dc343454c48
size 5825725

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Apr 7 16:09:40 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- 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 <andrea.manzini@suse.com>

View File

@ -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