File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1919 - arch : ia32
2020 runner : windows-latest
2121 - arch : arm64
22- runner : windows-arm64
22+ # This should be windows-arm64, but it's broken by several issues:
23+ # https://github.com/orgs/community/discussions/131594
24+ # https://github.com/orgs/community/discussions/131754
25+ runner : windows-latest
2326
2427 steps :
2528 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1+ ## 1.77.8
2+
3+ * No user-visible changes.
4+
15## 1.77.7
26
37* Declarations that appear after nested rules are deprecated, because the
Original file line number Diff line number Diff line change 1+ ## 10.4.8
2+
3+ * No user-visible changes.
4+
15## 10.4.7
26
37* No user-visible changes.
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: sass_api
22# Note: Every time we add a new Sass AST node, we need to bump the *major*
33# version because it's a breaking change for anyone who's implementing the
44# visitor interface(s).
5- version : 10.4.7
5+ version : 10.4.8
66description : Additional APIs for Dart Sass.
77homepage : https://github.com/sass/dart-sass
88
99environment :
1010 sdk : " >=3.0.0 <4.0.0"
1111
1212dependencies :
13- sass : 1.77.7
13+ sass : 1.77.8
1414
1515dev_dependencies :
1616 dartdoc : " >=6.0.0 <9.0.0"
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.77.7
2+ version : 1.77.8
33description : A Sass implementation in Dart.
44homepage : https://github.com/sass/dart-sass
55
You can’t perform that action at this time.
0 commit comments