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 #543

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.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.33%. Comparing base (4d0afd3) to head (2c894f5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #543   +/-   ##
=======================================
  Coverage   87.33%   87.33%           
=======================================
  Files           9        9           
  Lines        2812     2812           
=======================================
  Hits         2456     2456           
  Misses        356      356           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 17f0df4 to dbd7ef3 Compare August 19, 2024 13:41
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from dbd7ef3 to 0b4722f Compare September 4, 2024 05:13
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 5504b26 to b888913 Compare September 21, 2024 00:24
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from b888913 to a9b30ad Compare September 28, 2024 06:45
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from c90cc61 to 8501ffe Compare October 18, 2024 00:42
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 83e75ff to e7b5faa Compare October 24, 2024 00:09
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 2551a43 to 192fe00 Compare November 2, 2024 04:20
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 125f75e to 3ffa1e3 Compare November 15, 2024 07:16
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 33a35c7 to e94d43f Compare December 4, 2024 12:58
@renovate renovate bot changed the title Update dependency sass-loader to v16 Update dependency sass-loader to v16 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/sass-loader-16.x branch December 8, 2024 18:31
@renovate renovate bot changed the title Update dependency sass-loader to v16 - autoclosed Update dependency sass-loader to v16 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from e94d43f to c488b78 Compare December 13, 2024 05:21
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 7d65a80 to bd703c3 Compare January 14, 2025 04:46
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from bd703c3 to 97220c8 Compare January 14, 2025 17:27
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 97220c8 to 2c894f5 Compare January 15, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants