Skip to content

Update dependency sass-loader to v16#140

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

Update dependency sass-loader to v16#140
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sass-loader-16.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sass-loader 14.1.116.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

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 2677f9b to 25522c2 Compare August 19, 2024 14:42
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from 25522c2 to 1526540 Compare September 20, 2024 13:49
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from 1526540 to f91801e Compare November 1, 2024 00:24
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from f91801e to 0ef286b Compare December 4, 2024 15:00
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from 0ef286b to a3fbbbb Compare February 14, 2025 18:50
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from a3fbbbb to e68adca Compare October 23, 2025 16:32
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from e68adca to 34cb66d Compare February 9, 2026 01:03
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from 34cb66d to 3ac6606 Compare May 11, 2026 10:15
@renovate
renovate Bot force-pushed the renovate/sass-loader-16.x branch from 3ac6606 to db5f67d Compare May 12, 2026 11:41
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