Revisions of typescript

buildservice-autocommit accepted request 1169689 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 48)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1169513 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 47)
- Update to version 5.4.5
  * Fix: type assertions affect the type narrowing of the subsequent code
  * Fix: Don't propagate partial union/intersection properties between caches
  * Fix: Mapped type reported as incompatible when passed through another mapped type (5.4 regression)
  * Fix: No auto-import from aliased symbol from ts files in js files
  * fix type import check for default-import/re-export in js files
- remove useless empty %check section to the .spec
buildservice-autocommit accepted request 1165994 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 46)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1165975 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 45)
- Update to version 5.4.4
  * Fix: Incorrect Path Resolution for Type Imports in TypeScript Declarations
  * Fix: "Inferred type cannot be named" error caused by adding paths to tsconfig
  * Fix: Incorrect parameter hint is highlighted when arguments contain spread syntax
  * Fix: Fixed a regression related to determining argument index when spread elements are involved
  * Fix: Directories dont check modified time when sending "change" event
  * Fix: "Expression produces a union type that is too complex to represent" when using interfaces 
         with large number of params for filtering and narrowing down certain keys
  * Watch events Enhancements
- Add empty %check section to the .spec
buildservice-autocommit accepted request 1160614 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 44)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1160547 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 43)
- Update to version 5.4.3:
  * bugfix release. For details see https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+sort%3Aupdated-desc
buildservice-autocommit accepted request 1156697 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 42)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1156599 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 41)
- Update to version 5.4:
  * Preserved Narrowing in Closures Following Last Assignments
  * The NoInfer Utility Type
  * Object.groupBy and Map.groupBy
  * Support for require() calls in --moduleResolution bundler and --module preserve
  * Checked Import Attributes and Assertions
  * Quick Fix for Adding Missing Parameters
  * Auto-Import Support for Subpath Imports
  * Upcoming 5.5 Deprecations:
    + TypeScript 5.0 deprecated the following options and behaviors:
        charset
        target: ES3
        importsNotUsedAsValues
        noImplicitUseStrict
        noStrictGenericChecks
        keyofStringsOnly
        suppressExcessPropertyErrors
        suppressImplicitAnyIndexErrors
        out
        preserveValueImports
        prepend in project references
        implicitly OS-specific newLine
      To continue using them, developers using TypeScript 5.0 and other more recent versions 
      have had to specify a new option called ignoreDeprecations with the value "5.0".
      However, TypScript 5.4 will be the last version in which these will continue to function as normal. 
      By TypeScript 5.5 (likely June 2024), these will become hard errors, 
      and code using them will need to be migrated away.
  * Notable Behavioral Changes:
    see https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/#notable-behavioral-changes
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/
buildservice-autocommit accepted request 1132346 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 40)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1132344 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 39)
- Update to version 5.3.3:
  * Make JSDoc Parsing Configurable using the transpileModule method
  * Fixed an issue in boolean comparison narrowing when the reference is an optional chain
  * Type narrowing regression with property comparison to boolean false
  * Deprecated types (AssertEntry, AssertClause) redefined as type aliases, rather than interfaces
  * Type error in typescript.d.ts with exactOptionalPropertyTypes = true
buildservice-autocommit accepted request 1128608 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 38)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1128607 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 37)
- 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
buildservice-autocommit accepted request 1106227 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 36)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1106061 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 35)
- Update to version 5.2.2:
  * 'using' Declarations and Explicit Resource Management
  * Decorator Metadata
  * Named and Anonymous Tuple Elements
  * Easier Method Usage for Unions of Arrays
  * Copying Array Methods
  * symbols as WeakMap and WeakSet Keys
  * Type-Only Import Paths with TypeScript Implementation File Extensions
  * Comma Completions for Object Members
  * Inline Variable Refactoring
  * Optimized Checks for Ongoing Type Compatibility
  * Breaking changes and Correctness fixes: see 
    https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#breaking-changes-and-correctness-fixes
buildservice-autocommit accepted request 1104158 from Lukas Müller's avatar Lukas Müller (expeehaa) (revision 34)
baserev update by copy to link target
Lukas Müller's avatar Lukas Müller (expeehaa) accepted request 1103499 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 33)
- 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.
buildservice-autocommit accepted request 1103312 from Dominik Heidler's avatar Dominik Heidler (dheidler) (revision 32)
baserev update by copy to link target
Dominik Heidler's avatar Dominik Heidler (dheidler) accepted request 1067667 from Lukas Müller's avatar Lukas Müller (expeehaa) (revision 31)
- Update to version 4.9.5.
  * See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html
    and equivalent pages for the changelogs of this version and those in between.
buildservice-autocommit accepted request 886629 from Adam Majer's avatar Adam Majer (adamm) (revision 30)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 884564 from Mustafa Çalışkan's avatar Mustafa Çalışkan (musfay) (revision 29)
- Update to version 4.2.4
  * See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
    for a complete changelog.
Displaying revisions 1 - 20 of 48
openSUSE Build Service is sponsored by