Build(deps-dev): Bump sass from 1.83.4 to 1.85.0
Bumps sass from 1.83.4 to 1.85.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.85.0
To install Sass 1.85.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- 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.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
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.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.
Commits
-
f32ec4f
Fix riscv64 release (#2506) -
7ab44ef
Fix dart analyze and format on 3.7.0 (#2513) -
f766f43
Revert the core of #2255 (#2511) -
97bb2a7
Build android-ia32 on android-x64 sdk (#2508) -
8212024
Resynchronize from #2509 (#2510) -
9241055
Clean some comments in the code (#2509) -
879f484
Add support for color literals (#2503) -
ae4b757
[Indented syntax improvements] Dart implementation (#2467) -
d973e3e
Allow Color 4 functions in plain CSS (#2505) -
aed7839
Add support for the@content
rule (#2501) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts