Skip to content

Bump sass-loader from 9.0.3 to 11.1.1

Bumps sass-loader from 9.0.3 to 11.1.1.

Release notes

Sourced from sass-loader's releases.

v11.1.1

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

v11.1.0

11.1.0 (2021-05-10)

Features

v11.0.1

11.0.1 (2021-02-08)

Bug Fixes

  • compatibility with custom importers for node-sass (#927) (af5a072)

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 is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }

v10.2.0

10.2.0 (2021-05-10)

Features

v10.1.1

... (truncated)

Changelog

Sourced from sass-loader's changelog.

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

11.1.0 (2021-05-10)

Features

11.0.1 (2021-02-08)

Bug Fixes

  • compatibility with custom importers for node-sass (#927) (af5a072)

11.0.0 (2021-02-05)

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', '...'] } } } }

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

10.1.0 (2020-11-11)

... (truncated)

Commits
  • 8b1ff66 chore(release): 11.1.1
  • 4ca004b fix: disabled auto importing fiber on node >= 16 due incompatibility proble...
  • 5ec86a5 chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#943)
  • f2ea0ca chore(deps): bump lodash from 4.17.20 to 4.17.21 (#944)
  • 565eb3f chore(release): 11.1.0
  • 7869b29 feat: support node-sass v6.0.0 (#947)
  • 00a46a7 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#946)
  • 883edd2 docs(readme): improve readability of resolving import at-rules and fix webpac...
  • 0c12b61 docs: fix typos
  • d0be2b5 docs: added important information about sass-loader (#931)
  • Additional commits viewable in compare view

Merge request reports