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

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

Merged
merged 1 commit into from
Oct 24, 2024

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

Release Notes

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

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

  • 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 7 times, most recently from 86a5e33 to 0d661de Compare August 2, 2024 03:02
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 2 times, most recently from 5a73719 to c3be7ea Compare August 5, 2024 05:43
@jonnalley jonnalley requested a review from fpigeonjr August 7, 2024 04:24
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from de67991 to 5919d7b Compare August 15, 2024 18:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from 0ffd951 to 2706d13 Compare August 22, 2024 14:55
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 7 times, most recently from 2c49eea to ae90d8e Compare August 30, 2024 01:19
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 6 times, most recently from bf0aa71 to d7aab36 Compare October 15, 2024 01:43
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 15 times, most recently from 13c587e to e71abf4 Compare October 23, 2024 11:59
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch 3 times, most recently from afae864 to 441a1d5 Compare October 24, 2024 15:15
@renovate renovate bot force-pushed the renovate/sass-loader-16.x branch from 7b69c07 to 5881cd5 Compare October 24, 2024 15:38
Copy link
Contributor

@fpigeonjr fpigeonjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • some deprecation warnings but ran fine
  • updates uswds gulp and worked fine

@fpigeonjr fpigeonjr merged commit 568b36d into main Oct 24, 2024
40 checks passed
@fpigeonjr fpigeonjr deleted the renovate/sass-loader-16.x branch October 24, 2024 18:57
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.

2 participants