chore(deps): update all development dependency updates [skip ci]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/eslint-config-typescript | devDependencies | minor | ^14.2.0 -> ^14.3.0 |
svelte (source) | devDependencies | patch | ^5.17.4 -> ^5.17.5 |
Release Notes
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.3.0
New Features
- A completely new approach to set up the ESLint configurations with helpers like
defineConfigWithVueTs
andvueTsConfigs
. Please read the documentation for more details. With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.
[!NOTE] The old style
...vueTsEslintConfig()
still works, there's no need to update to the new style if that has been working well in your project.
Bug Fixes
- fix: typo in index.ts by @aparajita in https://github.com/vuejs/eslint-config-typescript/pull/128
New Contributors
- @aparajita made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/128
Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v14.2.0...v14.3.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.