Eslint-plugin-vuejs-accessibility provides tools to improve the accessibility of Vue.js applications by integrating directly into your ESLint workflow. Comparing version 0.2.0 with the prior stable release, 0.1.3, reveals key updates aimed at refining the developer experience and ensuring robust accessibility checks.
Both versions share the same core dependencies such as aria-query, emoji-regex, and vue-eslint-parser, crucial for parsing and analyzing Vue.js templates concerning accessibility attributes and elements. The primary difference lies in the updated developer dependencies and subtle version bumps within the core dependencies. Version 0.2.0 includes a notable update to the aria-query dependency, moving from version 4.0.2 to 4.2.2, potentially incorporating enhanced ARIA attribute recognition and improved accuracy in accessibility assessments.
Furthermore, the development environment sees upgrades. While husky, prettier, and pretty-quick remain consistent, jest is updated from version 26.0.0 to 26.1.0, and crucially, eslint jumps from version 7.0.0 to 7.3.1. This eslint update might introduce new linting capabilities or bug fixes, promoting even cleaner and more accessible code. The eslint-plugin-eslint-plugin also sees an upgrade from 2.2.1 to 2.3.0, which probably enhances the development of the eslint plugin itself, resulting in more robust and reliable rules. Developers should upgrade to version 0.2.0 to benefit from these improvements, ensuring their Vue.js projects adhere to the latest accessibility standards with refined tools and dependencies. This plugin simplifies accessibility auditing, catching potential issues early in the development cycle and contributing to more inclusive web experiences.
The are not vulnerabilities for the version 0.2.0 of the package eslint-plugin-vuejs-accessibility