Version 3.0.2 of @vue/typescript-plugin introduces subtle but significant improvements over its predecessor, version 3.0.1. Primarily, the update includes a newer version of @volar/typescript, bumping it from 2.4.17 to 2.4.19. This dependency update likely incorporates bug fixes, performance enhancements, and possibly new features within the core TypeScript language service integration that Volar provides for Vue projects. Developers should see improvements in the accuracy and responsiveness of features like type checking, autocompletion, and go-to-definition.
Furthermore, @vue/language-core also sees an update with version 3.0.2 compared to the older version 3.0.1. This likely means that the core language features specific to Vue components are enhanced, possibly fixing issues with template parsing, component inference, or other Vue-specific language features.
The dist object reveals changes in the package's composition: version 3.0.2 includes 43 files with an unpacked size of 48338 bytes, while version 3.0.1 had 37 files and a unpacked size of 48670 bytes. This indicates adjustments in the included files, possibly related to optimized builds or the inclusion of additional supporting files for the updated dependencies. The release dates confirms that version 3.0.2 has been launched more recently.
For developers using @vue/typescript-plugin, upgrading from 3.0.1 to 3.0.2 is recommended to benefit from the latest improvements and bug fixes in Volar and the Vue language core. Ensure your IDE or editor is properly configured to leverage the updated plugin for an optimal development experience with Vue and TypeScript.
The are not vulnerabilities for the version 3.0.2 of the package @vue/typescript-plugin