Less-loader version 10.1.0 is a minor update to the popular webpack loader for compiling Less stylesheets to CSS, building upon the solid foundation of version 10.0.1. Developers considering an upgrade should pay attention to several key dependency updates. Notably, jest sees a bump from 27.0.4 to 27.0.6, potentially bringing improvements in testing performance and features. The eslint dev dependency progresses from version 7.28.0 to 7.30.0, ensuring adherence to the latest linting rules and best practices for code quality.
Furthermore, husky advances from version 6.0.0 to 7.0.1, integrating enhanced Git hooks functionality for better commit workflows and code consistency. webpack itself jumps from version 5.39.1 to 5.51.1 in the development dependencies, possibly addressing bugs and introducing new features beneficial during the development process, even though the peer dependency remains at ^5.0.0. Several other updates are included, such as @commitlint/cli which jumps from 12.1.4 to 13.1.0 and standard-version which moves from 9.3.0 to 9.3.1. These updates contribute to a more refined and secure build environment. For developers already using less-loader, the upgrade to 10.1.0 should generally be smooth, but a careful review of the changelogs for the updated dependencies is recommended to ensure compatibility and leverage potential new features or bug fixes in your webpack configuration.
The are not vulnerabilities for the version 10.1.0 of the package less-loader