Releases: fi3ework/vite-plugin-checker
Releases · fi3ework/vite-plugin-checker
[email protected]
🐞 Bug Fixes
- biome:
- Use absolute path in biome diagnostics - by @KurtGokhan in #555 (4a38b)
- runtime:
- Check for existing overlay element before injecting one - by @zouhangwithsweet in #563 (c742e)
- Reset
lastIndex
before reusing regexes - by @justinbhopper in #564 (f4072)
View changes on GitHub
[email protected]
🐞 Bug Fixes
- deps: Update dependency picomatch to ^4.0.3 - in #550 (6a27b)
- stylelint: Handle empty result - by @liukonghe in #284 (42ca9)
- vue-tsc: Support
vue-tsc
3.0.3+ - by @KazariEX in #551 (5055e)
View changes on GitHub
[email protected]
🐞 Bug Fixes
View changes on GitHub
[email protected]
No significant changes
View changes on GitHub
[email protected]
🐞 Bug Fixes
- Use diagnostic level to choose printing as error/info - by @psaintjust in #501 (7d10d)
View changes on GitHub
[email protected]
🐞 Bug Fixes
- Do not use
error
level for info/warn messages - by @danielroe in #474 (694b7) - Handle error when file is deleted while watcher is triggering - by @danielroe (95a85)
- De-default typescript import - by @danielroe (2ac0f)
- Filter out empty paths when creating ignore - by @danielroe (b4d36)
View changes on GitHub
[email protected]
🚨 Breaking Changes
- Drop support for
cjs
usage - by @danielroe in #452 (155d7) - deps: Upgrade to chokidar v4 - by @danielroe and @stianjensen in #453 (dc05e)
- stylelint: Require stylelint 16+ and update
meow
- by @strawberry-choco in #294 (3ec83)
🚀 Features
🐞 Bug Fixes
- Wait for checkers to finish before completing build - by @philipgriffin and @danielroe in #288 (a0d32)
- biome: Set
maxBuffer
size to infinity - by @jonondarnad in #417 (939ab)
🏎 Performance
- Drop
fs-extra
in favour of nativenode:fs
- by @danielroe in #444 (94830) - Remove unused dependencies - by @danielroe (fc0bc)
- Switch to
colorette
- by @danielroe (2a745)
View changes on GitHub
[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