Skip to content

Commit

Permalink
docs: update info about the supported TypeScript version range (#7335)
Browse files Browse the repository at this point in the history
* docs: update info about the supported TypeScript version range

* chore: trigger checks - v8 internal error. again :(
  • Loading branch information
auvred committed Jul 27, 2023
1 parent 593d37f commit 54ef459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/users/Versioning.mdx
Expand Up @@ -48,7 +48,7 @@ Support for specific Current status releases are considered periodically.

### TypeScript

> The version range of TypeScript currently supported is `>=4.3.5 <5.1.0`.
> The version range of TypeScript currently supported is `>=4.3.5 <5.2.0`.
Note that we mirror [DefinitelyTyped's version support window](https://github.com/DefinitelyTyped/DefinitelyTyped/#support-window) - meaning we only support versions of TypeScript less than 2 years old.

Expand Down
Expand Up @@ -3,7 +3,7 @@ import * as ts from 'typescript';

import type { ParseSettings } from './index';
/**
* This needs to be kept in sync with /docs/maintenance/Versioning.mdx
* This needs to be kept in sync with /docs/users/Versioning.mdx
* in the typescript-eslint monorepo
*/
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.3.5 <5.2.0';
Expand Down

0 comments on commit 54ef459

Please sign in to comment.