Version 6.0.0 of eslint-plugin-node introduces several notable updates compared to its predecessor, version 5.2.1. The core functionality, offering 'Additional ESLint's rules for Node.js,' remains consistent, facilitating robust code linting for Node.js projects. However, dependency updates are evident. The 'semver' dependency sees a bump from version 5.3.0 to ^5.4.1, potentially incorporating bug fixes and minor feature enhancements related to semantic versioning. A more significant change lies within the 'devDependencies'. The minimum required eslint version is upgraded drastically from ^4.1.0 to ^4.17.0; eslint-config-mysticatea jumps from ^11.0.0 to ^13.0.2. mocha also sees a relatively significant upgrade, from ^3.4.2 to ^5.0.0, and codecov upgrades from ^2.2.0 to ^3.0.0, while shelljs upgrades from ^0.7.7 to ^0.8.1. These development dependency upgrades suggest improvements in testing infrastructure, linting rules, and code coverage reporting. Developers upgrading should pay close attention to ESLint's breaking changes introduced between versions 4.1.0 and 4.17.0 and adapt their code accordingly. The updated configuration and testing dependencies could influence developers' local development workflows. The release date shifted from October 2017 to February 2018, marking a substantial update to the plugin.
The are not vulnerabilities for the version 6.0.0 of the package eslint-plugin-node