June 2026 (version 1.71.0)
Welcome to the new DeepScan updates. This release includes various improvements regarding Vue.
Thank you for your continual love and support!
Analysis Improvements
- Support Vue
v-memodirective - Support the
extraOptionsparameter of VuedefineComponent() - Improve analysis precision by reflecting the top-level
<script setup>bindings of Vue SFC - Detect VUE_MISSING_CLEANUP_IN_LIFECYCLE alarms inside
<script setup> - Detect VUE_SETUP_INVALID_THIS alarms inside
<script setup>
Miscellaneous
- Support the regeneration of GitHub repository webhook
Bug Fixes
- A false alarm for UNUSED_IMPORT may occur for Vue compiler macros such as
defineProps()