Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 626 Bytes

typescript_version_upgrade.md

File metadata and controls

18 lines (15 loc) · 626 Bytes
name about title labels assignees
TypeScript Version Upgrade
Used when upgrading the supported version of TypeScript

Please complete the following:

TypeScript version added by this PR: {{ INSERT_TYPESCRIPT_VERSION }}

  • I have updated the devDependency range in the root package.json
  • I have updated the range value in packages/typescript-estree/src/parser.ts
  • I have run the existing tests to make sure they still pass, or made any required updates
  • I have added new tests for the features introduced in this newer version of TypeScript
  • New feature tests added:
    • ...