Lint-staged is a popular npm package that helps developers maintain code quality by running linters against staged Git files. Version 10.2.3 brings several updates compared to the previous stable version, 10.2.2. One key difference lies in the dependencies. Notably, listr2 is updated from version 1.3.8 to 2.0.1. Users may find improvements in task management and error handling due to this upgrade. Other dependency bumps include chalk, debug, execa, commander, and log-symbols, potentially introducing performance improvements and bug fixes.
On the development dependency side, version 10.2.3 features significant upgrades, mainly in testing and linting tools. Jest moves from 25.3.0 to 26.0.1, and ESLint jumps from 6.8.0 to 7.0.0. Babel-related packages like @babel/core and @babel/preset-env are also updated. Devs who rely on these packages for their workflows will benefit from the latest features, bug fixes, and performance improvements offered by these new versions. Prettier gets a minor update, and the versions of eslint-config-prettier and eslint-plugin-prettier are fine-tuned. Overall, the update to 10.2.3 ensures developers are using the latest and greatest tools for maintaining a high-quality codebase alongside their lint-staged workflow.
The are not vulnerabilities for the version 10.2.3 of the package lint-staged