From 83a5686dd938a4e4b60cc3c92c02dfc332f219cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 13:51:09 +0000 Subject: [PATCH 1/2] chore(deps): update dependency sass/dart-sass to v1.89.2 --- aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqua.yaml b/aqua.yaml index fcf1d3f..db6714d 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -15,4 +15,4 @@ packages: - name: evilmartians/lefthook@v1.11.14 - name: go-task/task@v3.44.0 - name: protocolbuffers/protobuf/protoc@v31.1 -- name: sass/dart-sass@1.87.0 +- name: sass/dart-sass@1.89.2 From 45c7d902cc6a8c5ccab0532329edaedeb4ba330f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Jun 2025 13:51:27 +0000 Subject: [PATCH 2/2] feat: Sync version text of Dart Sass --- src/sass_embedded/_const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass_embedded/_const.py b/src/sass_embedded/_const.py index ad57180..f425c4d 100644 --- a/src/sass_embedded/_const.py +++ b/src/sass_embedded/_const.py @@ -1,6 +1,6 @@ """Constants to use internal of project.""" -DART_SASS_VERSION = "1.87.0" +DART_SASS_VERSION = "1.89.2" """Version of bundled Dart Sass.""" EMBEDDED_PROTOCOL_VERSION = "3.1.0"