Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader 14.2.1 -> 16.0.4 age adoption passing confidence

Release Notes

webpack-contrib/sass-loader (sass-loader)

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

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 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 🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots. label Jul 26, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from e4c2254 to 4362873 Compare August 19, 2024 16:54
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 4362873 to dbf4d3a Compare September 4, 2024 05:12
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 2f52a37 to 3c3de8e Compare September 21, 2024 02:11
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 3c3de8e to cd72b6f Compare September 28, 2024 09:21
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from f5f269f to bb17de3 Compare October 18, 2024 01:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 6fe0688 to 15f2886 Compare October 24, 2024 04:06
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from fe67c99 to c267d99 Compare November 2, 2024 03:36
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 626ed5e to bc6a54c Compare November 15, 2024 07:34
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 0a7b8b3 to 0c3448d Compare December 4, 2024 12:28
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 0c3448d to 023b5d8 Compare December 13, 2024 04:01
@MrBurrBurr MrBurrBurr closed this Dec 25, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Dec 25, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/sass-loader-16.x branch December 25, 2024 10:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants