Lint-staged version 12.1.3 introduces several updates compared to version 12.1.2, primarily focusing on dependency updates and minor improvements. Developers considering upgrading should note these changes.
The most notable difference lies in the dependency updates. Version 12.1.3 updates the debug dependency from version 4.3.2 to 4.3.3. It also updates listr2 from 3.13.3 to 3.13.5 and object-inspect from 1.11.0 to 1.11.1. A significant update appears in supports-color, moving from version 9.0.2 to 9.2.1. These dependency bumps often include bug fixes, performance improvements, and potentially new features within those respective packages.
In the devDependencies, version 12.1.3 updates several key tools used for development and testing. jest is updated from 27.3.1 to 27.4.5, eslint from 8.2.0 to 8.4.1, @babel/core from 7.16.0 to 7.16.5, and @babel/eslint-parser from 7.16.3 to 7.16.5 and prettier from 2.4.1 to 2.5.1, @babel/preset-env from 7.16.0 to 7.16.5. These updates ensure developers are using the latest tooling for linting, testing, and code transformation, potentially offering improved performance and compatibility with newer language features. While the core functionality of lint-staged remains the same, these updates contribute to a more robust and modern development environment. Because of the numerous updated packages, it is recommended to test your configuration after the upgrade to ensure that all the packages work as intented.
The are not vulnerabilities for the version 12.1.3 of the package lint-staged