Skip to content

Commit e490354

Browse files
committed
Update Dart Sass version and release
1 parent 9618534 commit e490354

File tree

20 files changed

+64
-40
lines changed

20 files changed

+64
-40
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.92.0
2+
3+
* **Breaking change:** Emit declarations, childless at-rules, and comments in
4+
the order they appear in the source even when they're interleaved with nested
5+
rules. This obsoletes the `mixed-decls` deprecation.
6+
7+
* **Breaking change:** The function name `type()` is now fully reserved for the
8+
plain CSS function. This means that `@function` definitions with the name
9+
`type` will produce errors, while function calls will be parsed as special
10+
function strings.
11+
12+
* Configuring private variables using `@use ... with`, `@forward ... with`, and
13+
`meta.load-css(..., $with: ...)` is now deprecated. Private variables were
14+
always intended to be fully encapsulated within the module that defines them,
15+
and this helps enforce that encapsulation.
16+
17+
* Fix a bug where `@extend` rules loaded through a mixture of `@import` and
18+
`@use` rules could fail to apply correctly.
19+
20+
### Command-Line Interface
21+
22+
* In `--watch` mode, delete the source map when the associated source file is
23+
deleted.
24+
125
## 1.91.0
226

327
* **Potentially breaking change:** `meta.inspect()` (as well as other systems

npm/all-unknown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-all-unknown",
3-
"version": "1.91.0",
3+
"version": "1.92.0",
44
"description": "The pure js optional dependency for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",
@@ -12,6 +12,6 @@
1212
"!x64"
1313
],
1414
"dependencies": {
15-
"sass": "1.91.0"
15+
"sass": "1.92.0"
1616
}
1717
}

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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.0",
44
"description": "The android-arm64 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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.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.91.0",
3+
"version": "1.92.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)