This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Original file line number Diff line number Diff line change
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
+
1
14
## 1.61.0
2
15
3
16
* ** Potentially breaking change:** Drop support for End-of-Life Node.js 12.
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ packages:
21
21
dependency: transitive
22
22
description:
23
23
name: archive
24
- sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
24
+ sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
25
25
url: "https://pub.dev"
26
26
source: hosted
27
- version: "3.3.6 "
27
+ version: "3.3.7 "
28
28
args:
29
29
dependency: transitive
30
30
description:
@@ -357,27 +357,27 @@ packages:
357
357
dependency: "direct main"
358
358
description:
359
359
name: sass
360
- sha256: "3174cb19e5d655e57f814176b82510ea1ff964f0df6a6dec839f1912e250d36e "
360
+ sha256: "2ed4971a0b2acf0f5927e45988abe910cbebb467ba396503976d3556ee5af730 "
361
361
url: "https://pub.dev"
362
362
source: hosted
363
- version: "1.61 .0"
363
+ version: "1.62 .0"
364
364
sass_analysis:
365
365
dependency: "direct dev"
366
366
description:
367
367
path: analysis
368
368
ref: HEAD
369
- resolved-ref: "702a7ee7a18c0265f8f90ff1155268e477dd77cf"
369
+ resolved-ref: c55235d166591e86ed342a1b5937b3d600e4d4de
370
370
url: "https://github.com/sass/dart-sass.git"
371
371
source: git
372
372
version: "0.0.0"
373
373
sass_api:
374
374
dependency: "direct main"
375
375
description:
376
376
name: sass_api
377
- sha256: "19a3bc0c3ad28d362c4d207557d06cd6aed89a94cf5d89681fa3b625f0904a27 "
377
+ sha256: "712eeb6707214c9712eb5032a7e23c496f080a965c54e9e2b2efa885296fd3cb "
378
378
url: "https://pub.dev"
379
379
source: hosted
380
- version: "6.2 .0"
380
+ version: "6.3 .0"
381
381
shelf:
382
382
dependency: transitive
383
383
description:
@@ -550,10 +550,10 @@ packages:
550
550
dependency: transitive
551
551
description:
552
552
name: web_socket_channel
553
- sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b
553
+ sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
554
554
url: "https://pub.dev"
555
555
source: hosted
556
- version: "2.3 .0"
556
+ version: "2.4 .0"
557
557
webkit_inspection_protocol:
558
558
dependency: transitive
559
559
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.61 .0
2
+ version : 1.62 .0
3
3
description : An implementation of the Sass embedded protocol using Dart Sass.
4
4
homepage : https://github.com/sass/dart-sass-embedded
5
5
environment :
@@ -11,8 +11,8 @@ dependencies:
11
11
meta : ^1.1.0
12
12
path : ^1.6.0
13
13
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
16
16
source_span : ^1.1.0
17
17
stack_trace : ^1.6.0
18
18
stream_channel : " >=1.6.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments