Releases: tclindner/eslint-config-typescript-tc
Releases · tclindner/eslint-config-typescript-tc
v10.0.0
What's Changed
💥 Breaking changes
- Update to
typescript-eslint
v8 by @tclindner in #832
Full Changelog: v9.0.0...v10.0.0
v9.0.0
What's Changed
💥 Breaking changes
- Update to
typescript-eslint
v7 by @tclindner in #775- Dropped node 16. Require
>=18.18.0
- Updated peer dependency range to
>=4.7.4
fortypescript
- Updated peer dependency range to
^8.56.0
foreslint
- Dropped node 16. Require
- Bump eslint-config-prettier from 8.10.0 to 9.1.0 by @dependabot in #684 and #741
Full Changelog: v8.3.0...v9.0.0
v8.3.0
What's Changed
🧹 Chores
- Bump eslint-config-prettier from 8.9.0 to 8.10.0 by @dependabot in #683
Full Changelog: v8.2.0...v8.3.0
v8.2.0
What's Changed
👑 Changed
- Bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #676
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
👑 Changed
- Turn off
@typescript-eslint/no-non-null-assertion
for test files by @tclindner in #675
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
💥 Breaking changes
@typescript-eslint/eslint-plugin
v6.0.0 support by @tclindner in #664- Support for
@typescript-eslint/*@6.x.x
by @tclindner in #669- Removed custom rule configuration and added
@typescript-eslint/recommended
,@typescript-eslint/stylistic
, and@typescript-eslint/strict
to rule set. @typescript-eslint/eslint-plugin
v6.0.0 requires the .eslintrc.js file to includeparserOptions
to be set with a valid tsconfig file. See theREADME
and/or@typescript-eslint/eslint-plugin
for more details.- Require
@typescript-eslint/parser
and@typescript-eslint/eslint-plugin
peerDep range to^v6.0.0
- Note:
eslint-plugin-unicorn
must bev48.0.1
+ for this config package to work
- Removed custom rule configuration and added
- Disable @typescript-eslint/no-invalid-void-type by @tclindner in #674
Full Changelog: v7.0.0...v8.0.0
v8.0.0-beta.1
What's Changed
💥 Breaking changes
@typescript-eslint/eslint-plugin
v6.0.0 support by @tclindner in #664- Support for
@typescript-eslint/*@6.x.x
by @tclindner in #669- Removed custom rule configuration and added
@typescript-eslint/recommended
,@typescript-eslint/stylistic
, and@typescript-eslint/strict
to rule set. @typescript-eslint/eslint-plugin
v6.0.0 requires the .eslintrc.js file to includeparserOptions
to be set with a valid tsconfig file. See theREADME
and/or@typescript-eslint/eslint-plugin
for more details.- Require
@typescript-eslint/parser
and@typescript-eslint/eslint-plugin
peerDep range to^v6.0.0
- Note:
eslint-plugin-unicorn
must bev48.0.1
+ for this config package to work
- Removed custom rule configuration and added
Full Changelog: v7.0.0...v8.0.0-beta.1
v7.0.0
What's Changed
💥 Breaking changes
- Drop node14 and Bump npm-package-json-lint/npm-package-json-lint-config-tc by @dependabot in #655
👑 Changed
- Bump @typescript-eslint/parser from 5.13.0 to 5.61.0
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
💥 Breaking changes
- Drop support for node 12 by @tclindner in #309
🧹 Chores
- Bump @typescript-eslint/parser from 5.5.0 to 5.6.0 by @dependabot in #248
- Bump @typescript-eslint/parser from 5.6.0 to 5.7.0 by @dependabot in #254
- Bump @typescript-eslint/parser from 5.7.0 to 5.8.0 by @dependabot in #259
- Bump @typescript-eslint/parser from 5.8.0 to 5.8.1 by @dependabot in #260
- Bump @typescript-eslint/parser from 5.8.1 to 5.9.0 by @dependabot in #271
- Bump @typescript-eslint/parser from 5.9.0 to 5.9.1 by @dependabot in #275
- Bump @typescript-eslint/parser from 5.9.1 to 5.10.0 by @dependabot in #280
- Bump @typescript-eslint/parser from 5.10.0 to 5.10.1 by @dependabot in #283
- Bump @typescript-eslint/parser from 5.10.1 to 5.10.2 by @dependabot in #286
- Bump @typescript-eslint/parser from 5.10.2 to 5.11.0 by @dependabot in #288
- Bump @typescript-eslint/parser from 5.11.0 to 5.12.0 by @dependabot in #294
- Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 by @dependabot in #298
- Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 by @dependabot in #304
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 by @dependabot in #307
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
💥 Breaking changes
- ESLint v8 support by @tclindner in #246
- Peer dependencies now require
eslint
^8.0.0
and@typescript-eslint/parser
^5.5.0
- Peer dependencies now require
Full Changelog: v4.1.0...v5.0.0