Skip to content

Commit

Permalink
chore(deps): update dependency sass-loader to v10.4.1 (#1647)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass-loader](https://togithub.com/webpack-contrib/sass-loader) |
[`10.3.1` ->
`10.4.1`](https://renovatebot.com/diffs/npm/sass-loader/10.3.1/10.4.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass-loader/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass-loader/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass-loader/10.3.1/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass-loader/10.3.1/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpack-contrib/sass-loader (sass-loader)</summary>

###
[`v10.4.1`](https://togithub.com/webpack-contrib/sass-loader/releases/tag/v10.4.1)

[Compare
Source](https://togithub.com/webpack-contrib/sass-loader/compare/v10.4.0...v10.4.1)

#####
[10.4.1](https://togithub.com/webpack-contrib/sass-loader/compare/v10.4.0...v10.4.1)
(2022-11-15)

##### Bug Fixes

- support `node-sass` v8
([#&#8203;1103](https://togithub.com/webpack-contrib/sass-loader/issues/1103))
([88735bc](https://togithub.com/webpack-contrib/sass-loader/commit/88735bcf569ddff5c80f80bd7643b2a3f66708ee))

###
[`v10.4.0`](https://togithub.com/webpack-contrib/sass-loader/releases/tag/v10.4.0)

[Compare
Source](https://togithub.com/webpack-contrib/sass-loader/compare/v10.3.1...v10.4.0)

##### Features

- support `node-sass` v8
([#&#8203;1102](https://togithub.com/webpack-contrib/sass-loader/issues/1102))
([bbb7fe7](https://togithub.com/webpack-contrib/sass-loader/commit/bbb7fe73488ad06a786623a3f327b690ee9bc097))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chemicaltools/chemicaltools-web).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 96a8d48 commit a07f126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-vuetify": "1.1.0",
"ifdef-loader": "2.3.2",
"sass": "1.69.0",
"sass-loader": "10.3.1",
"sass-loader": "10.4.1",
"semantic-release": "19.0.5",
"stylus": "0.60.0",
"stylus-loader": "7.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10723,10 +10723,10 @@ safe-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

sass-loader@10.3.1:
version "10.3.1"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.3.1.tgz#a45f0d1dd7ea90de7eb099239a18c83dea6e6341"
integrity sha512-y2aBdtYkbqorVavkC3fcJIUDGIegzDWPn3/LAFhsf3G+MzPKTJx37sROf5pXtUeggSVbNbmfj8TgRaSLMelXRA==
sass-loader@10.4.1:
version "10.4.1"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.4.1.tgz#bea4e173ddf512c9d7f53e9ec686186146807cbf"
integrity sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ==
dependencies:
klona "^2.0.4"
loader-utils "^2.0.0"
Expand Down

0 comments on commit a07f126

Please sign in to comment.