diff --git a/.travis.yml b/.travis.yml index 1f5155ef5..1a91e2e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,9 +77,6 @@ jobs: node_js: stable install: pub run grinder before-test script: tool/travis/task/node_tests.sh - - <<: *node-tests - name: Node tests | Dart stable | Node Carbon - node_js: lts/carbon - <<: *node-tests name: Node tests | Dart stable | Node Dubnium node_js: lts/dubnium diff --git a/CHANGELOG.md b/CHANGELOG.md index 609626f12..a8cf63b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.22.8 + +### JavaScript API + +* Don't crash when running in a directory whose name contains URL-sensitive + characters. + +* Drop support for Node Carbon (8.x), which doesn't support `url.pathToFileURL`. + ## 1.22.7 * Restrict the supported versions of the Dart SDK to `^2.4.0`. diff --git a/package/package.json b/package/package.json index 164c9ec06..f6f8fb0dd 100644 --- a/package/package.json +++ b/package/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/nex3" }, "engines": { - "node": ">=0.11.8" + "node": ">=10.0.0" }, "dependencies": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 698f1db1b..6636b6f75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.22.7 +version: 1.22.8 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass