Webpack 5.94.0 introduces several updates compared to version 5.93.0, refining the module bundling experience for developers. In the dependencies, enhanced-resolve sees an update from version 5.17.0 to 5.17.1 likely incorporating bug fixes and performance improvements within module resolution. The @types/eslint-scope dependency has been explicitly removed in favor of @types/eslint-scope":"^3.7.7" as a dev dependency and @types/node has been updated from 20.11.27 to 22.0.0. Notable changes also appear in the devDependencies. css-loader jumps from version 5.0.1 to 7.1.2 introducing new CSS handling capabilities. less-loader migrates to version 12.2.0 from 8.0.0 adding support for the newest less features. Key build tools like babel-loader, style-loader, and coffee-loader are also upgraded signaling enhanced compatibility with newer JavaScript and CSS standards, and CoffeeScript versions respectively. Moreover, mini-css-extract-plugin shifts from version 1.6.1 to 2.9.0 this is a significant update for CSS extraction. These updates collectively point to better support for modern web development practices, improved build performance, and richer feature sets for handling various file types and transformations within your webpack configurations. Developers should evaluate these updates based on their project's technology stack and specific needs, considering the potential for improved efficiency and compatibility with cutting-edge tools and libraries. This release represents a solid incremental improvement, focused on compatibility and stability within the webpack ecosystem. The releaseDate also confirms they are relatively recent, within the last month.
The are not vulnerabilities for the version 5.94.0 of the package webpack