fix(vue-tsc): updated createVueLanguagePlugin syntax, version pin#398
fix(vue-tsc): updated createVueLanguagePlugin syntax, version pin#398fi3ework merged 5 commits intofi3ework:mainfrom
Conversation
|
✅ Deploy Preview for vite-plugin-checker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@fi3ework friendly pinging there as well. While updating dependencies, I also rebuilt lockfile and then rolled it back due to other incompatibilities. But anyways, this PR should be good to go IMO, I have copied original removed method (removeEmitGlobalTypes) since it wasn't used for nothing I guess, and removed isRootFile check since it's gone on vue-tsc level. I have also tested this with one of my projects. Works like a charm. |
|
+1 looks good, waiting for merge |
|
Thank you very much. |
| datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | vite-plugin-checker | 0.7.2 | 0.8.0 | ## [v0.8.0](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.8.0) ##### 🚨 Breaking Changes - **vue-tsc**: Updated createVueLanguagePlugin syntax, version pin - by [@daniluk4000](https://github.com/daniluk4000) and **drodichkin** in fi3ework/vite-plugin-checker#398 [<samp>(5f5b9)</samp>](fi3ework/vite-plugin-checker@5f5b92a) Now, vite-plugin-checker requires `"vue-tsc": "~2.1.6"`. ##### 🚀 Features - Advance typescript teminal consolelog text color - by [@jaceechan](https://github.com/jaceechan) in fi3ework/vite-plugin-checker#393 [<samp>(aa3d4)</samp>](fi3ework/vite-plugin-checker@aa3d413) ##### 🐞 Bug Fixes - **ui**: Use a Vue key so file paths update correctly - by [@artursapek](https://github.com/artursapek) in fi3ework/vite-plugin-checker#389 [<samp>(fcbb6)</samp>](fi3ework/vite-plugin-checker@fcbb687) ##### [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.7.2...vite-plugin-checker@0.8.0)
Does the same as in #395 + compatibility with new internal API
Closes vuejs/language-tools#4755
Closes #397