From e4bd412a679ac63c54861b1378d8d4223b06a49c40e4cdf4a027a7d644a7332a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Wed, 16 Aug 2023 11:19:30 +0000 Subject: [PATCH] Accepting request 1103499 from home:amanzini:branches:devel:languages:nodejs - Update to version 5.1.6: * See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-1.html and https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html * Breaking change: TypeScript 5.1 now ships JavaScript functionality that was introduced in ECMAScript 2020. As a result, at minimum TypeScript must be run in a reasonably modern runtime. For most users, this means TypeScript now only runs on Node.js 14.17 and later. OBS-URL: https://build.opensuse.org/request/show/1103499 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=33 --- typescript-4.9.5.tgz | 3 --- typescript-5.1.6.tgz | 3 +++ typescript.changes | 12 ++++++++++++ typescript.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 typescript-4.9.5.tgz create mode 100644 typescript-5.1.6.tgz diff --git a/typescript-4.9.5.tgz b/typescript-4.9.5.tgz deleted file mode 100644 index 6e84670..0000000 --- a/typescript-4.9.5.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e2faae079c9047aa921e8a307f0cec0da4dc4853e20bb31d18acc678f5bf505 -size 11620433 diff --git a/typescript-5.1.6.tgz b/typescript-5.1.6.tgz new file mode 100644 index 0000000..c5e8ee6 --- /dev/null +++ b/typescript-5.1.6.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39247cdcfec56456849449813197cd96b4b19b81b783e746bb8e5f9f5ec87311 +size 7147748 diff --git a/typescript.changes b/typescript.changes index d2197d9..0381e3c 100644 --- a/typescript.changes +++ b/typescript.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Aug 11 13:26:18 UTC 2023 - Andrea Manzini + +- Update to version 5.1.6: + * See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-1.html + and https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html + + * Breaking change: + TypeScript 5.1 now ships JavaScript functionality that was introduced in ECMAScript 2020. + As a result, at minimum TypeScript must be run in a reasonably modern runtime. + For most users, this means TypeScript now only runs on Node.js 14.17 and later. + ------------------------------------------------------------------- Sat Feb 25 01:23:54 UTC 2023 - Lukas Müller diff --git a/typescript.spec b/typescript.spec index 4902b35..145627f 100644 --- a/typescript.spec +++ b/typescript.spec @@ -17,7 +17,7 @@ Name: typescript -Version: 4.9.5 +Version: 5.1.6 Release: 0 Summary: A language for application scale JavaScript development License: Apache-2.0