chore(deps): update dependency @vue/eslint-config-typescript to v14
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/eslint-config-typescript | devDependencies | major | ^13.0.0 -> ^14.0.0 |
Release Notes
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.1.3
What's Changed
- docs: add missing curly bracket in example config by @henribru in https://github.com/vuejs/eslint-config-typescript/pull/93
- fix: skip typechecking cjs and mjs files by @henribru in https://github.com/vuejs/eslint-config-typescript/pull/94
New Contributors
- @henribru made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/93
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.2...v14.1.3
v14.1.2
Bug Fixes
- Print more friendly error messages if the user provides a non-existent configuration name to
extends
.
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.1...v14.1.2
v14.1.1
Bug Fixes
- Fixed #91
TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.0...v14.1.1
v14.1.0
New Features
- feat: simplify the
*TypeChecked
configs by providing a meaningful and performant default by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/89
Bug Fixes
- fix: add the missing dot to extraFileExtensions by @jfrs in https://github.com/vuejs/eslint-config-typescript/pull/90
New Contributors
- @jfrs made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/90
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.1...v14.1.0
v14.0.1
Bugfixes
- Fixed an occasional bug that when using with npm or yarn v1, an
invalid ecmaVersion
error would be thrown if the wrong version ofestree
is hoisted to thenode_modules
root. Fixes #87. [aae95d6]
New Contributors
- @bmulholland made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/84
- @50Wliu made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/86
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.0...v14.0.1
v14.0.0
What's Changed
- Added support for ESLint Flat Config https://github.com/vuejs/eslint-config-typescript/pull/81
- Dropped support for the legacy
.eslintrc*
configuration format. If you need that, please stay on version 13, which is also tagged as@vue/eslint-config-typescript@legacy-eslintrc
. - The default configuration now extends from
tseslint.configs.recommended
instead ofeslint-recommended
.
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v13.0.0...v14.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.