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

[Dependencies]: Bump sass-loader from 14.2.1 to 16.0.0 #816

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps sass-loader from 14.2.1 to 16.0.0.

Release notes

Sourced from sass-loader's releases.

v16.0.0

16.0.0 (2024-07-26)

⚠ 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

⚠ BREAKING CHANGES

  • prefer sass-embedded over sass by default (#1211)

Features

... (truncated)

Changelog

Sourced from sass-loader's changelog.

16.0.0 (2024-07-26)

⚠ 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)

15.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • prefer sass-embedded over sass by default (#1211)

Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@credfeto credfeto enabled auto-merge July 29, 2024 02:24
Copy link

socket-security bot commented Jul 29, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment +1 359 kB evilebottnawi

🚮 Removed packages: npm/[email protected]

View full report↗︎

@credfeto
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from 84df63b to 1d36b09 Compare July 29, 2024 07:09
@credfeto
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from 1d36b09 to f335eb3 Compare July 31, 2024 16:45
@credfeto
Copy link
Owner

credfeto commented Aug 5, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from f335eb3 to 362d41b Compare August 5, 2024 07:10
@credfeto
Copy link
Owner

credfeto commented Aug 6, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from 362d41b to c76260d Compare August 6, 2024 07:10
@credfeto
Copy link
Owner

credfeto commented Aug 6, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@credfeto
Copy link
Owner

credfeto commented Aug 6, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@credfeto
Copy link
Owner

credfeto commented Aug 7, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from c76260d to 7cfafb3 Compare August 7, 2024 07:11
@credfeto
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from 7cfafb3 to 4779a8e Compare August 14, 2024 09:49
@credfeto
Copy link
Owner

@dependabot rebase

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.2.1 to 16.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/v16.0.0/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v14.2.1...v16.0.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-loader-16.0.0 branch from 4779a8e to a6e62cc Compare August 15, 2024 07:11
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

Superseded by #817.

@dependabot dependabot bot closed this Aug 20, 2024
auto-merge was automatically disabled August 20, 2024 02:36

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sass-loader-16.0.0 branch August 20, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog Not Required dependencies Updates to dependencies npm npm package upate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant