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 +23
-14
lines changed Expand file tree Collapse file tree 3 files changed +23
-14
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.58.2
2
+
3
+ ### Command Line Interface
4
+
5
+ * Add a timestamp to messages printed in ` --watch ` mode.
6
+
7
+ * Print better ` calc() ` -based suggestions for ` / ` -as-division expression that
8
+ contain calculation-incompatible constructs like unary minus.
9
+
1
10
## 1.58.1
2
11
3
12
* Emit a unitless hue when serializing ` hsl() ` colors. The ` deg ` unit is
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ packages:
5
5
dependency: transitive
6
6
description:
7
7
name: _fe_analyzer_shared
8
- sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201 "
8
+ sha256: "569ddca58d535e601dd1584afa117710abc999d036c0cd2c51777fb257df78e8 "
9
9
url: "https://pub.dev"
10
10
source: hosted
11
- version: "52 .0.0"
11
+ version: "53 .0.0"
12
12
analyzer:
13
13
dependency: transitive
14
14
description:
15
15
name: analyzer
16
- sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4
16
+ sha256: "10927c4b7c7c88b1adbca278c3d5531db92e2f4b4abf04e2919a800af965f3f5"
17
17
url: "https://pub.dev"
18
18
source: hosted
19
- version: "5.4 .0"
19
+ version: "5.5 .0"
20
20
archive:
21
21
dependency: transitive
22
22
description:
@@ -357,27 +357,27 @@ packages:
357
357
dependency: "direct main"
358
358
description:
359
359
name: sass
360
- sha256: "8606f1a8d79c635463d453687f40e75d23c5d005a7ca01c9ce4661212d386e61"
360
+ sha256: f08ef7beae55ca2d07fabb4e0733dd20bc08186e7a714eac953725c9971b49b7
361
361
url: "https://pub.dev"
362
362
source: hosted
363
- version: "1.58.1 "
363
+ version: "1.58.2 "
364
364
sass_analysis:
365
365
dependency: "direct dev"
366
366
description:
367
367
path: analysis
368
368
ref: HEAD
369
- resolved-ref: c8b4cd09ebddba5620a1f3831b5656953c2170b1
369
+ resolved-ref: c4523884bf9fba3a312bae2af559049cd374d42e
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: b0d934d8316a59bfb237b85ffbc9989f81632fff1d36a08e3f215507eddb40c5
377
+ sha256: "4b35efdef6bf4282648498e1556d518c15d0fcc480eccd3dfb30b3b0d82dc36a"
378
378
url: "https://pub.dev"
379
379
source: hosted
380
- version: "5.0.1 "
380
+ version: "5.1.0 "
381
381
shelf:
382
382
dependency: transitive
383
383
description:
@@ -422,10 +422,10 @@ packages:
422
422
dependency: "direct dev"
423
423
description:
424
424
name: source_maps
425
- sha256: "490098075234dcedb83c5d949b4c93dad5e6b7702748de000be2b57b8e6b2427 "
425
+ sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703 "
426
426
url: "https://pub.dev"
427
427
source: hosted
428
- version: "0.10.11 "
428
+ version: "0.10.12 "
429
429
source_span:
430
430
dependency: "direct main"
431
431
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.58.1
2
+ version : 1.58.2
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.58.1
15
- sass_api : ^5.0.1
14
+ sass : 1.58.2
15
+ sass_api : ^5.1.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