7
0
forked from pool/typescript

Accepting request 1226123 from home:amanzini:branches:devel:languages:nodejs

- Update to version 5.7.2
  * New features:
    + Checks for Never-Initialized Variables
    + Path Rewriting for Relative Paths
    + Support for --target es2024 and --lib es2024
    + Searching Ancestor Configuration Files for Project Ownership
    + Faster Project Ownership Checks in Editors for Composite Projects
    + Validated JSON Imports in --module nodenext
    + Support for V8 Compile Caching in Node.js
  * Notable Behavioral Changes:
    + lib.d.ts Types generated for the DOM may have an impact on type-checking 
      your codebase.
    + TypedArrays Are Now Generic Over ArrayBufferLike
    + Creating Index Signatures from Non-Literal Method Names in Classes
    + More Implicit any Errors on Functions Returning null and undefined
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/

OBS-URL: https://build.opensuse.org/request/show/1226123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=59
This commit is contained in:
2024-11-24 20:24:47 +00:00
committed by Git OBS Bridge
parent 1538dfc9e7
commit 8598432e8f
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef67f8d8ad895858024b7339d3e34bf112cae3c5db1f538c3079038b17ae30fa
size 4174590

3
typescript-5.7.2.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b
size 4231797

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Nov 24 19:46:05 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.7.2
* New features:
+ Checks for Never-Initialized Variables
+ Path Rewriting for Relative Paths
+ Support for --target es2024 and --lib es2024
+ Searching Ancestor Configuration Files for Project Ownership
+ Faster Project Ownership Checks in Editors for Composite Projects
+ Validated JSON Imports in --module nodenext
+ Support for V8 Compile Caching in Node.js
* Notable Behavioral Changes:
+ lib.d.ts Types generated for the DOM may have an impact on type-checking
your codebase.
+ TypedArrays Are Now Generic Over ArrayBufferLike
+ Creating Index Signatures from Non-Literal Method Names in Classes
+ More Implicit any Errors on Functions Returning null and undefined
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/
-------------------------------------------------------------------
Thu Oct 10 12:07:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -17,7 +17,7 @@
Name: typescript
Version: 5.6.3
Version: 5.7.2
Release: 0
Summary: A language for application scale JavaScript development
License: Apache-2.0