Sass-loader versions 10.0.3 and 10.0.2 are both Sass loaders for webpack, enabling developers to seamlessly integrate Sass/SCSS stylesheets into their webpack-based projects. While seemingly incremental, the differences between the versions showcase dependency updates and potential integration improvements that impact developers.
The core dependencies of sass-loader see some modifications. Notably, klona is updated from version 2.0.3 to ^2.0.4, implying potential bug fixes or performance enhancements in object cloning. Another important change can be found in schema-utils, upgrading from version 2.7.1 to ^3.0.0. This hints at breaking changes or feature additions in how schemas for loader options are validated, possibly requiring developers to adjust their configurations.
The development dependencies reveal more significant updates. ESLint jumps from 7.8.1 to ^7.10.0, and Prettier updates from 2.1.1 to ^2.1.2, indicating improvements for maintaining code quality and consistency. A substantial upgrade of enhanced-resolve from 4.3.0 to ^5.2.0 could improve module resolution within webpack. Furthermore, @commitlint/cli and @commitlint/config-conventional see version bumps from 10.0.0 to ^11.0.0, pointing towards enhanced commit message linting capabilities. Moreover, the webpack version is incremented from 4.44.1 to ^4.44.2. All these updates can translate to a smoother development experience, enhanced code maintainability, and compatibility with newer tooling.
The are not vulnerabilities for the version 10.0.3 of the package sass-loader