Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Confidence
sass-loader ^13.2.0^16.0.0 age confidence

Release Notes

webpack/sass-loader (sass-loader)

v16.0.6

Compare Source

v16.0.5

Compare Source

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

v14.2.1

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

v14.2.0

Compare Source

⚠ BREAKING CHANGES
  • prefer sass-embedded over sass by default (#​1211)
Features
14.2.1 (2024-04-16)
Bug Fixes

v14.1.1

Compare Source

Features
  • added the modern-compiler value for API to reuse compiler process (#​1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#​1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

14.1.1 (2024-02-19)
Bug Fixes

v14.1.0

Compare Source

Features
  • added the modern-compiler value for API to reuse compiler process (#​1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#​1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

14.1.1 (2024-02-19)
Bug Fixes

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)
13.3.3 (2023-12-25)
Bug Fixes
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 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.

@codecov
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.49%. Comparing base (fb9f3ca) to head (767f2a6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #476   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files          21       21           
  Lines        1261     1261           
  Branches       75       75           
=======================================
  Hits         1242     1242           
  Misses         19       19           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 8ed96dc to 158d563 Compare March 31, 2025 10:13
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 158d563 to 9d34462 Compare April 7, 2025 10:30
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 9d34462 to 72657eb Compare April 14, 2025 11:37
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 72657eb to dac85a2 Compare April 21, 2025 11:37
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from dac85a2 to ce2330f Compare May 5, 2025 10:49
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from ce2330f to 3e5874c Compare May 12, 2025 11:24
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 081f013 to 00bb973 Compare May 26, 2025 07:36
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 00bb973 to bf59ad8 Compare May 26, 2025 14:00
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from bf59ad8 to e8c4b50 Compare June 9, 2025 10:29
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from e8c4b50 to e38d909 Compare June 16, 2025 14:57
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from ef309ce to 9335cab Compare August 11, 2025 10:34
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 9335cab to 3e38982 Compare August 18, 2025 09:04
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 3e38982 to d0028f0 Compare August 25, 2025 11:06
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from d0028f0 to 6cd2fa9 Compare September 8, 2025 12:04
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 5cee5e4 to 584bd78 Compare September 22, 2025 08:52
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from fb01520 to b7f429b Compare September 29, 2025 11:12
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 852be42 to ab1d0fe Compare October 13, 2025 08:44
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from e7ddfc0 to f13709a Compare October 23, 2025 17:53
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from f13709a to 2a70031 Compare October 27, 2025 10:52
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 2a70031 to a8a56be Compare November 3, 2025 11:59
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from a8a56be to 3b3fcbf Compare November 17, 2025 12:09
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 63022f1 to ca62a79 Compare November 24, 2025 10:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 7db1fc9 to 9ee905a Compare December 8, 2025 14:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 9ee905a to f5eb214 Compare December 29, 2025 08:42
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from f5eb214 to 767f2a6 Compare December 29, 2025 12:32
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