From 0a6a475f40449de0fc3527978eaca26994b153ad10d5744883e7f069783f035c Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Sun, 23 Jun 2024 08:52:31 +0000 Subject: [PATCH] - Update to version 5.5.2 * Inferred Type Predicates * Control Flow Narrowing for Constant Indexed Accesses * The JSDoc @import Tag * Regular Expression Syntax Checking * Support for New ECMAScript Set Methods * Isolated Declarations * The ${configDir} Template Variable for Configuration Files * Consulting package.json Dependencies for Declaration File Generation * Editor and Watch-Mode Reliability Improvements * Performance and Size Optimizations * Easier API Consumption from ECMAScript Modules * The transpileDeclaration API * Notable Behavioral Changes + Disabling Features Deprecated in TypeScript 5.0 + lib.d.ts Changes + Stricter Parsing for Decorators + undefined is No Longer a Definable Type Name + Simplified Reference Directive Declaration Emit For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=49 --- typescript-5.4.5.tgz | 3 --- typescript-5.5.2.tgz | 3 +++ typescript.changes | 25 +++++++++++++++++++++++++ typescript.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 typescript-5.4.5.tgz create mode 100644 typescript-5.5.2.tgz diff --git a/typescript-5.4.5.tgz b/typescript-5.4.5.tgz deleted file mode 100644 index 3141831..0000000 --- a/typescript-5.4.5.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:154fae77169f04155ac52d521ac59abb07c9be29ea3744732adbf9f14abb2440 -size 5825770 diff --git a/typescript-5.5.2.tgz b/typescript-5.5.2.tgz new file mode 100644 index 0000000..fc3ba13 --- /dev/null +++ b/typescript-5.5.2.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f12d2e95610c573b778ac0669497440626c07d6aae6865171e246fce96ddda0 +size 4040998 diff --git a/typescript.changes b/typescript.changes index f7973d8..4519687 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Jun 22 16:14:51 UTC 2024 - Andrea Manzini + +- Update to version 5.5.2 + * Inferred Type Predicates + * Control Flow Narrowing for Constant Indexed Accesses + * The JSDoc @import Tag + * Regular Expression Syntax Checking + * Support for New ECMAScript Set Methods + * Isolated Declarations + * The ${configDir} Template Variable for Configuration Files + * Consulting package.json Dependencies for Declaration File Generation + * Editor and Watch-Mode Reliability Improvements + * Performance and Size Optimizations + * Easier API Consumption from ECMAScript Modules + * The transpileDeclaration API + * Notable Behavioral Changes + + Disabling Features Deprecated in TypeScript 5.0 + + lib.d.ts Changes + + Stricter Parsing for Decorators + + undefined is No Longer a Definable Type Name + + Simplified Reference Directive Declaration Emit + +For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ + ------------------------------------------------------------------- Sun Apr 21 14:07:03 UTC 2024 - Andrea Manzini diff --git a/typescript.spec b/typescript.spec index a43f6d9..0ccf9b7 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 5.4.5 +Version: 5.5.2 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0