diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index e916b9390..ff968fe3b 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-beta.16 + +* No user-visible changes. + ## 1.0.0-beta.15 * Fix an issue where `RecursiveAstVisitor` was not implementing diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 4b271e226..e1c72fe43 100644 --- a/pkg/sass_api/pubspec.yaml +++ b/pkg/sass_api/pubspec.yaml @@ -2,7 +2,7 @@ name: sass_api # Note: Every time we add a new Sass AST node, we need to bump the *major* # version because it's a breaking change for anyone who's implementing the # visitor interface(s). -version: 1.0.0-beta.15 +version: 1.0.0-beta.16 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - sass: 1.43.1 + sass: 1.43.2 dependency_overrides: sass: {path: ../..} diff --git a/pubspec.yaml b/pubspec.yaml index f2dff30f8..c1efeea1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.43.2-dev +version: 1.43.2 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass @@ -34,7 +34,7 @@ dependencies: dev_dependencies: analyzer: ^2.4.0 archive: ^3.1.2 - cli_pkg: ^1.7.0 + cli_pkg: ^2.0.0 crypto: ^3.0.0 dart_style: ^2.0.0 grinder: ^0.9.0 diff --git a/tool/grind.dart b/tool/grind.dart index fdc6a9cbe..206a68bdb 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -28,7 +28,10 @@ void main(List args) { pkg.chocolateyNuspec.value = _nuspec; pkg.homebrewRepo.value = "sass/homebrew-sass"; pkg.homebrewFormula.value = "sass.rb"; - pkg.jsRequires.value = {"chokidar": "chokidar", "readline": "readline"}; + pkg.jsRequires.value = [ + pkg.JSRequire("chokidar", target: pkg.JSRequireTarget.cli), + pkg.JSRequire("readline", target: pkg.JSRequireTarget.cli) + ]; pkg.jsModuleMainLibrary.value = "lib/src/node.dart"; pkg.jsDevFlags.value.add("-Dnew-js-api=true"); pkg.npmPackageJson.fn = () =>