Update dependency sass to v1.62.1 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sass | 1.59.3 -> 1.62.1 |
Release Notes
sass/dart-sass
v1.62.1
- Fix a bug where
:has(+ &)and related constructs would drop the leading combinator.
v1.62.0
-
Deprecate the use of multiple
!globalor!defaultflags on the same variable. This deprecation is namedduplicate-var-flags. -
Allow special numbers like
var()orcalc()in the global functions:grayscale(),invert(),saturate(), andopacity(). These are also native CSSfilterfunctions. This is in addition to number values which were already allowed. -
Fix a cosmetic bug where an outer rule could be duplicated after nesting was resolved, instead of re-using a shared rule.
v1.61.0
-
Potentially breaking change: Drop support for End-of-Life Node.js 12.
-
Fix remaining cases for the performance regression introduced in 1.59.0.
Embedded Sass
- The JS embedded host now loads files from the working directory when using the legacy API.
v1.60.0
-
Add support for the
pi,e,infinity,-infinity, andNaNconstants in calculations. These will be interpreted as the corresponding numbers. -
Add support for unknown constants in calculations. These will be interpreted as unquoted strings.
-
Serialize numbers with value
infinity,-infinity, andNaNtocalc()expressions rather than CSS-invalid identifiers. Numbers with complex units still can't be serialized.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.