Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.0 (2020-09-07)

Bug Fixes

  • eslint-plugin: [no-unused-vars] correct detection of unused vars in a declared module with export = (#2505) (3d07a99)
  • scope-manager: add const as a global type variable (#2499) (eb3f6e3)
  • scope-manager: correctly handle inferred types in nested type scopes (#2497) (95f6bf4)
  • scope-manager: don't create references for intrinsic JSX elements (#2504) (cdb9807)
  • scope-manager: fallback to lib ‘esnext’ or ‘es5’ when ecma version is unsupported (#2474) (20a7dcc)
  • scope-manager: support rest function type parameters (#2491) (9d8b4c4), closes #2449
  • scope-manager: support tagged template string generic type parameters (#2492) (a2686c0)
  • scope-manager: support type predicates (#2493) (a40f54c), closes #2462
  • scope-manager: treat type imports as both values and types (#2494) (916e95a), closes #2453

Features

4.0.1 (2020-08-31)

Note: Version bump only for package @typescript-eslint/scope-manager

4.0.0 (2020-08-31)

Please see the release notes for v4.0.0

Bug Fixes

  • scope-manager: correct analysis of abstract class properties (#2420) (cd84549)

Features

  • support ESTree optional chaining representation (#2308) (e9d2ab6)

3.10.1 (2020-08-25)

Note: Version bump only for package @typescript-eslint/scope-manager

3.10.0 (2020-08-24)

Note: Version bump only for package @typescript-eslint/scope-manager

3.9.1 (2020-08-17)

Note: Version bump only for package @typescript-eslint/scope-manager

3.9.0 (2020-08-10)

Features

  • typescript-estree: support TSv4 labelled tuple members (#2378) (00d84ff)

3.8.0 (2020-08-03)

Note: Version bump only for package @typescript-eslint/scope-manager

3.7.1 (2020-07-27)

Note: Version bump only for package @typescript-eslint/scope-manager

3.7.0 (2020-07-20)

Note: Version bump only for package @typescript-eslint/scope-manager

3.6.1 (2020-07-13)

Note: Version bump only for package @typescript-eslint/scope-manager

3.6.0 (2020-07-06)

Note: Version bump only for package @typescript-eslint/scope-manager

3.5.0 (2020-06-29)

Features