Bump sass from 1.76.0 to 1.77.2
Bumps sass from 1.76.0 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.
Dart Sass 1.77.1
To install Sass 1.77.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a crash that could come up with importers in certain contexts.
See the full changelog for changes in earlier releases.
Dart Sass 1.77.0
To install Sass 1.77.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Don't throw errors for at-rules in keyframe blocks.
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.1.77.1
- Fix a crash that could come up with importers in certain contexts.
1.77.0
- Don't throw errors for at-rules in keyframe blocks.
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) -
372f15c
FixMapExtensions.getOption()
for nullable types (#2241) -
85f39d5
Allow at-rules in@keyframes
blocks (#2236) - 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