Bump sass from 1.77.8 to 1.78.0
Bumps sass from 1.77.8 to 1.78.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.78.0
To install Sass 1.78.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
The
meta.feature-exists
function is now deprecated. This deprecation is namedfeature-exists
.Fix a crash when using
@at-root
without any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations
,futureDeprecations
, andsilenceDeprecations
) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.url
would crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sass
executable from thesass-embedded
npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sass
for local installs or justsass
whensass-embedded
is installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embedded
npm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.78.0
The
meta.feature-exists
function is now deprecated. This deprecation is namedfeature-exists
.Fix a crash when using
@at-root
without any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations
,futureDeprecations
, andsilenceDeprecations
) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.url
would crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sass
executable from thesass-embedded
npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sass
for local installs or justsass
whensass-embedded
is installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embedded
npm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
Commits
-
90a70ef
Fix failing double check test for sass-parser (#2330) -
b1d5f98
Backport deprecation API to legacy JS API (#2293) -
56a4237
Delete unreachabledefault
clause. (#2323) -
a7f623d
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2319) -
9f82850
Ignore newunreachable_switch_default
warning. (#2318) -
798cd7c
Update pubspec.yaml (#2321) -
2bf3ae0
Fix a comment (#2316) -
eb6c19e
Initial implementation of a PostCSS-compatible parser JS API (#2304) -
c3cccef
Bump dartdoc from 8.0.7 to 8.0.8 (#2300) -
f0a0182
docs: Fix link to custom importer (#2315) - Additional commits viewable 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