Skip to content

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

Merged
jacopen merged 2 commits intomainfrom
renovate/sass-loader-16.x
Jun 22, 2025
Merged

fix(deps): update dependency sass-loader to v16#2374
jacopen merged 2 commits intomainfrom
renovate/sass-loader-16.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

✅ マイナーチェンジ以上のアップデートは動作確認をしてからマージすること

This PR contains the following updates:

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

Release Notes

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

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

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 Aug 7, 2024
@renovate renovate bot requested a review from a team August 7, 2024 10:33
@jacopen jacopen added the reviewapps Build ReviewApp environment automatically if this label is granted label Aug 17, 2024
@github-actions github-actions bot removed the reviewapps Build ReviewApp environment automatically if this label is granted label Aug 21, 2024
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from af8018a to 9db074b Compare August 25, 2024 12:28
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 9db074b to 7703bd7 Compare November 16, 2024 15:09
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 7703bd7 to bb990f9 Compare December 14, 2024 01:15
@renovate renovate bot changed the title fix(deps): update dependency sass-loader to v16 Update dependency sass-loader to v16 Apr 23, 2025
@renovate renovate bot changed the title Update dependency sass-loader to v16 fix(deps): update dependency sass-loader to v16 May 14, 2025
- Configure sass-loader to use modern-compiler API for better performance
- Set appropriate style options for production/development environments
- Ensure forward compatibility with sass-loader v16

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

Simplecov Report

Covered Threshold
64.42% 60%

@jacopen jacopen merged commit 78ade1c into main Jun 22, 2025
6 checks passed
@jacopen jacopen deleted the renovate/sass-loader-16.x branch June 22, 2025 13:56
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