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

chore(deps): update dependency sass-loader to v16 #3224

Merged
merged 1 commit into from
Jan 21, 2025

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.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 dependencies Pull requests that update a dependency file label Jul 26, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from eadb088 to 752046a Compare August 2, 2024 21:34
@renovate renovate bot changed the title Update dependency sass-loader to v16 chore(deps): update dependency sass-loader to v16 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 752046a to dff3f4e Compare August 19, 2024 13:42
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from dff3f4e to bc5d2fe Compare September 4, 2024 04:56
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from a21fa23 to 6a66ccd Compare September 21, 2024 01:04
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 6a66ccd to 75ba81a Compare September 28, 2024 06:48
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 2a03d9c to 3078802 Compare October 18, 2024 01:34
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from fd98978 to d9648d8 Compare October 24, 2024 03:27
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 730aee5 to cde22f9 Compare November 2, 2024 03:06
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 6441b6c to 3f5df82 Compare November 15, 2024 04:44
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from bdc9c40 to f5106ad Compare December 4, 2024 15:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from f5106ad to 996ef18 Compare December 13, 2024 01:27
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 996ef18 to 7dfff8d Compare January 4, 2025 04:14
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 8daabd1 to 81f356e Compare January 15, 2025 00:03
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 81f356e to 7a8853f Compare January 21, 2025 07:49
@pgentile pgentile merged commit 26d080f into master Jan 21, 2025
5 checks passed
@pgentile pgentile deleted the renovate/sass-loader-16.x branch January 21, 2025 08:17
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.

1 participant