Bump sass from 1.71.0 to 1.71.1
Bumps sass from 1.71.0 to 1.71.1.
Release notes
Sourced from sass's releases.
Dart Sass 1.71.1
To install Sass 1.71.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()
a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.71.1
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()
a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
Commits
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