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

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

Open
wants to merge 1 commit into
base: main
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 14.2.1 -> 16.0.2 age adoption passing confidence

Release Notes

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

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

  • 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 dependencies Pull requests that update a dependency file label Jul 26, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 7 times, most recently from 86a5e33 to 0d661de Compare August 2, 2024 03:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 5a73719 to c3be7ea Compare August 5, 2024 05:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from de67991 to 5919d7b Compare August 15, 2024 18:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 0ffd951 to 2706d13 Compare August 22, 2024 14:55
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 7 times, most recently from 2c49eea to ae90d8e Compare August 30, 2024 01:19
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 034dd37 to 8d507c8 Compare September 17, 2024 15:30
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 8 times, most recently from 1ace75d to 5c7f217 Compare September 25, 2024 09:06
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from c4002d0 to a4222de Compare October 2, 2024 21:37
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 6ba0fe3 to bf0aa71 Compare October 14, 2024 22:50
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 3a58fcb to 52dba20 Compare October 18, 2024 01:33
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 52dba20 to 36c6642 Compare October 19, 2024 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants