-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
breaking changeThis change will require a new major version to be releasedThis change will require a new major version to be releaseddependenciesIssue about dependencies of the packageIssue about dependencies of the package
Milestone
Description
Our current "supported" version range for typescript is
typescript-eslint/package.json
Line 77 in c82d121
"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.
existentialism and sindresorhus
Metadata
Metadata
Assignees
Labels
breaking changeThis change will require a new major version to be releasedThis change will require a new major version to be releaseddependenciesIssue about dependencies of the packageIssue about dependencies of the package