Build(deps-dev): Bump sass from 1.80.2 to 1.80.4
Bumps sass from 1.80.2 to 1.80.4.
Release notes
Sourced from sass's releases.
Dart Sass 1.80.4
To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.80.3
To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.80.4
- No user-visible changes.
1.80.3
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.
Commits
-
c907bcb
Expose Expression.isCalculationSafe to sass_api (#2404) -
37a05f9
Enable AOT build for android-riscv64 (#2399) -
473ddf9
Addsass-parser
support for the@use
rule (#2389) -
84e281e
AddBooleanExpression
andNumberExpression
to sass-parser (#2376) -
76cfd6b
Fix@import url("...")
in plain CSS (#2398) -
60d440a
Emit all warnings in the evaluator (#2396) -
01b2a5b
Fix setup-node (#2395) - See full diff 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