Skip to content

Commit

Permalink
chore(deps): update dependency sass to v1.80.6 (#8729)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`1.80.4` ->
`1.80.6`](https://renovatebot.com/diffs/npm/sass/1.80.4/1.80.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.80.4/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.80.4/1.80.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.80.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1806)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.80.5...1.80.6)

##### Command-Line Interface

- Make `@parcel/watcher` an optional dependency so this can still be
installed
    on operating systems where it's unavailable.

###
[`v1.80.5`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1805)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.80.4...1.80.5)

##### Embedded Host

- Don't produce phantom `@import` deprecations when using an importer
with the
    legacy API.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 9126e0a commit 584be70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"react-router-dom": "6.16.0",
"react-table": "7.8.0",
"react-test-renderer": "18.3.1",
"sass": "1.80.4",
"sass": "1.80.6",
"semver": "7.6.3",
"swr": "2.2.5",
"tss-react": "4.9.13",
Expand Down
13 changes: 8 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8995,17 +8995,20 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.80.4":
version: 1.80.4
resolution: "sass@npm:1.80.4"
"sass@npm:1.80.6":
version: 1.80.6
resolution: "sass@npm:1.80.6"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10c0/58ca0f2d10720cde6621ee62f4bdbb537ea2ac572c565d5f02309f8271a5e1e880ad8c163b933e52b22b3dc0550973fb5a6033a500248e6a0d89dd050c1743cf
checksum: 10c0/04ce40d4dcf06cf2a94a66c1cc4fd4a9eb4033fd039291acd0be9d1d4123860da568c5cbef9de8493ffbedd8acae1cd0b8346f5da21c6f7cf0ffd3477730beca
languageName: node
linkType: hard

Expand Down Expand Up @@ -10198,7 +10201,7 @@ __metadata:
react-router-dom: "npm:6.16.0"
react-table: "npm:7.8.0"
react-test-renderer: "npm:18.3.1"
sass: "npm:1.80.4"
sass: "npm:1.80.6"
semver: "npm:7.6.3"
swr: "npm:2.2.5"
tss-react: "npm:4.9.13"
Expand Down

0 comments on commit 584be70

Please sign in to comment.