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

Commit 96a5ffe

Browse files
committed
Update Dart Sass version and release
1 parent 2d210a4 commit 96a5ffe

File tree

3 files changed

+40
-28
lines changed

3 files changed

+40
-28
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.60.0
2+
3+
* Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
4+
calculations. These will be interpreted as the corresponding numbers.
5+
6+
* Add support for unknown constants in calculations. These will be interpreted
7+
as unquoted strings.
8+
9+
* Serialize numbers with value `infinity`, `-infinity`, and `NaN` to `calc()`
10+
expressions rather than CSS-invalid identifiers. Numbers with complex units
11+
still can't be serialized.
12+
113
## 1.59.3
214

315
* Fix a performance regression introduced in 1.59.0.

pubspec.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07"
8+
sha256: d74f051467a841ce893a50ebeb420b7a5695f985d2781e22b3927fbc849aea45
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "55.0.0"
11+
version: "57.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126"
16+
sha256: b665679cdccab0c754e65021f01087c6fab07a0b13659dd58827f765739b40f8
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "5.7.1"
19+
version: "5.9.0"
2020
archive:
2121
dependency: transitive
2222
description:
@@ -69,10 +69,10 @@ packages:
6969
dependency: "direct dev"
7070
description:
7171
name: cli_pkg
72-
sha256: "7ae1c54d9c2cefded0ff35838176c5160c31b7a20039f20c745e69ffadca3efd"
72+
sha256: c5bae978235d16395df3c9bbc94c476bcfb90324795693f2f6a6e2e9aaac35e6
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "2.4.2"
75+
version: "2.4.3"
7676
cli_repl:
7777
dependency: transitive
7878
description:
@@ -237,18 +237,18 @@ packages:
237237
dependency: transitive
238238
description:
239239
name: matcher
240-
sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8
240+
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
241241
url: "https://pub.dev"
242242
source: hosted
243-
version: "0.12.14"
243+
version: "0.12.15"
244244
meta:
245245
dependency: "direct main"
246246
description:
247247
name: meta
248-
sha256: "12307e7f0605ce3da64cf0db90e5fcab0869f3ca03f76be6bb2991ce0a55e82b"
248+
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
249249
url: "https://pub.dev"
250250
source: hosted
251-
version: "1.9.0"
251+
version: "1.9.1"
252252
mime:
253253
dependency: transitive
254254
description:
@@ -301,10 +301,10 @@ packages:
301301
dependency: transitive
302302
description:
303303
name: pointycastle
304-
sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
304+
sha256: c3120a968135aead39699267f4c74bc9a08e4e909e86bc1b0af5bfd78691123c
305305
url: "https://pub.dev"
306306
source: hosted
307-
version: "3.6.2"
307+
version: "3.7.2"
308308
pool:
309309
dependency: transitive
310310
description:
@@ -357,27 +357,27 @@ packages:
357357
dependency: "direct main"
358358
description:
359359
name: sass
360-
sha256: "151282d9fe37369766f32f05332f74b98e4029f31032eae139e7d4b07b4a90ce"
360+
sha256: "050de6ed666d3f06a45da2c51eab5764c690766ee96b47b94944e582c93315b7"
361361
url: "https://pub.dev"
362362
source: hosted
363-
version: "1.59.3"
363+
version: "1.60.0"
364364
sass_analysis:
365365
dependency: "direct dev"
366366
description:
367367
path: analysis
368368
ref: HEAD
369-
resolved-ref: "09a5f09638b3d7a57f55907abcab624f98629d81"
369+
resolved-ref: c6e7dbc0cd75f9d50f4091f7a53f9f9e3c6cc2de
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: d6aeef2a45783a35c011d9f1684d199d1dcd4ca9e39b9be73985d867b470b430
377+
sha256: e79ebf557e5599f9f57850ce7b6af8af605e7487d4bfa396f0ba057661f2e2a1
378378
url: "https://pub.dev"
379379
source: hosted
380-
version: "6.0.3"
380+
version: "6.1.0"
381381
shelf:
382382
dependency: transitive
383383
description:
@@ -478,26 +478,26 @@ packages:
478478
dependency: "direct dev"
479479
description:
480480
name: test
481-
sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be"
481+
sha256: ce63f9d79c7b5ae87b8756b92deb0b78bdfb3a6421226b7cd03bf9e414d560ed
482482
url: "https://pub.dev"
483483
source: hosted
484-
version: "1.23.1"
484+
version: "1.24.0"
485485
test_api:
486486
dependency: transitive
487487
description:
488488
name: test_api
489-
sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d"
489+
sha256: "6b12a91cd2febdb6f7e7d92c00d1d0c01d88bffc7fe36b1ed236f0cc37cb5ca4"
490490
url: "https://pub.dev"
491491
source: hosted
492-
version: "0.4.18"
492+
version: "0.5.0"
493493
test_core:
494494
dependency: transitive
495495
description:
496496
name: test_core
497-
sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
497+
sha256: "4f44e9d888186f91f93ca581d6962424e796b9317acc3a1a997ab86753bf4717"
498498
url: "https://pub.dev"
499499
source: hosted
500-
version: "0.4.24"
500+
version: "0.5.0"
501501
test_descriptor:
502502
dependency: "direct dev"
503503
description:
@@ -534,10 +534,10 @@ packages:
534534
dependency: transitive
535535
description:
536536
name: vm_service
537-
sha256: eb3cf3f45fc1500ae30481ac9ab788302fa5e8edc3f3eaddf183945ee93a8bf3
537+
sha256: f6deed8ed625c52864792459709183da231ebf66ff0cf09e69b573227c377efe
538538
url: "https://pub.dev"
539539
source: hosted
540-
version: "11.2.0"
540+
version: "11.3.0"
541541
watcher:
542542
dependency: transitive
543543
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.59.3
2+
version: 1.60.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.59.3
15-
sass_api: ^6.0.3
14+
sass: 1.60.0
15+
sass_api: ^6.1.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)