Skip to content

Commit 80a5038

Browse files
committed
Update Dart Sass version and release
1 parent 9343ff7 commit 80a5038

File tree

22 files changed

+84
-43
lines changed

22 files changed

+84
-43
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## 1.78.0
2+
3+
* The `meta.feature-exists` function is now deprecated. This deprecation is
4+
named `feature-exists`.
5+
6+
* Fix a crash when using `@at-root` without any queries or children in the
7+
indented syntax.
8+
9+
### JS API
10+
11+
* Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`,
12+
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself
13+
deprecated, and you should move off of it if possible, but this will allow
14+
users of bundlers and other tools that are still using the legacy API to
15+
still control deprecation warnings.
16+
17+
* Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was
18+
passed to the Sass API.
19+
20+
### Embedded Sass
21+
22+
* Explicitly expose a `sass` executable from the `sass-embedded` npm package.
23+
This was intended to be included in 1.63.0, but due to the way
24+
platform-specific dependency executables are installed it did not work as
25+
intended. Now users can run `npx sass` for local installs or just `sass` when
26+
`sass-embedded` is installed globally.
27+
28+
* Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
29+
`sass-embedded` npm package.
30+
31+
* Fix an edge case where the Dart VM could hang when shutting down when requests
32+
were in flight.
33+
34+
* Fix a race condition where the embedded host could fail to shut down if it was
35+
closed around the same time a new compilation was started.
36+
37+
* Fix a bug where parse-time deprecation warnings could not be controlled by
38+
the deprecation options in some circumstances.
39+
140
## 1.77.8
241

342
* No user-visible changes.

npm/android-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The android-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The android-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-ia32",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The android-ia32 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-riscv64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The android-riscv64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-x64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The android-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-arm64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The darwin-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-x64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The darwin-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The linux-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm64",
3-
"version": "1.77.8",
3+
"version": "1.78.0",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)