Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bradzacher opened this issue Mar 19, 2020 · 0 comments · Fixed by #2004
Closed

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

bradzacher opened this issue Mar 19, 2020 · 0 comments · Fixed by #2004
Labels
breaking change This change will require a new major version to be released dependencies Issue about dependencies of the package
Milestone

Comments

@bradzacher
Copy link
Member

bradzacher commented Mar 19, 2020

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.

@bradzacher bradzacher added the dependencies Issue about dependencies of the package label Mar 19, 2020
@bradzacher bradzacher added this to the 3.0.0 milestone Mar 19, 2020
@bradzacher bradzacher added the breaking change This change will require a new major version to be released label May 10, 2020
@bradzacher bradzacher linked a pull request May 11, 2020 that will close this issue
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking change This change will require a new major version to be released dependencies Issue about dependencies of the package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant