eslint-plugin-node-dependencies has released version 0.5.1, a minor update to the 0.5.0 version of this ESLint plugin designed for validating Node.js dependencies in your projects. Both versions share the same core dependencies: semver, npm-package-arg, and jsonc-eslint-parser, ensuring consistent dependency management functionality.
The primary enhancements in 0.5.1 reside within the development dependencies, indicating improvements primarily targeted at the development workflow and testing environment of the plugin itself. Most notably, eslint's dev dependency was upgraded from 7.3.0 to 8.0.0 and the associated typescript packages were upgraded as well (e.g. @typescript-eslint/parser from 4.14.0 to 5.0.0 and @typescript-eslint/eslint-plugin from 4.14.0 to 5.0.0 and @types/eslint from 7.2.0), bringing the plugin up-to-date with the latest ESLint ecosystem standards and likely incorporating new linting rules and performance improvements. The plugin's own dev dependency was upgraded to version 0.5.0 to help with the upgrade process. Also stylelint was upgraded from 13.6.1 to 14.0.0. eslint-plugin-prettier was upgraded from 3.4.0 to 4.0.0. @ota-meshi/eslint-plugin was upgraded from 0.8.0 to 0.10.0. These updates signify a commitment to code quality and future compatibility. For developers utilising eslint-plugin-node-dependencies, this upgrade translates to a more robust and reliable plugin, benefiting from the refinements and optimizations introduced in the updated ESLint and related development tools. The core functionality of validating dependencies remains unchanged, ensuring a smooth transition for existing users while offering an improved development experience for contributors.
The are not vulnerabilities for the version 0.5.1 of the package eslint-plugin-node-dependencies