Commit 9acf4d8
authored
chore(deps): update dependency sass to v1.95.1 (#2257)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`1.94.2` ->
`1.95.1`](https://renovatebot.com/diffs/npm/sass/1.94.2/1.95.1) |

|

|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.95.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1951)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.95.0...1.95.1)
- No user-visible changes.
###
[`v1.95.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1950)
[Compare
Source](https://redirect.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.
###
[`v1.94.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1943)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.94.2...1.94.3)
- Fix the span reported for standalone `%` expressions followed by
whitespace.
</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 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 5f31654 commit 9acf4d8
1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments