diff --git a/typescript-5.5.4.tgz b/typescript-5.5.4.tgz deleted file mode 100644 index d8ae56c..0000000 --- a/typescript-5.5.4.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2680b6354d462a1d90a2cf10c790e071f1c45081c9d4561cb47ce23c934d8586 -size 4043150 diff --git a/typescript-5.6.2.tgz b/typescript-5.6.2.tgz new file mode 100644 index 0000000..5ca60e7 --- /dev/null +++ b/typescript-5.6.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e954963e7689a13573927021cf1fe2d7f85d7808eba49f03f84cb5d77cdd6bf +size 4174769 diff --git a/typescript.changes b/typescript.changes index 0311656..5b4a75b 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Sep 15 15:14:16 UTC 2024 - Andrea Manzini + +- Update to version 5.6.2 + * fixed parseCommandLine fails with --build and --force + * fixed Watch cannot handle large amount of file changes + * fixed tsc crash with Error: start < 0 in a specific config + * allow use export = in .cts when module is esnext + * fixed verbatimModuleSyntax + import of ambient const enum missing error + * fixed Can't augment function overload is function is exported via export {} + * fixed Crash when using a combination of a switch statement, optional + chaining, an implicit any array, and ts strict settings. + * fixed Declaration emit change in 5.5 with exactOptionalPropertyTypes + * fixed Duplicate exports.* = assignments in CommonJS output in some cases + * fixed LiteralPropertyName should allow BigInt + * fixed Ghost errors and inconsistencies in destructuring patterns + +For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/ + ------------------------------------------------------------------- Tue Jul 23 09:43:12 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index b047bd5..08961db 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.5.4 +Version: 5.6.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0