The eslint-plugin-vuejs-accessibility package has been updated from version 2.4.0 to 2.4.1, providing developers with an enhanced tool for ensuring accessibility in Vue.js applications. Both versions share the core functionality of linting Vue.js files for accessibility issues, relying on dependencies like aria-query, emoji-regex, and vue-eslint-parser for accurate analysis. This plugin helps developers identify and rectify potential accessibility barriers, contributing to more inclusive and user-friendly web experiences.
The key difference between the two versions lies in their development dependencies. Version 2.4.1 includes a bump in the typescript version, moving it to 5.5.4 compared to version 2.4.0 which uses 5.5.3. This minor typescript version upgrade brings with it the latest bug fixes, performance improvements, and potentially new language features, which provide a better development experience.
Importantly, developers already using versions 5.x of ESLint can seamlessly upgrade to either version 2.4.0 or 2.4.1 without compatibility concerns given the common peer dependency eslint constraints remain the same (^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0). This guarantees a smooth upgrade process. It is worth noting that version 2.4.1 was released on 2024-07-23, a few days after its predecessor.
The are not vulnerabilities for the version 2.4.1 of the package eslint-plugin-vuejs-accessibility