Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sass-loader to v16 #1092

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader ^15.0.0 -> ^16.0.0 age adoption passing confidence

Release Notes

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

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 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 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 18 times, most recently from 3899c2d to 2a9d42f Compare August 6, 2024 09:24
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 9 times, most recently from ef23f9f to 1fae940 Compare August 7, 2024 14:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 8 times, most recently from 0bfdc6b to ef6ec58 Compare October 1, 2024 12:20
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from fbd0b70 to c3fe36a Compare October 4, 2024 08:17
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 16 times, most recently from 8bdb29e to 31113f4 Compare October 18, 2024 12:38
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 31113f4 to b38f1e0 Compare October 18, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant