Releases: fi3ework/vite-plugin-checker
Releases · fi3ework/vite-plugin-checker
[email protected]
🚨 Breaking Changes
-
vue-tsc: Updated createVueLanguagePlugin syntax, version pin - by @daniluk4000 and drodichkin in #398 (5f5b9)
Now, vite-plugin-checker requires
"vue-tsc": "~2.1.6"
.
🚀 Features
- Advance typescript teminal consolelog text color - by @jaceechan in #393 (aa3d4)
🐞 Bug Fixes
- ui: Use a Vue key so file paths update correctly - by @artursapek in #389 (fcbb6)
View changes on GitHub
[email protected]
[email protected]
Patch Changes
- 909182e: Remove extraneous non props attributes warning
- e881c44: Bump @vitejs/plugin-vue to resolve runtime warning, see #346
- 80ca69c: Resolve optionaltor from ESLint path, do not requires to install optionator anymore
- 78fc007: Throw error and hint user when vue-tsc working with typescript lower than 5.0.0
- 52423b2: sync runTsc https://github.com/volarjs/volar.js/blob/630f31118d3986c00cc730eb83cd896709fd547e/packages/typescript/lib/quickstart/runTsc.ts
- 2a0af74: refactor: reuse codeFrame helper in logger and deduplicate code
- 7d985e7: refactor: import
@volar/typescript
fromvue-tsc
[email protected]
Minor Changes
- 0747729: fix: compatibility with vue-tsc 2.x
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
🐞 Bug Fixes
- Support vue-tsc works with ts5 - by @fi3ework (ebf89)
- Compatible with mac’s duplication watch report - by @fi3ework (5dd90)
- Throw when using —fix with ESLint - by @fi3ework (6d388)
- Require vue-tsc >= 1.3.9 - by @fi3ework (69a73)
- stylelint: Parse lintCommand like argv - by @fi3ework (20b73)