You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0
YOUR TYPESCRIPT VERSION: 3.9.7
Please only submit bug reports when using the officially supported version.
=============
The Expected Behavior
No warnings.
Suggestion
Three options:
A. Upgrade the @typescript-eslint/* packages to the latest versions, as the version range of TypeScript currently supported by their parser is >=3.3.1 <4.1.0.
In @most/corepackage.json, the related packages are pinned to version ^1.1.0, while several major releases have been issued since. E.g., the current version of @typescript-eslint/eslint-parser is 4.3.0. If we go for Option A, we should consider unpinning these packages in the dependencies, i.e., set their values to ^4.0.0.
Cast Your Vote
The text was updated successfully, but these errors were encountered:
@most/core version: 1.6.1
Steps To Reproduce
npm test
The Current Behavior
The Expected Behavior
No warnings.
Suggestion
Three options:
A. Upgrade the
@typescript-eslint/*
packages to the latest versions, as the version range of TypeScript currently supported by their parser is >=3.3.1 <4.1.0.B. Disable warning by configuring
parserOptions
.C. Pin
TypeScript
dependency to <3.6.0.In
@most/core
package.json
, the related packages are pinned to version ^1.1.0, while several major releases have been issued since. E.g., the current version of@typescript-eslint/eslint-parser
is 4.3.0. If we go for Option A, we should consider unpinning these packages in the dependencies, i.e., set their values to^4.0.0
.Cast Your Vote
The text was updated successfully, but these errors were encountered: