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 +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.59.3
2
+
3
+ * Fix a performance regression introduced in 1.59.0.
4
+
5
+ * The NPM release of 1.59.0 dropped support for Node 12 without actually
6
+ indicating so in its pubspec. This release temporarily adds back support so
7
+ that the latest Sass version that declares it supports Node 12 actually does
8
+ so. However, Node 12 is now end-of-life, so we will drop support for it
9
+ properly in an upcoming release.
10
+
1
11
## 1.59.2
2
12
3
13
* No user-visible changes.
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ packages:
69
69
dependency: "direct dev"
70
70
description:
71
71
name: cli_pkg
72
- sha256: "2f5bdb861f152ec1c2251e51371600b69dce552ef2e8cf610bd0637be794b59b "
72
+ sha256: "7ae1c54d9c2cefded0ff35838176c5160c31b7a20039f20c745e69ffadca3efd "
73
73
url: "https://pub.dev"
74
74
source: hosted
75
- version: "2.4.0 "
75
+ version: "2.4.2 "
76
76
cli_repl:
77
77
dependency: transitive
78
78
description:
@@ -125,10 +125,10 @@ packages:
125
125
dependency: transitive
126
126
description:
127
127
name: dart_style
128
- sha256: "5be16bf1707658e4c03078d4a9b90208ded217fb02c163e207d334082412f2fb "
128
+ sha256: "6d691edde054969f0e0f26abb1b30834b5138b963793e56f69d3a9a4435e6352 "
129
129
url: "https://pub.dev"
130
130
source: hosted
131
- version: "2.2.5 "
131
+ version: "2.3.0 "
132
132
file:
133
133
dependency: transitive
134
134
description:
@@ -357,27 +357,27 @@ packages:
357
357
dependency: "direct main"
358
358
description:
359
359
name: sass
360
- sha256: "84c0634b18cd739abf799400ea9cfb26a74482a958b35f42a6bf0223dd121bea "
360
+ sha256: "151282d9fe37369766f32f05332f74b98e4029f31032eae139e7d4b07b4a90ce "
361
361
url: "https://pub.dev"
362
362
source: hosted
363
- version: "1.59.2 "
363
+ version: "1.59.3 "
364
364
sass_analysis:
365
365
dependency: "direct dev"
366
366
description:
367
367
path: analysis
368
368
ref: HEAD
369
- resolved-ref: b540d5914e4d6f0d8942c5af6310cf89691eb7ce
369
+ resolved-ref: "09a5f09638b3d7a57f55907abcab624f98629d81"
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: cd0d9bdf773627ba70a34a021feccbb8cf930f1316bff58a0f6e7d2e06c28c22
377
+ sha256: d6aeef2a45783a35c011d9f1684d199d1dcd4ca9e39b9be73985d867b470b430
378
378
url: "https://pub.dev"
379
379
source: hosted
380
- version: "6.0.2 "
380
+ version: "6.0.3 "
381
381
shelf:
382
382
dependency: transitive
383
383
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.59.2
2
+ version : 1.59.3
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.59.2
15
- sass_api : ^6.0.2
14
+ sass : 1.59.3
15
+ sass_api : ^6.0.3
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