Skip to content

Bump minimum version of TS (i.e. deprecate old versions of TS) #1774

Closed
@bradzacher

Description

@bradzacher

Our current "supported" version range for typescript is

"typescript": ">=3.2.1 <3.9.0"

Supporting as old as 3.2.1 puts a burden on us in regards to the typescript APIs that we're able to use.
3.2.1 was published November 29, 2018, and it doesn't support some the APIs we want to use for performance improvements (eg #1759).

We should review with the help of the TS folks to determine a "good enough" minimum version to set for our (eventual) 3.0.0 release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeThis change will require a new major version to be releaseddependenciesIssue about dependencies of the package

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions