File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 7777 node_js : stable
7878 install : pub run grinder before-test
7979 script : tool/travis/task/node_tests.sh
80- - << : *node-tests
81- name : Node tests | Dart stable | Node Carbon
82- node_js : lts/carbon
8380 - << : *node-tests
8481 name : Node tests | Dart stable | Node Dubnium
8582 node_js : lts/dubnium
Original file line number Diff line number Diff line change 1+ ## 1.22.8
2+
3+ ### JavaScript API
4+
5+ * Don't crash when running in a directory whose name contains URL-sensitive
6+ characters.
7+
8+ * Drop support for Node Carbon (8.x), which doesn't support ` url.pathToFileURL ` .
9+
110## 1.22.7
211
312* Restrict the supported versions of the Dart SDK to ` ^2.4.0 ` .
Original file line number Diff line number Diff line change 1414 "url" : " https://github.com/nex3"
1515 },
1616 "engines" : {
17- "node" : " >=0.11.8 "
17+ "node" : " >=10.0.0 "
1818 },
1919 "dependencies" : {
2020 "chokidar" : " >=2.0.0 <4.0.0"
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.22.7
2+ version : 1.22.8
33description : A Sass implementation in Dart.
44author : Dart Team <misc@dartlang.org>
55homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments