Skip to content

chore(deps): update dependency sass-loader to v16#108

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sass-loader-16.x
Open

chore(deps): update dependency sass-loader to v16#108
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sass-loader-16.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Confidence
sass-loader ^10.5.2^16.0.7 age confidence

Release Notes

webpack/sass-loader (sass-loader)

v16.0.7

Compare Source

v16.0.6

Compare Source

v16.0.5

Compare Source

v16.0.4

Compare Source

v16.0.3

Compare Source

v16.0.2

Compare Source

v16.0.1

Compare Source

Bug Fixes

v16.0.0

Compare Source

⚠ BREAKING CHANGES
  • use modern Sass JS API by default for sass and sass-embedded

[!WARNING]

The sass options are different for the legacy (before) and modern APIs. Please look at docs how to migrate to the modern options.
Legacy options - https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/
Modern options - https://sass-lang.com/documentation/js-api/interfaces/options/

To return to the previous logic use:

module.exports = {
  module: {
    rules: [
      {
        test: /\.s[ac]ss$/i,
        use: [
          "style-loader",
          "css-loader",
          {
            loader: "sass-loader",
            options: {
              api: "legacy",
              // Your options
            },
          },
        ],
      },
    ],
  },
};
Features
  • use modern Sass JS API by default for sass and sass-embedded (10be1ba)

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

v14.2.1

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

v14.2.0

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

v14.1.1

Compare Source

Features
  • added the modern-compiler value for API to reuse compiler process (#​1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#​1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

14.1.1 (2024-02-19)
Bug Fixes

v14.1.0

Compare Source

Features
  • added the modern-compiler value for API to reuse compiler process (#​1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#​1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

14.1.1 (2024-02-19)
Bug Fixes

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

v13.3.3

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

v13.3.2

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

v13.3.1

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

v13.3.0

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

v13.2.2

Compare Source

Features
13.2.2 (2023-03-27)
Bug Fixes
13.2.1 (2023-03-18)
Bug Fixes
  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

v13.2.1

Compare Source

Features
13.2.2 (2023-03-27)
Bug Fixes
13.2.1 (2023-03-18)
Bug Fixes
  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

v13.2.0

Compare Source

Features
13.2.2 (2023-03-27)
Bug Fixes
13.2.1 (2023-03-18)
Bug Fixes
  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

v13.1.0

Compare Source

Features
13.0.2 (2022-06-27)
Bug Fixes
13.0.1 (2022-06-24)
Bug Fixes

v13.0.2

Compare Source

Features
13.0.2 (2022-06-27)
Bug Fixes
13.0.1 (2022-06-24)
Bug Fixes

v13.0.1

Compare Source

Features
13.0.2 (2022-06-27)
Bug Fixes
13.0.1 (2022-06-24)
Bug Fixes

v13.0.0

Compare Source

Features
13.0.2 (2022-06-27)
Bug Fixes
13.0.1 (2022-06-24)
Bug Fixes

v12.6.0

Compare Source

Features
  • added support for automatic loading of sass-embedded (#​1025) (c8dae87)

v12.5.0

Compare Source

Features
  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features
  • allow String value for the implementation option (382a3ca)

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
Bug Fixes
  • crash in custom importers with worker threads (#​958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#​906) (6641a16)
11.1.1 (2021-05-13)
Bug Fixes
  • disabled auto importing fiber on node >= 16 due incompatibility problems (#​950) (4ca004b)

v11.1.1

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
Bug Fixes
  • crash in custom importers with worker threads (#​958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#​906) (6641a16)
11.1.1 (2021-05-13)
Bug Fixes
  • disabled auto importing fiber on node >= 16 due incompatibility problems (#​950) (4ca004b)

v11.1.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
Bug Fixes
  • crash in custom importers with worker threads (#​958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#​906) (6641a16)
11.1.1 (2021-05-13)
Bug Fixes
  • disabled auto importing fiber on node >= 16 due incompatibility problems (#​950) (4ca004b)

v11.0.1

Compare Source

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

v11.0.0

Compare Source

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

Configuration

📅 Schedule: (in timezone Asia/Kolkata)

  • Branch creation
    • "on saturday and sunday"
  • Automerge
    • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Jul 26, 2024
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 4cdc397 to 0113989 Compare August 19, 2024 15:19
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 0113989 to 9bf675c Compare September 20, 2024 13:09
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 9bf675c to ff76456 Compare November 1, 2024 00:54
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from f2b45bf to ebcbff1 Compare December 4, 2024 13:48
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from ebcbff1 to c6c6d6f Compare December 6, 2024 23:21
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 4880326 to c323d7b Compare February 15, 2025 02:31
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from c323d7b to da177f6 Compare February 22, 2025 09:55
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from da177f6 to ebf7e13 Compare March 8, 2025 02:17
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from ebf7e13 to 03ce057 Compare June 27, 2025 21:47
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 03ce057 to d7b9442 Compare August 19, 2025 17:15
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from d7b9442 to 5993181 Compare October 23, 2025 18:01
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from b9e2436 to 9c95a56 Compare December 6, 2025 02:46
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 0b3f97d to 8899c5b Compare January 23, 2026 23:27
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 8899c5b to af2aba3 Compare February 6, 2026 01:27
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from af2aba3 to 3a0ae21 Compare April 11, 2026 00:59
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 3a0ae21 to 958a3bf Compare April 18, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants