Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader ^6.0.3 -> ^11.0.1 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader

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', '...'] } } } }
10.1.1 (2021-01-11)
Bug Fixes
  • problem with resolving and the includePaths option (#​913) (cadc75e)

v10.1.1

Compare Source

v10.1.0

Compare Source

Features
10.0.5 (2020-11-02)
Bug Fixes
10.0.4 (2020-10-22)
Bug Fixes
10.0.3 (2020-10-09)
Chore
  • update schema-utils
10.0.2 (2020-09-03)
Bug Fixes
10.0.1 (2020-08-25)
Chore
  • update deps

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

Bug Fixes
  • handle absolute windows path in source maps

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Nodejs version is 10.13
  • prefer sass (dart-sass) by default, it is strongly recommended to migrate on sass (dart-sass)
  • the prependData option was removed in favor the additionalData option, see docs
  • when the sourceMap is true, sassOptions.sourceMap, sassOptions.sourceMapContents, sassOptions.sourceMapEmbed, sassOptions.sourceMapRoot and sassOptions.omitSourceMapUrl will be ignored.
Features
  • pass the loader context to custom importers under the this.webpackLoaderContext property (#​853) (d487683)
  • supports for process.cwd() resolution logic by default (#​837) (0c8d3b3)
  • supports for SASS-PATH env variable resolution logic by default (#​836) (8376179)
  • supports for the sass property for the exports field from package.json (conditional exports, for more information read docs)
Bug Fixes
  • avoid different content on different os (#​832) (68dd278)
  • resolution logic when the includePaths option used was improved (#​827) (cbe5ad4)
  • resolution logic for file:// scheme was improved (17832fd)
  • resolution logic for absolute paths and server relative URLs was improved
  • source maps generation was improved
8.0.2 (2020-01-13)
Bug Fixes
8.0.1 (2020-01-10)
Bug Fixes

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum required webpack version is 4.36.0
  • minimum required node.js version is 8.9.0
  • move all sass (includePaths, importer, functions, outputStyle) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • the data option was renamed to the prependData option
  • default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)
Features
  • automatically use the fibers package if it is possible (#​744) (96184e1)
  • source map generation depends on the devtool option (#​743) (fcea88e)
  • validate loader options (#​737) (7b543fc)
  • reworked error handling from node-sass/sass
  • improve resolution for @import (including support _index and index files in a directory)
Bug Fixes
  • compatibility with pnp
7.3.1 (2019-08-20)
Bug Fixes

v7.3.1

Compare Source

v7.3.0

Compare Source

Bug Fixes
Features

v7.2.0

Compare Source

Bug Fixes
Features

v7.1.0

Compare Source

Features

7.0.3 (2018-06-05)

Bug Fixes

7.0.2 (2018-06-02)

Bug Fixes

7.0.1 (2018-04-13)

Bug Fixes

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop official node 4 support
  • This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations.
  • The sass-loader throws an error at runtime now and refuses to compile if the peer dependency is wrong. This could break applications where npm's peer dependency warning was just ignored.

6.0.7 (2018-03-03)

Bug Fixes
  • package: add webpack >= v4.0.0 (peerDependencies) (#​541) (620bdd4)
Performance Improvements

6.0.6 (2017-06-14)

Chore
  • Adds Webpack 3.x version range to peerDependencies

v6.0.7

Compare Source

Bug Fixes
  • package: add webpack >= v4.0.0 (peerDependencies) (#​541) (620bdd4)
Performance Improvements

v6.0.6

Compare Source

Chore
  • Adds Webpack 3.x version range to peerDependencies

Configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant