Sass Loader: Introduces a modern API that allows for custom importers, enhancing flexibility in handling Sass imports. This feature helps prevent errors related to invalid URL schemes when using custom importers.
Improvements
Sass Loader: Updates dependencies to ensure compatibility and improve performance, including a bump to the latest version of webpack, which enhances the overall build process.
Fixes
Fix the issue where custom importers in modern API mode may cause an ERR_INVALID_URL_SCHEME error, ensuring smoother operation when using custom Sass options.
Others
Enhance the development workflow by implementing concurrency in GitHub actions, which speeds up the CI process and improves efficiency.