Eslint-plugin-vuejs-accessibility has a new version, 2.1.0, released on January 14, 2023, following the previous stable version 2.0.0 released on October 31, 2022, which is excellent news for Vue.js developers focused on creating accessible web applications. Both versions are ESLint plugins designed to check Vue.js files for accessibility issues, promoting inclusive design practices.
The core dependencies, namely aria-query, emoji-regex, and vue-eslint-parser, remain consistent between the versions, ensuring continued compatibility and stable parsing. Examining the devDependencies reveals that most versions remain the same, aside from the inclusion of np in version 2.1.0 also @types/jest was updated from version 29.2.0 to 29.2.5. The updated @types/jest version and the addition of np suggests improvements in the testing and publishing processes.
The dist information highlights an increase in both fileCount (78 to 85) and unpackedSize (109178 to 116979) from version 2.0.0 to 2.1.0. This indicates that version 2.1.0 likely includes new rules, enhancements to existing rules, or additional documentation, offering a more comprehensive accessibility linting experience. For developers, upgrading to version 2.1.0 promises a potentially enriched set of accessibility checks and improvements in testing or publishing, contributing to higher quality accessible Vue.js applications.
The are not vulnerabilities for the version 2.1.0 of the package eslint-plugin-vuejs-accessibility