Skip to content

fix(deps): update dependency sass-loader to v16#543

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

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

Configuration

📅 Schedule: 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 is behind base branch, 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 6 times, most recently from 3e84b95 to 577d8fe Compare August 6, 2024 19:05
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 9a697cd to e8c5a58 Compare August 9, 2024 15:18
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from c16cfe7 to 21fe1b1 Compare August 19, 2024 13:47
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 49972bc to 782104a Compare September 9, 2024 20:07
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 11c99b1 to 87e535c Compare September 18, 2024 17:34
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from 5aca80a to 2c71758 Compare September 26, 2024 17:52
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from b2cdcec to dfbddc3 Compare October 8, 2024 14:14
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 992e0de to 7a864a4 Compare October 24, 2024 03:36
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from 9cb4584 to 431d672 Compare November 1, 2024 04:42
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from 09c7ced to 32def9e Compare November 6, 2024 12:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 65fe296 to e5bb188 Compare November 18, 2024 06:38
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from 2abfd02 to bd0cd7d Compare November 27, 2024 14:26
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 8cef202 to 5ebe137 Compare December 3, 2024 14:41
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