Commit 8d1e832
authored
fix(deps): update dependency sass to v1.90.0 (#491)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`1.83.1` ->
`1.90.0`](https://renovatebot.com/diffs/npm/sass/1.83.1/1.90.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.90.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1900)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.89.2...1.90.0)
- Allow a `@forward`ed module to be loaded with a configuration when
that module
has already been loaded with a different configuration *and* the module
doesn't define any variables that would have been configured anyway.
###
[`v1.89.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1892)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.89.1...1.89.2)
##### Embedded Host
- Fixed a compilation error caused by an outdated `buf` dependency.
###
[`v1.89.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1891)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.89.0...1.89.1)
- No user-visible changes.
###
[`v1.89.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1890)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.88.0...1.89.0)
- Allow the Node package importer to load files even when there are
multiple
potential resolutions, as long as those resolutions all point to the
same
file.
###
[`v1.88.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1880)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.87.0...1.88.0)
- Allow custom properties with empty values (such as `--var:;`).
- Fix a bug when calculating source spans for interpolations.
##### Dart and JS APIs
- **Potentially breaking bug fix:** Throw an error when passing a
function or
mixin object from one compilation to another.
##### Dart API
- Deprecate passing a relative URL to `compileString()` and related
functions.
###
[`v1.87.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1870)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.86.3...1.87.0)
- **Potentially breaking bug fix:** When a plain CSS file with a
top-level
nesting selector `&` is loaded into a nested Sass context via
`meta.load-css()` or `@import`, Sass now emits plain CSS nesting rather
than
incorrectly combining it with the parent selector using a descendant
combinator.
###
[`v1.86.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1863)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.86.2...1.86.3)
- Fix a bug introduced in 1.86.1 where Sass fails to resolve paths
starting with
a `..` segment.
###
[`v1.86.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1862)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.86.1...1.86.2)
- No user-visible changes.
###
[`v1.86.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1861)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.86.0...1.86.1)
- Improve the performance of `file:` URL case canonicalization on
Windows and
Mac OS.
###
[`v1.86.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1860)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.85.1...1.86.0)
- Add support for `%` as an expression in its own right. It will still
be parsed
as the modulo operator when between two other expressions, but in any
other
context it will be an expression whose value is the unquoted string `%`.
- Consider `attr()` to be a special number function that can be used as
a
channel in color functions.
- Deprecate user-defined functions named `type()` so that we can
eventually
support the new CSS `type()` function.
##### Dart API
- Increase the minimum Dart SDK to 3.6.0.
###
[`v1.85.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1851)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.85.0...1.85.1)
- Fix a bug where global Sass functions whose names overlap with CSS
math
functions could incorrectly be treated as CSS math functions even though
they
used Sass-only features, causing compilation failures. For example,
`round(-$var / 2)` previously threw an error but now works as intended.
###
[`v1.85.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1850)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.84.0...1.85.0)
- No longer fully trim redundant selectors generated by `@extend`. This
caused
unacceptable performance issues for certain heavy users of `@extend`.
We'll
try to find a more performant way to accomplish it in the future.
###
[`v1.84.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1840)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.83.4...1.84.0)
- Allow newlines in whitespace in the indented syntax.
- **Potentially breaking bug fix**: Selectors with unmatched brackets
now always
produce a parser error. Previously, some edge cases like
`[foo#{"]:is(bar"}) {a:
b}` would compile without error, but this was an unintentional bug.
- Fix a bug in which various Color Level 4 functions weren't allowed in
plain
CSS.
- Fix the error message for `@extend` without a selector and possibly
other
parsing edge-cases in contexts that allow interpolation.
##### Embedded Host
- Fixed the implementation of the `SassBoolean` type to adhere to the
spec,
now using a class instead of an interface.
###
[`v1.83.4`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1834)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.83.3...1.83.4)
- No user-visible changes.
###
[`v1.83.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1833)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.83.2...1.83.3)
- No user-visible changes.
###
[`v1.83.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1832)
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.83.1...1.83.2)
- Properly display deprecation IDs for the JS Sass API.
- Don't display deprecation IDs for user-defined deprecations.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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/openedx/edx-ui-toolkit).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c800fb3 commit 8d1e832
1 file changed
+10
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments