-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit cb9ca71
authored
chore(deps): update dependency sass-loader to v16 (#741)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass-loader](https://togithub.com/webpack-contrib/sass-loader) | [`^15.0.0` -> `^16.0.1`](https://renovatebot.com/diffs/npm/sass-loader/15.0.0/16.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>webpack-contrib/sass-loader (sass-loader)</summary>
### [`v16.0.1`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1601-2024-08-19)
[Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1)
##### Bug Fixes
- generate correct sourceMaps for `modern-compiler` api ([#​1228](https://togithub.com/webpack-contrib/sass-loader/issues/1228)) ([f862f7a](https://togithub.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10))
### [`v16.0.0`](https://togithub.com/webpack-contrib/sass-loader/releases/tag/v16.0.0)
[Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v15.0.0...v16.0.0)
##### ⚠ 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](https://sass-lang.com/documentation/js-api) 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:
```js
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](https://togithub.com/webpack-contrib/sass-loader/commit/10be1ba161557638fd3b80f4a5467159179ef9b1))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on Monday" in timezone Europe/Berlin, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mheob/include-fussball-de-widgets).1 parent db307e3 commit cb9ca71Copy full SHA for cb9ca71
File tree
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Binary file not shown.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments