Bump sass from 1.63.6 to 1.64.0 in /webapp
Bumps sass from 1.63.6 to 1.64.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.64.0
To install Sass 1.64.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Comments that appear before or between
@use
and@forward
rules are now emitted in source order as much as possible, instead of always being emitted after the CSS of all module dependencies.Fix a bug where an interpolation in a custom property name crashed if the file was loaded by a
@use
nested in an@import
.JavaScript API
Add a new
SassCalculation
type that represents the calculation objects added in Dart Sass 1.40.0.Add
Value.assertCalculation()
, which returns the value if it's aSassCalculation
and throws an error otherwise.Produce a better error message when an environment that supports some Node.js APIs loads the browser entrypoint but attempts to access the filesystem.
Embedded Sass
- Fix a bug where nested relative
@imports
failed to load when using the deprecated functionsrender
orrenderSync
and those relative imports were loaded multiple times across different files.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.64.0
Comments that appear before or between
@use
and@forward
rules are now emitted in source order as much as possible, instead of always being emitted after the CSS of all module dependencies.Fix a bug where an interpolation in a custom property name crashed if the file was loaded by a
@use
nested in an@import
.JavaScript API
Add a new
SassCalculation
type that represents the calculation objects added in Dart Sass 1.40.0.Add
Value.assertCalculation()
, which returns the value if it's aSassCalculation
and throws an error otherwise.Produce a better error message when an environment that supports some Node.js APIs loads the browser entrypoint but attempts to access the filesystem.
Embedded Sass
- Fix a bug where nested relative
@imports
failed to load when using the deprecated functionsrender
orrenderSync
and those relative imports were loaded multiple times across different files.
Commits
-
ca2be2a
Expose calculations in JS API (#1988) -
fe7f9a1
Do not validate a CSS declaration if its key is interpolated (#2036) -
262961c
Check the fs library to determine if we're on Node.js (#2033) -
60dbddf
Use a fine-grained personal access token to push to the Sass site (#2029) -
78150a9
Add changelog for sass/embedded-host-node#226 (#1992) -
e9e44d7
Emit comments in source order where possible (#1989) -
2bece76
Un-skip a test (#2028) -
61af9ee
Use a common error handler for embedded protocol errors (#2027) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts