Skip to content

Conversation

@kunalkundaje
Copy link

When generating a TypeScript project with linting enabled, the current set of dependencies resolves to typescript: 2.9.1 and typescript-eslint-parser: 15.0.1, which are not fully compatible with each other and lead to the following warning message when linting:

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-eslint-parser.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: ~2.8.1

YOUR TYPESCRIPT VERSION: 2.9.1

Please only submit bug reports when using the officially supported version.

=============

This PR upgrades typescript-eslint-parser to ^16.0.0 and explicitly upgrades typescript to ^2.9.1 to fix the warning.

@kunalkundaje kunalkundaje changed the title chore(typescript): upgrade dependencies. Fix Typescript ESLint warning Jun 6, 2018
@kunalkundaje kunalkundaje changed the title Fix Typescript ESLint warning Fix TypeScript ESLint warning Jun 6, 2018
@kunalkundaje
Copy link
Author

Looks like this was updated in 7b90fdc
Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant