diff --git a/typescript-5.5.3.tgz b/typescript-5.5.3.tgz deleted file mode 100644 index 79444cb..0000000 --- a/typescript-5.5.3.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f47d21b40c99188b4158f8a444f132207957d528b1f80ccbc019ce9c4765c3d1 -size 4041052 diff --git a/typescript-5.5.4.tgz b/typescript-5.5.4.tgz new file mode 100644 index 0000000..d8ae56c --- /dev/null +++ b/typescript-5.5.4.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2680b6354d462a1d90a2cf10c790e071f1c45081c9d4561cb47ce23c934d8586 +size 4043150 diff --git a/typescript.changes b/typescript.changes index ebb3fc9..0311656 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jul 23 09:43:12 UTC 2024 - Andrea Manzini + +- Update to version 5.5.4 + * fixed Circular declarations cause infinite loops in getExportInfos since v5.5 + * fixed the return type of Int8Array::toReversed in es2023.array.d.ts is wrong + * fixed Incorrect ES5 code emitted for closures in loops when noCheck is enabled + * fixed Regression issue with React import when using "jsx": "react" compiler + * fixed Scanner crash in services (TypeScript 5.5) + * fixed TypeError: Cannot read properties of undefined (reading 'flags') + at needsNameFromDeclaration at getNameForExportedSymbol + * perf: Node.getChildren speed regression in ts 5.5 when used at very large scale + +For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ + ------------------------------------------------------------------- Wed Jul 3 08:21:30 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index b357082..b047bd5 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.5.3 +Version: 5.5.4 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0