chore(deps): update dependency sass-loader to v11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass-loader | resolutions | major | ^10.3.1 -> ^11.1.1 |
sass-loader | devDependencies | major | ^10.3.1 -> ^11.1.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
webpack-contrib/sass-loader
v11.1.1
v11.1.0
Features
11.0.1 (2021-02-08)
Bug Fixes
v11.0.1
v11.0.0
Notes
- using
~
is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.
Why you can removed it?
The loader will first try to resolve @import
/@use
as relative, if it cannot be resolved, the loader will try to resolve @import
/@use
inside node_modules
.
Using ~
means looking for files in node_modules
or resolve.alias
or resolve.fallback
.
⚠ BREAKING CHANGES
- minimum supported
webpack
version is5
Features
- supported the
resolve.byDependency
option, you can setup{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.