Skip to content

Update dependency sass-loader to v16 - autoclosed#87

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sass-loader-16.x
Closed

Update dependency sass-loader to v16 - autoclosed#87
renovate[bot] wants to merge 1 commit into
masterfrom
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 12.6.016.0.8 age confidence

Release Notes

webpack/sass-loader (sass-loader)

v16.0.8

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • 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 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 force-pushed the renovate/sass-loader-16.x branch from 9e306dd to 893dfcc Compare August 19, 2024 16:34
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 893dfcc to 09ef7b6 Compare September 20, 2024 12:44
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 09ef7b6 to 1c3c4c5 Compare November 1, 2024 02:15
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 1c3c4c5 to 1ba7132 Compare December 4, 2024 14:48
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 1ba7132 to 1838cb3 Compare February 14, 2025 19:22
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from ea7fc28 to 3628a29 Compare August 13, 2025 14:15
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 3628a29 to 2967b17 Compare August 19, 2025 17:52
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 2967b17 to f6db3e6 Compare August 31, 2025 10:41
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from f6db3e6 to 954013d Compare September 25, 2025 14:38
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from e94251a to bf26713 Compare October 23, 2025 16:53
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from bf26713 to f8e0eea Compare November 10, 2025 23:40
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from f8e0eea to a6e4653 Compare December 3, 2025 17:30
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from a6e4653 to 387ac30 Compare December 31, 2025 16:53
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 387ac30 to 4fdda25 Compare January 19, 2026 16:43
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from dfe2a66 to 1247882 Compare February 12, 2026 13:37
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 1247882 to 2723032 Compare February 17, 2026 19:39
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 2723032 to e5e338c Compare March 5, 2026 18:59
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from e5e338c to a8b8ad7 Compare March 13, 2026 13:51
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from a8b8ad7 to 74abb70 Compare March 27, 2026 12:34
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from 74abb70 to e466c34 Compare April 8, 2026 21:34
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from e466c34 to dfadbd7 Compare April 29, 2026 11:51
@renovate renovate Bot force-pushed the renovate/sass-loader-16.x branch from dfadbd7 to e1d73d0 Compare May 8, 2026 15:02
@renovate renovate Bot changed the title Update dependency sass-loader to v16 Update dependency sass-loader to v16 - autoclosed May 19, 2026
@renovate renovate Bot closed this May 19, 2026
@renovate renovate Bot deleted the renovate/sass-loader-16.x branch May 19, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants