Bump sass from 1.71.1 to 1.72.0
Bumps sass from 1.71.1 to 1.72.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.72.0
To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.72.0
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.
Commits
-
ce16b35
Cut a release (#2194) -
9af6bbf
Properly handlepkg:
imports with args (#2193) -
0330491
Update to node 20 (#2192) -
48e2d0c
Preserve underscores inVariableExpression.toString()
(#2185) -
6e2d637
Allow adjacent forward slashes in plain CSS expressions (#2190) -
fa4d909
Bump softprops/action-gh-release from 1 to 2 (#2191) -
fd67fe6
[Hotfix Node Package Importer]- Handle subpath without extensions (#2184) - 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