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

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

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

@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 4 times, most recently from aac8aef to 694a6ee Compare August 6, 2024 21:03
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 7 times, most recently from 6dd7171 to 591140b Compare August 20, 2024 14:54
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 591140b to ede4437 Compare August 22, 2024 17:36
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from 558530b to 588056d Compare September 5, 2024 14:51
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 852000e to bcd776e Compare September 10, 2024 23:18
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 8 times, most recently from 52aba35 to 2bca5a8 Compare September 24, 2024 20:25
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 02fe892 to 9edcd68 Compare September 28, 2024 09:48
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 4448cd4 to 13f16e4 Compare October 30, 2024 01:47
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 4 times, most recently from 9727b27 to 49214dd Compare November 2, 2024 03:18
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 5 times, most recently from 8fd20a9 to 7d81e73 Compare November 19, 2024 19:50
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from a854aa2 to 096387f Compare December 5, 2024 21:55
@renovate renovate bot changed the title chore(deps): update dependency sass-loader to v16 chore(deps): 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:32
@renovate renovate bot changed the title chore(deps): update dependency sass-loader to v16 - autoclosed chore(deps): 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 3 times, most recently from 68d075f to 33c2d5b Compare December 13, 2024 17:04
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 4238715 to 2ed5c8d Compare December 18, 2024 08:48
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 2ed5c8d to 2eb71ad Compare December 27, 2024 04:25
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 2eb71ad to 90c62c1 Compare December 31, 2024 04:03
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