We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2433b commit 30074a8Copy full SHA for 30074a8
packages/typescript-estree/src/parseSettings/warnAboutTSVersion.ts
@@ -6,7 +6,7 @@ import type { ParseSettings } from './index';
6
/**
7
* This needs to be kept in sync with package.json in the typescript-eslint monorepo
8
*/
9
-const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.7.4 <5.7.0';
+const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.8.4 <5.8.0';
10
11
/*
12
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
0 commit comments