chore(deps): update dependency sass to v1.95.0 #2703

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/sass-1.x into main 2025-12-09 08:41:59 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-08 20:21:57 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
sass 1.94.3 -> 1.95.0 age confidence

Release Notes

sass/dart-sass (sass)

v1.95.0

Compare Source

  • Add support for the CSS-style if() function. In addition to supporting the
    plain CSS syntax, this also supports a sass() query that takes a Sass
    expression that evaluates to true or false at preprocessing time depending
    on whether the Sass value is truthy. If there are no plain-CSS queries, the
    function will return the first value whose query returns true during
    preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3)
    returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate
    to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to
    if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that
    they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special
    variable strings" (like var()), meaning they can now be used in place of
    multiple arguments or syntax fragments in various CSS functions.


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sass](https://github.com/sass/dart-sass) | [`1.94.3` -> `1.95.0`](https://renovatebot.com/diffs/npm/sass/1.94.3/1.95.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.95.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.94.3/1.95.0?slim=true) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.95.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1950) [Compare Source](https://github.com/sass/dart-sass/compare/1.94.3...1.95.0) - Add support for the [CSS-style `if()` function]. In addition to supporting the plain CSS syntax, this also supports a `sass()` query that takes a Sass expression that evaluates to `true` or `false` at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, `if(sass(false): 1; sass(true): 2; else: 3)` returns `2`. [CSS-style `if()` function]: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if - The old Sass `if()` syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. `if($condition, $if-true, $if-false)` can be changed to `if(sass($condition): $if-true; else: $if-false)`. See [the Sass website](https://sass-lang.com/d/css-if) for details. - Plain-CSS `if()` functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions. - Plain-CSS `if()` functions and `attr()` functions are now considered "special variable strings" (like `var()`), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS42IiwidXBkYXRlZEluVmVyIjoiNDIuMzkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-08 20:22:11 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-12-09 08:42:00 +00:00 (Migrated from gitlab.com)

mentioned in commit 23f192adcd

mentioned in commit 23f192adcdb847c149cb51cf72f30d6b35e25c8e
argoyle (Migrated from gitlab.com) merged commit 23f192adcd into main 2025-12-09 08:42:00 +00:00
Sign in to join this conversation.