Sass-loader version 7.3.0 introduces several updates compared to version 7.2.0, reflecting improvements in the development environment and potentially enhanced compatibility. The dependency semver has been bumped from version 5.5.0 to 6.3.0, likely incorporating bug fixes and feature enhancements related to semantic versioning.
The devDependencies section exhibits more significant changes. Version 7.3.0 features newer versions of testing and linting tools like jest updated from ^24.9.0, eslint moves to ^6.1.0, incorporating improved linting rules and potentially more robust code analysis. Babel dependencies are introduced, including @babel/cli, @babel/core, and @babel/preset-env, indicating the addition of modern JavaScript support and compilation capabilities within the project's build process. Other development dependencies such as jest-junit, raw-loader, and file-loader have been added or updated, suggesting improvements in testing infrastructure and asset handling. Tooling for commit linting has been updated. Also, jquery and bootstrap have been added, meaning that the project now utilizes these libraries.
Developers upgrading to 7.3.0 might benefit from enhanced testing capabilities. These changes collectively suggest a move towards a more modern JavaScript development workflow and a focus on code quality and testing. Because of the version updates the developers should be aware of breaking changes coming from the updated dependencies, but the bump promises improvements during development.
The are not vulnerabilities for the version 7.3.0 of the package sass-loader