Sass-loader has released a new version, 14.2.0, building upon the previous stable version, 14.1.1. Both versions serve as Sass loaders for webpack, enabling developers to seamlessly integrate Sass stylesheets into their webpack-managed projects. Key dependencies like neo-async remain consistent, ensuring core functionality is maintained.
However, several development dependencies have been updated, reflecting advancements in the tooling ecosystem. Notably, the sass compiler has been bumped from version 1.69.7 to 1.71.1, likely incorporating new features, performance enhancements, and bug fixes within the Sass language itself. Similarly, @babel/core sees an update from 7.23.7 to 7.24.0, and @babel/preset-env moves from 7.23.8 to 7.24.0, reflecting the latest improvements in Babel's Javascript transpilation capabilities. ESLint has also seem an update from 8.46.0 to 8.57.0.
memfs a package to maintain files in memory experienced an update from 4.6.0 to 4.7.7. The enhanced-resolve package experienced also an update from 5.15.0 to 5.15.1
The sass-embedded package also experienced an upgrade from 1.69.7 to 1.71.1 alongside the main sass library. This suggests a focus on staying current with crucial parts of the ecosystem. These updates collectively aim to provide developers with the latest tools and optimizations, leading to a smoother and more efficient Sass compilation process within webpack environments. The fileCount property in the dist object remains at 7, but the unpackedSize has increased from 56343 to 60271 reflecting these dependency updates and possibly minor code changes.
The are not vulnerabilities for the version 14.2.0 of the package sass-loader