1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore(deps): update dependency sass to v1.81.0 (#8927)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

- Fix a few cases where deprecation warnings weren't being emitted for
global
    built-in functions whose names overlap with CSS calculations.

- Add support for the CSS `round()` calculation with a single argument,
as long
    as that argument might be a unitless number.

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

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

##### Embedded Host

- Don't treat `0` as `undefined` for the `green` and `blue` channels in
the
    `LegacyColor` constructor.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-05 22:20:06 +00:00 committed by GitHub
parent 870e111f9f
commit 152dd76f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View File

@ -112,7 +112,7 @@
"react-router-dom": "6.16.0",
"react-table": "7.8.0",
"react-test-renderer": "18.3.1",
"sass": "1.80.6",
"sass": "1.81.0",
"semver": "7.6.3",
"swr": "2.2.5",
"tss-react": "4.9.13",

View File

@ -6062,6 +6062,13 @@ __metadata:
languageName: node
linkType: hard
"immutable@npm:^5.0.2":
version: 5.0.3
resolution: "immutable@npm:5.0.3"
checksum: 10c0/3269827789e1026cd25c2ea97f0b2c19be852ffd49eda1b674b20178f73d84fa8d945ad6f5ac5bc4545c2b4170af9f6e1f77129bc1cae7974a4bf9b04a9cdfb9
languageName: node
linkType: hard
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
@ -8990,20 +8997,20 @@ __metadata:
languageName: node
linkType: hard
"sass@npm:1.80.6":
version: 1.80.6
resolution: "sass@npm:1.80.6"
"sass@npm:1.81.0":
version: 1.81.0
resolution: "sass@npm:1.81.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
immutable: "npm:^5.0.2"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10c0/04ce40d4dcf06cf2a94a66c1cc4fd4a9eb4033fd039291acd0be9d1d4123860da568c5cbef9de8493ffbedd8acae1cd0b8346f5da21c6f7cf0ffd3477730beca
checksum: 10c0/9c59b3c9b4231c18fcb4583cc232dbc4de501ddc11101b7a025e44833e3f3ce6031546dc1cd109ee9f04ebcfb1fe30ff870810af33b8feb9aa9e36dfba9ec1ef
languageName: node
linkType: hard
@ -10210,7 +10217,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.6"
sass: "npm:1.81.0"
semver: "npm:7.6.3"
swr: "npm:2.2.5"
tss-react: "npm:4.9.13"