diff --git a/typescript-5.7.2.tgz b/typescript-5.7.2.tgz deleted file mode 100644 index d933a6e..0000000 --- a/typescript-5.7.2.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b -size 4231797 diff --git a/typescript-5.7.3.tgz b/typescript-5.7.3.tgz new file mode 100644 index 0000000..9c12549 --- /dev/null +++ b/typescript-5.7.3.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cfca1254bab8e81d639178e42d6406d856fba6e34cad60d1ab50ee6e5f7ebb +size 4232501 diff --git a/typescript.changes b/typescript.changes index 23ba05b..3f1d9ec 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 11 14:49:27 UTC 2025 - Andrea Manzini + +- Update to version 5.7.3 + * fix missing react error with fragments in react-native + * Do not require import attributes for JSON imports in --module node16 + * Cache started nonexistent property error checks to prevent reentrancy i + in the check + * Fix library inclusions for ES2024 target + * Remove reference not found errors from jsx: preserve + * Avoid incorrectly reusing assertion nodes from property assignments + * Do not require import attribute on type-only JSON import + * Mark the inherited any-based index signature so it can be elided in declaration emit + * Harden sanitizeLog against incorrect matches on TypeScript versions + * Don't try to add an implicit undefined for mapped properties outside of strictNullChecks + * Fix CodeQL configuration, releases + ------------------------------------------------------------------- Sun Nov 24 19:46:05 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index 2c6d491..8fc17e5 100644 --- a/typescript.spec +++ b/typescript.spec @@ -1,7 +1,7 @@ # # spec file for package typescript # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: typescript -Version: 5.7.2 +Version: 5.7.3 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0