3.0.0 (2024-05-31)
-
Dropped support for ESLint v7.
-
feat: add plugin meta and support typescript-eslint@7
-
Update package.json
Co-authored-by: Alex Malkevich [email protected]
-
Updated lockfile and other dependencies
-
skipLibCheck too
-
Goodbye, ESLint v7
2.0.0 (2023-09-13)
- Dropped support for ESLint v6 and Typescript v3.7.5, please make sure to use at least ESLint v7 with Typescript v4.2 or downgrade to a previous major version.
1.5.0 (2023-07-27)
1.4.1 (2023-04-05)
- deps: use
@typescript-eslint/utils
instead of experimental (448004c)
1.4.0 (2023-04-01)
- add support for Typescript v5 (a9683d9)
1.4.0-next.2 (2023-03-31)
- update to typescript v5 (9416799), closes /github.com/typescript-eslint/typescript-eslint/issues/5457#issuecomment-1210617414
1.4.0-next.1 (2023-02-22)
- deps: add Typescript v5 beta support (0d7e2a4)
1.3.3 (2022-11-14)
- rule: optimize rule checks (bcffb64)
1.3.2 (2021-12-15)
- rule: restore compatibility with ESLint <=v7 (daace2a)
1.3.1 (2021-12-14)
- print deprecation reason correctly on ts 4.3+ (e3c3c47)
1.3.0 (2021-12-14)
- deps: update deps, support of eslint 8 (6cb798c)
1.2.1 (2021-05-04)
- don't flag JSX closing tags (ea60c3d)
1.2.0 (2020-12-07)
1.1.1 (2020-12-06)
- package: allow Typescript v4 as a peer dependency (0e31d0c)
1.1.0 (2020-06-03)
- add back eslint peer dep (88a3a42)
- add back some dependencies (10994ed)
- address PR feedback (2714330)
- catch more deprecation cases and add tests (33eecd6)
1.0.1 (2020-05-04)
- rule: implement (607a932)