SHA256
1
0
forked from pool/typescript

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
81fda189bf Accepting request 1250763 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1250763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=32
2025-03-07 15:40:19 +00:00
Andrea Manzini
7c1d5bddd2 - Update to version 5.8.2
* Granular Checks for Branches in Return Expressions
  * Support for require() of ECMAScript Modules in --module nodenext
  * new flag --module node18
  * The --erasableSyntaxOnly Option
  * The --libReplacement Flag
  * Preserved Computed Property Names in Declaration Files
  * Optimizations on Program Loads and Updates
  * Restrictions on Import Assertions Under --module nodenext
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=63
2025-03-06 17:07:05 +00:00
Ana Guerrero
c8ef353704 Accepting request 1237158 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1237158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=31
2025-01-13 16:50:17 +00:00
Andrea Manzini
826d1288f5 - Update to version 5.7.3
* fix missing react error with fragments in react-native
  * Do not require import attributes for JSON imports in --module node16
  * Cache started nonexistent property error checks to prevent reentrancy i
    in the check
  * Fix library inclusions for ES2024 target
  * Remove reference not found errors from jsx: preserve
  * Avoid incorrectly reusing assertion nodes from property assignments
  * Do not require import attribute on type-only JSON import
  * Mark the inherited any-based index signature so it can be elided in declaration emit
  * Harden sanitizeLog against incorrect matches on TypeScript versions
  * Don't try to add an implicit undefined for mapped properties outside of strictNullChecks
  * Fix CodeQL configuration, releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=61
2025-01-12 10:16:18 +00:00
Ana Guerrero
afbd8a8812 Accepting request 1226126 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1226126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=30
2024-11-25 22:21:06 +00:00
Andrea Manzini
ea7dfaa194 - 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/package/show/devel:languages:nodejs/typescript?expand=0&rev=59
2024-11-24 20:24:47 +00:00
d8e0f16213 Accepting request 1207458 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1207458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=29
2024-10-13 15:33:54 +00:00
Andrea Manzini
517fa6d70b - Update to version 5.6.3
* fix automatic type acquisition
  * Don't issue implicit any when obtaining the implied type for 
    a binding pattern
  * Remove tsbuildInfo specification error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=57
2024-10-12 15:17:58 +00:00
Ana Guerrero
303426fb77 Accepting request 1202134 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1202134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=28
2024-09-20 15:12:12 +00:00
Andrea Manzini
7ddd88fc81 - Update to version 5.6.2
* fixed parseCommandLine fails with --build and --force
  * fixed Watch cannot handle large amount of file changes 
  * fixed tsc crash with Error: start < 0 in a specific config
  * allow use export = in .cts when module is esnext
  * fixed verbatimModuleSyntax + import of ambient const enum missing error
  * fixed Can't augment function overload is function is exported via export {}
  * fixed Crash when using a combination of a switch statement, optional 
    chaining, an implicit any array, and ts strict settings.
  * fixed Declaration emit change in 5.5 with exactOptionalPropertyTypes
  * fixed Duplicate exports.* = assignments in CommonJS output in some cases
  * fixed LiteralPropertyName should allow BigInt
  * fixed Ghost errors and inconsistencies in destructuring patterns
 
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=55
2024-09-20 08:39:45 +00:00
4 changed files with 86 additions and 5 deletions

View File

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

3
typescript-5.8.2.tgz Normal file
View File

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

View File

@ -1,3 +1,84 @@
-------------------------------------------------------------------
Wed Mar 5 13:59:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.8.2
* Granular Checks for Branches in Return Expressions
* Support for require() of ECMAScript Modules in --module nodenext
* new flag --module node18
* The --erasableSyntaxOnly Option
* The --libReplacement Flag
* Preserved Computed Property Names in Declaration Files
* Optimizations on Program Loads and Updates
* Restrictions on Import Assertions Under --module nodenext
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/
-------------------------------------------------------------------
Sat Jan 11 14:49:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.7.3
* fix missing react error with fragments in react-native
* Do not require import attributes for JSON imports in --module node16
* Cache started nonexistent property error checks to prevent reentrancy i
in the check
* Fix library inclusions for ES2024 target
* Remove reference not found errors from jsx: preserve
* Avoid incorrectly reusing assertion nodes from property assignments
* Do not require import attribute on type-only JSON import
* Mark the inherited any-based index signature so it can be elided in declaration emit
* Harden sanitizeLog against incorrect matches on TypeScript versions
* Don't try to add an implicit undefined for mapped properties outside of strictNullChecks
* Fix CodeQL configuration, releases
-------------------------------------------------------------------
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>
- Update to version 5.6.3
* fix automatic type acquisition
* Don't issue implicit any when obtaining the implied type for
a binding pattern
* Remove tsbuildInfo specification error
-------------------------------------------------------------------
Sun Sep 15 15:14:16 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.6.2
* fixed parseCommandLine fails with --build and --force
* fixed Watch cannot handle large amount of file changes
* fixed tsc crash with Error: start < 0 in a specific config
* allow use export = in .cts when module is esnext
* fixed verbatimModuleSyntax + import of ambient const enum missing error
* fixed Can't augment function overload is function is exported via export {}
* fixed Crash when using a combination of a switch statement, optional
chaining, an implicit any array, and ts strict settings.
* fixed Declaration emit change in 5.5 with exactOptionalPropertyTypes
* fixed Duplicate exports.* = assignments in CommonJS output in some cases
* fixed LiteralPropertyName should allow BigInt
* fixed Ghost errors and inconsistencies in destructuring patterns
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/
-------------------------------------------------------------------
Tue Jul 23 09:43:12 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package typescript
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: typescript
Version: 5.5.4
Version: 5.8.2
Release: 0
Summary: A language for application scale JavaScript development
License: Apache-2.0