Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps sass-loader from 13.3.3 to 16.0.1.

Release notes

Sourced from sass-loader's releases.

v16.0.1

16.0.1 (2024-08-19)

Bug Fixes

  • generate correct sourceMaps for modern-compiler api (#1228) (f862f7a)

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)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

16.0.1 (2024-08-19)

Bug Fixes

  • generate correct sourceMaps for modern-compiler api (#1228) (f862f7a)

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)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from 9dceefc to b9c580f Compare August 20, 2024 17:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from b9c580f to 4a20cad Compare August 20, 2024 17:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from 4a20cad to b2669cc Compare August 20, 2024 17:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from b2669cc to 5b3a17b Compare August 20, 2024 20:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from 5b3a17b to 1d47219 Compare August 20, 2024 23:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from 1d47219 to f7ebdaf Compare August 21, 2024 20:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from f7ebdaf to 7a97869 Compare August 22, 2024 00:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch from 7a97869 to 883146f Compare August 30, 2024 00:28
@rosschapman
Copy link
Collaborator

@dependabot rebase

@rosschapman
Copy link
Collaborator

@dependabot rebase

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 16.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v13.3.3...v16.0.1)

---
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/main/sass-loader-16.0.1 branch from 71a2411 to e6732f3 Compare September 3, 2024 18:46
@rosschapman
Copy link
Collaborator

@dependabot merge

@dependabot dependabot bot merged commit bb0657c into main Sep 3, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/sass-loader-16.0.1 branch September 3, 2024 19:05
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