Skip to content

Releases: typescript-eslint/typescript-eslint

v5.59.7

22 May 17:14
Compare
Choose a tag to compare

5.59.7 (2023-05-22)

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

v5.59.6

15 May 17:14
Compare
Choose a tag to compare

5.59.6 (2023-05-15)

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

v5.59.5

08 May 18:01
Compare
Choose a tag to compare

5.59.5 (2023-05-08)

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

v5.59.4

08 May 17:50
Compare
Choose a tag to compare

5.59.4 (2023-05-08)

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

v5.59.3

08 May 17:15
Compare
Choose a tag to compare

5.59.3 (2023-05-08)

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

v5.59.2

01 May 17:14
Compare
Choose a tag to compare

5.59.2 (2023-05-01)

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

v5.59.1

24 Apr 17:15
Compare
Choose a tag to compare

5.59.1 (2023-04-24)

Bug Fixes

  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#6940) (2970861)

v5.59.0

17 Apr 17:16
Compare
Choose a tag to compare

5.59.0 (2023-04-17)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#6910) (3e5f858)

Features

  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#6876) (ff65235)

v5.58.0

10 Apr 17:15
Compare
Choose a tag to compare

5.58.0 (2023-04-10)

Bug Fixes

  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#6877) (939d665)
  • parser: update getLib for new TypeScript targets ES2021, ES2022 (#6782) (1c04664)

Features

  • eslint-plugin: [no-unsafe-enum-comparison] add rule (#6107) (915f9c2)

v5.57.1

03 Apr 17:15
Compare
Choose a tag to compare

5.57.1 (2023-04-03)

Bug Fixes

  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#6740) (49be8a8)