diff --git a/typescript-5.3.2.tgz b/typescript-5.3.2.tgz deleted file mode 100644 index 0589c05..0000000 --- a/typescript-5.3.2.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d487dcc3e0f4cfaa3b752f282807e6cb34e5f9d4ea82cd8aa5071e713c21f1 -size 5761922 diff --git a/typescript-5.3.3.tgz b/typescript-5.3.3.tgz new file mode 100644 index 0000000..4ae23ed --- /dev/null +++ b/typescript-5.3.3.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5335c28f1e86b747bcca820e8445f6f9421bc8ba16a9c3547064ead8fb81c56 +size 5761919 diff --git a/typescript.changes b/typescript.changes index 763c5f2..4487850 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 10 17:41:41 UTC 2023 - Andrea Manzini + +- Update to version 5.3.3: + * Make JSDoc Parsing Configurable using the transpileModule method + * Fixed an issue in boolean comparison narrowing when the reference is an optional chain + * Type narrowing regression with property comparison to boolean false + * Deprecated types (AssertEntry, AssertClause) redefined as type aliases, rather than interfaces + * Type error in typescript.d.ts with exactOptionalPropertyTypes = true + ------------------------------------------------------------------- Fri Nov 24 14:28:37 UTC 2023 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index cf9d23e..0f3b838 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.3.2 +Version: 5.3.3 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0