Bump sass from 1.77.1 to 1.77.2 in /webapp
Bumps sass from 1.77.1 to 1.77.2.
Release notes
Sourced from sass's releases.
Dart Sass 1.77.2
To install Sass 1.77.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Don't emit deprecation warnings for functions and mixins beginning with
__
.Allow user-defined functions whose names begin with
_
and otherwise look like vendor-prefixed functions with special CSS syntax.Command-Line Interface
Properly handle the
--silence-deprecation
flag.Handle the
--fatal-deprecation
and--future-deprecation
flags for--interactive
mode.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.77.2
Don't emit deprecation warnings for functions and mixins beginning with
__
.Allow user-defined functions whose names begin with
_
and otherwise look like vendor-prefixed functions with special CSS syntax.Command-Line Interface
Properly handle the
--silence-deprecation
flag.Handle the
--fatal-deprecation
and--future-deprecation
flags for--interactive
mode.
Commits
-
5121eb1
Don't treat underscores as hyphens for the purpose of error checking (#2247) -
bdc08fd
Merge pull request #2246 from sass/deprecation-cli -
9a9e483
Add a test to ensure the sass_api dartdoc version matches sass -
8c48a01
Expand dartdoc range for sass_api to match sass -
c9f0d3f
Fix deprecation flags in the CLI and add tests -
54a6dec
Bump lints from 3.0.0 to 4.0.0 (#2242) - 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