Lint-staged version 12.3.0 is a minor update to the popular tool that helps developers keep their codebases clean by running linters against staged git files. Comparing it to the previous stable version, 12.2.2, reveals subtle but potentially impactful changes. Both versions share the same core dependencies, including yaml, debug, execa, listr2, colorette, commander, lilconfig, micromatch, string-argv, cli-truncate, normalize-path, object-inspect, and supports-color, ensuring consistent functionality for configuration parsing, debugging, task execution, and command-line interface handling. The devDependencies are identical pointing to no tooling changes that would impact a user.
The most notable difference lies in the dist section in which unpackedSize grew from 94838 to 95620 bytes, this suggests slight bug fixes or improvements bundled into the final package. Moreover, the releaseDate indicates that version 12.3.0 was published on January 23, 2022, slightly after version 12.2.2 released on January 20, 2022. For developers, this minor version bump suggests a low-risk upgrade. While the core functionality remains consistent, the update likely incorporates bug fixes and minor enhancements that could improve the overall stability and performance of lint-staged in their workflow.
The are not vulnerabilities for the version 12.3.0 of the package lint-staged