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

Commit 6f1305c

Browse files
committed
Update Dart Sass version and release
1 parent 0c76246 commit 6f1305c

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.62.0
2+
3+
* Deprecate the use of multiple `!global` or `!default` flags on the same
4+
variable. This deprecation is named `duplicate-var-flags`.
5+
6+
* Allow special numbers like `var()` or `calc()` in the global functions:
7+
`grayscale()`, `invert()`, `saturate()`, and `opacity()`. These are also
8+
native CSS `filter` functions. This is in addition to number values which were
9+
already allowed.
10+
11+
* Fix a cosmetic bug where an outer rule could be duplicated after nesting was
12+
resolved, instead of re-using a shared rule.
13+
114
## 1.61.0
215

316
* **Potentially breaking change:** Drop support for End-of-Life Node.js 12.

pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ packages:
2121
dependency: transitive
2222
description:
2323
name: archive
24-
sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
24+
sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "3.3.6"
27+
version: "3.3.7"
2828
args:
2929
dependency: transitive
3030
description:
@@ -357,27 +357,27 @@ packages:
357357
dependency: "direct main"
358358
description:
359359
name: sass
360-
sha256: "3174cb19e5d655e57f814176b82510ea1ff964f0df6a6dec839f1912e250d36e"
360+
sha256: "2ed4971a0b2acf0f5927e45988abe910cbebb467ba396503976d3556ee5af730"
361361
url: "https://pub.dev"
362362
source: hosted
363-
version: "1.61.0"
363+
version: "1.62.0"
364364
sass_analysis:
365365
dependency: "direct dev"
366366
description:
367367
path: analysis
368368
ref: HEAD
369-
resolved-ref: "702a7ee7a18c0265f8f90ff1155268e477dd77cf"
369+
resolved-ref: c55235d166591e86ed342a1b5937b3d600e4d4de
370370
url: "https://github.com/sass/dart-sass.git"
371371
source: git
372372
version: "0.0.0"
373373
sass_api:
374374
dependency: "direct main"
375375
description:
376376
name: sass_api
377-
sha256: "19a3bc0c3ad28d362c4d207557d06cd6aed89a94cf5d89681fa3b625f0904a27"
377+
sha256: "712eeb6707214c9712eb5032a7e23c496f080a965c54e9e2b2efa885296fd3cb"
378378
url: "https://pub.dev"
379379
source: hosted
380-
version: "6.2.0"
380+
version: "6.3.0"
381381
shelf:
382382
dependency: transitive
383383
description:
@@ -550,10 +550,10 @@ packages:
550550
dependency: transitive
551551
description:
552552
name: web_socket_channel
553-
sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b
553+
sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
554554
url: "https://pub.dev"
555555
source: hosted
556-
version: "2.3.0"
556+
version: "2.4.0"
557557
webkit_inspection_protocol:
558558
dependency: transitive
559559
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.61.0
2+
version: 1.62.0
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55
environment:
@@ -11,8 +11,8 @@ dependencies:
1111
meta: ^1.1.0
1212
path: ^1.6.0
1313
protobuf: ^2.0.0
14-
sass: 1.61.0
15-
sass_api: ^6.2.0
14+
sass: 1.62.0
15+
sass_api: ^6.3.0
1616
source_span: ^1.1.0
1717
stack_trace: ^1.6.0
1818
stream_channel: ">=1.6.0 <3.0.0"

0 commit comments

Comments
 (0)