Skip to content

Releases: vuejs/eslint-config-typescript

v14.1.3

23 Oct 07:23
3f8bf2e
Compare
Choose a tag to compare

What's Changed

  • docs: add missing curly bracket in example config by @henribru in #93
  • fix: skip typechecking cjs and mjs files by @henribru in #94

New Contributors

Full Changelog: v14.1.2...v14.1.3

v14.1.2

22 Oct 11:34
aaca88c
Compare
Choose a tag to compare

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: v14.1.1...v14.1.2

v14.1.1

15 Oct 08:20
3bca91e
Compare
Choose a tag to compare

Bug Fixes

  • Fixed #91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: v14.1.0...v14.1.1

v14.1.0

14 Oct 14:21
0370486
Compare
Choose a tag to compare

New Features

  • feat: simplify the *TypeChecked configs by providing a meaningful and performant default by @haoqunjiang in #89

Bug Fixes

  • fix: add the missing dot to extraFileExtensions by @jfrs in #90

New Contributors

  • @jfrs made their first contribution in #90

Full Changelog: v14.0.1...v14.1.0

v14.0.1

14 Oct 14:20
9acfd84
Compare
Choose a tag to compare

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #87. [aae95d6]

New Contributors

  • @bmulholland made their first contribution in #84
  • @50Wliu made their first contribution in #86

Full Changelog: v14.0.0...v14.0.1

v14.0.0

05 Oct 17:01
85e919c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v14.0.0

v13.0.0

08 Mar 09:18
e0bf9da
Compare
Choose a tag to compare

Notable Changes

typescript-eslint is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7

It's a small major release that only updates some peer dependency version requirements:

  • Requires Node.js >= 18.18, TypeScript >= 4.7.4, ESLint >= 8.56

v12.0.0

13 Sep 14:09
1ec0ef9
Compare
Choose a tag to compare

Notable Changes

typescript-eslint is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/
Here are some notable changes you might encounter when upgrading @vue/eslint-config-typescript from v11 to v12:

v11.0.0

13 Jun 06:01
75a6bde
Compare
Choose a tag to compare

Breaking Changes

  • Bump eslint-plugin-vue to v9
  • Drop Node.js v12 support

Other Notable Changes

  • Use multiple parsers for more precise checking, and potentially improves performance (8c3628c)

v10.0.0

23 Dec 10:04
76bdc19
Compare
Choose a tag to compare

Breaking Change

  • @typescript-eslint/* becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with @rushstack/eslint-patch.