-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(vue-tsc): updated createVueLanguagePlugin syntax, version pin #398
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/[email protected]@0.8.0)
Does the same as in #395 + compatibility with new internal API
Closes vuejs/language-tools#4755
Closes #397