From 867f88a8222ed1d6c63d4b21df1846b17b7f49d4fdb2852bf31810ff37aa0ffc Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Fri, 24 Nov 2023 14:38:25 +0000 Subject: [PATCH] Accepting request 1128607 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.3.2: * Import Attributes * Stable Support resolution-mode in Import Types * resolution-mode Supported in All Module Modes * switch (true) Narrowing * Narrowing On Comparisons to Booleans * instanceof Narrowing Through Symbol.hasInstance * Checks for super Property Accesses on Instance Fields * Interactive Inlay Hints for Types * Settings to Prefer type Auto-Imports * Optimizations by Skipping JSDoc Parsing * Optimizations by Comparing Non-Normalized Intersections * Consolidation Between tsserverlibrary.js and typescript.js * for details see https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/ * Breaking Changes and Correctness Improvements: - lib.d.ts Changes Types generated for the DOM may have an impact on your codebase. For more information, see the DOM updates for TypeScript 5.3. https://github.com/microsoft/TypeScript/pull/55798 OBS-URL: https://build.opensuse.org/request/show/1128607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=37 --- typescript-5.2.2.tgz | 3 --- typescript-5.3.2.tgz | 3 +++ typescript.changes | 23 +++++++++++++++++++++++ typescript.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.2.2.tgz create mode 100644 typescript-5.3.2.tgz diff --git a/typescript-5.2.2.tgz b/typescript-5.2.2.tgz deleted file mode 100644 index f4531e8..0000000 --- a/typescript-5.2.2.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e30f921a2fb921adb594c61904e18762174d668bbc159a112cda98ef6ada0c -size 7230699 diff --git a/typescript-5.3.2.tgz b/typescript-5.3.2.tgz new file mode 100644 index 0000000..0589c05 --- /dev/null +++ b/typescript-5.3.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d487dcc3e0f4cfaa3b752f282807e6cb34e5f9d4ea82cd8aa5071e713c21f1 +size 5761922 diff --git a/typescript.changes b/typescript.changes index 7d7ffff..763c5f2 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Nov 24 14:28:37 UTC 2023 - Andrea Manzini + +- Update to version 5.3.2: + * Import Attributes + * Stable Support resolution-mode in Import Types + * resolution-mode Supported in All Module Modes + * switch (true) Narrowing + * Narrowing On Comparisons to Booleans + * instanceof Narrowing Through Symbol.hasInstance + * Checks for super Property Accesses on Instance Fields + * Interactive Inlay Hints for Types + * Settings to Prefer type Auto-Imports + * Optimizations by Skipping JSDoc Parsing + * Optimizations by Comparing Non-Normalized Intersections + * Consolidation Between tsserverlibrary.js and typescript.js + * for details see https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/ + * Breaking Changes and Correctness Improvements: + - lib.d.ts Changes + Types generated for the DOM may have an impact on your codebase. + For more information, see the DOM updates for TypeScript 5.3. + https://github.com/microsoft/TypeScript/pull/55798 + ------------------------------------------------------------------- Sat Aug 26 14:47:39 UTC 2023 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index 102e5d3..cf9d23e 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.2.2 +Version: 5.3.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0