July 2025 (version 1.68.0)
Welcome to the new DeepScan updates. In this release, we added more improvements to React and Vue support. Also, we modernized rule descriptions and code examples.
Thank you for your continual love and support!
Analysis Improvements
- Support
react-dom/client
package - Improve the precision of recognizing Vue app instances
Miscellaneous
- Restrict VUE_UNINITIALIZED_INSTANCE_PROPERTY detection to project using Vue 2
- Restrict VUE_USELESS_V_ONCE detection to project using Vue 2
- Restrict VUE_MISMATCHED_COUNT_OF_ARGS and VUE_MISMATCHED_TYPE_OF_ARG detection on the
context
parameter ofnextTick()
to projects using Vue 2 - Remove VUE_MISUSED_V_SLOT detection case of using
v-slot
together withslot
orslot-scope
attribute - Modernize rule descriptions and code examples
- Improve notification emails for mobile devices
Bug Fixes
- Fix incorrect ESLint mapping for VUE_INVALID_V_ELSE alarms