Skip to content

chore(deps): update dependency sass-loader to v11

This MR contains the following updates:

Package Type Update Change
sass-loader devDependencies major ^10.0.0 -> ^11.0.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

webpack-contrib/sass-loader

v11.1.1

Compare Source

v11.1.0

Compare Source

Features
11.0.1 (2021-02-08)
Bug Fixes
  • compatibility with custom importers for node-sass (#​927) (af5a072)

v11.0.1

Compare Source

v11.0.0

Compare Source

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 is 5
Features
  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }

v10.3.1

Compare Source

10.3.1 (2022-07-06)
Bug Fixes

v10.3.0

Compare Source

Features

v10.2.1

Compare Source

10.2.1 (2022-01-14)
Bug Fixes
  • backported disabled auto importing fiber on node >= 16 (#​1014) (f4234e4)

v10.2.0

Compare Source

Features
10.1.1 (2021-01-11)
Bug Fixes
  • problem with resolving and the includePaths option (#​913) (cadc75e)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports