Accepting request 1169513 from home:amanzini:branches:devel:languages:nodejs

- Update to version 5.4.5
  * Fix: type assertions affect the type narrowing of the subsequent code
  * Fix: Don't propagate partial union/intersection properties between caches
  * Fix: Mapped type reported as incompatible when passed through another mapped type (5.4 regression)
  * Fix: No auto-import from aliased symbol from ts files in js files
  * fix type import check for default-import/re-export in js files
- remove useless empty %check section to the .spec

OBS-URL: https://build.opensuse.org/request/show/1169513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=47
This commit is contained in:
Andrea Manzini 2024-04-22 14:44:22 +00:00 committed by Git OBS Bridge
parent 91b7a997c7
commit ac79b0e5fe
4 changed files with 17 additions and 7 deletions

View File

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

3
typescript-5.4.5.tgz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Apr 21 14:07:03 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.4.5
* Fix: type assertions affect the type narrowing of the subsequent code
* Fix: Don't propagate partial union/intersection properties between caches
* Fix: Mapped type reported as incompatible when passed through another mapped type (5.4 regression)
* Fix: No auto-import from aliased symbol from ts files in js files
* fix type import check for default-import/re-export in js files
- remove useless empty %check section to the .spec
-------------------------------------------------------------------
Sun Apr 7 16:09:40 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -17,7 +17,7 @@
Name: typescript
Version: 5.4.4
Version: 5.4.5
Release: 0
Summary: A language for application scale JavaScript development
License: Apache-2.0
@ -36,7 +36,7 @@ for large-scale JavaScript applications for any browser, for any host, on any
OS. TypeScript compiles to readable, standards-based JavaScript.
%prep
%setup -q -n package
%autosetup -n package
sed -i 's/\r$//' ThirdPartyNoticeText.txt
sed -i 's/\r$//' README.md
@ -54,8 +54,6 @@ done
%fdupes %{buildroot}
%check
%files
%license LICENSE.txt ThirdPartyNoticeText.txt
%doc README.md