Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 3950072

Browse files
committed
Update Dart Sass version and release
1 parent a5d370c commit 3950072

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.50.0
2+
3+
* `@extend` now treats [`:where()`] the same as `:is()`.
4+
5+
[`:where()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/:where
6+
7+
### Command Line Interface
8+
9+
* Closing the standard input stream will now cause the `--watch` command to stop
10+
running.
11+
12+
### Embedded Sass
13+
14+
* Fix a bug where the JS embedded host crashed when invoking a legacy importer
15+
after resolving a relative filesystem import.
16+
17+
* Improve error messages when returning non-`Object` values from legacy
18+
importers.
19+
120
## 1.49.11
221

322
* Add support for 64-bit ARM releases on Linux.

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages:
3535
name: async
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "2.8.2"
38+
version: "2.9.0"
3939
boolean_selector:
4040
dependency: transitive
4141
description:
@@ -315,7 +315,7 @@ packages:
315315
name: sass
316316
url: "https://pub.dartlang.org"
317317
source: hosted
318-
version: "1.49.11"
318+
version: "1.50.0"
319319
sass_analysis:
320320
dependency: "direct dev"
321321
description:
@@ -331,7 +331,7 @@ packages:
331331
name: sass_api
332332
url: "https://pub.dartlang.org"
333333
source: hosted
334-
version: "1.0.0-beta.40"
334+
version: "1.0.0-beta.41"
335335
shelf:
336336
dependency: transitive
337337
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.49.11
2+
version: 1.50.0
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55

@@ -14,7 +14,7 @@ dependencies:
1414
meta: ^1.1.0
1515
path: ^1.6.0
1616
protobuf: ^2.0.0
17-
sass: 1.49.11
17+
sass: 1.50.0
1818
sass_api: ^1.0.0-beta.5
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0

0 commit comments

Comments
 (0)