Fix the operator span when parsing a standalone `%` (#2667) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
Recent Commits to dart-sass:main
-
Fix the operator span when parsing a standalone `%` (#2667)
-
Bump chokidar from 4.0.3 to 5.0.0 in /package (#2690)
Bump chokidar from 4.0.3 to 5.0.0 in /package (#2690) Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump archive from 3.6.1 to 4.0.7 (#2688)
Bump archive from 3.6.1 to 4.0.7 (#2688) Bumps [archive](https://github.com/brendan-duncan/archive) from 3.6.1 to 4.0.7. - [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md) - [Commits](https://github.com/brendan-duncan/archive/commits) --- updated-dependencies: - dependency-name: archive dependency-version: 4.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump protoc_plugin from 23.0.0 to 24.0.0 (#2677)
Bump protoc_plugin from 23.0.0 to 24.0.0 (#2677) Bumps [protoc_plugin](https://github.com/google/protobuf.dart) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protoc_plugin-v23.0.0...protoc_plugin-v24.0.0) --- updated-dependencies: - dependency-name: protoc_plugin dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump jest-extended from 6.0.0 to 7.0.0 in /pkg/sass-parser (#2678)
Bump jest-extended from 6.0.0 to 7.0.0 in /pkg/sass-parser (#2678) Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/jest-community/jest-extended/releases) - [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/jest-extended/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: jest-extended dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/checkout from 5 to 6 (#2685)
Bump actions/checkout from 5 to 6 (#2685) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/checkout from 5 to 6 in /.github/util/initialize (#2686)
Bump actions/checkout from 5 to 6 in /.github/util/initialize (#2686) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Mention obsolete deprecation fix in all API surfaces (#2683)
Mention obsolete deprecation fix in all API surfaces (#2683)
-
Update pubspec/changelog for sass/embedded-host-node#399 (#2682)
Update pubspec/changelog for sass/embedded-host-node#399 (#2682) See sass/embedded-host-node#398
-
--fatal-deprecation excludes obsolete Deprecations (#2671)
--fatal-deprecation excludes obsolete Deprecations (#2671) Using `--fatal-deprecation 1.92.0` would emit: "Warning: mixed-decls deprecation is obsolete, so does not need to be made fatal". This commit avoids these warnings by excluding obsolete deprecations. See also #2647 Co-authored-by: Jennifer Thakar <jathak@google.com>
-
Pass --provenance to `npm publish` (#2681)
Pass --provenance to `npm publish` (#2681) As suggested by https://github.com/npm/cli/issues/8730#issuecomment-3538909998
-
Update the repository URL for JS packages (#2679)
Update the repository URL for JS packages (#2679) This has to match the repo it's published from or npm's new publishing workflow will complain.
-
Parse selectors in the sass-parser package (#2670)
Parse selectors in the sass-parser package (#2670) This adds a separate "interpolated selector" AST that parallels the existing selector AST, but includes the interpolation that's present in the source files. This AST isn't used by the Sass implementation itself; it's just made available so that tools can gracefully interact with selectors as an AST in unevaluated Sass files.
-
Add support for plain-CSS `@function` rules (#2655)
Add support for plain-CSS `@function` rules (#2655) See #2197
-
Track offsets instead of locations in InterpolationMap (#2674)
Track offsets instead of locations in InterpolationMap (#2674) This is semantically identical, but a little more efficient and easier to construct in situations without actual `SourceLocation`s.
-
Add a separate `StylesheetParser.interpolatedStringToken()` method (#…
Add a separate `StylesheetParser.interpolatedStringToken()` method (#2675) Unlike `StringExpression.asInterpolation()`, this ensures that the text between interpolated expressions exactly matches the text in the original document.
-
Make sure all source spans use interpolation maps (#2673)
Make sure all source spans use interpolation maps (#2673) `Scanner.spanFrom` doesn't respect Sass's `InterpolationMap`, so this changes all span accesses to go through `Parser.spanFrom` and `Parser.spanFromPosition`.
-
Update release workflows to support npm trusted publshing (#2669)
Update release workflows to support npm trusted publshing (#2669)
-
Bump actions/download-artifact from 5 to 6 (#2664)
Bump actions/download-artifact from 5 to 6 (#2664) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/upload-artifact from 4 to 5 (#2665)
Bump actions/upload-artifact from 4 to 5 (#2665) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Stop holding onto stack traces for every CSS declaration (#2666)
Stop holding onto stack traces for every CSS declaration (#2666) Closes #2663
-
Bump analyzer, protobuf, protoc_plugin and dartdoc (#2660)
Bump analyzer, protobuf, protoc_plugin and dartdoc (#2660) * Bump analyzer, protobuf, protoc_plugin and dartdoc Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg), [protobuf](https://github.com/google/protobuf.dart), [protoc_plugin](https://github.com/google/protobuf.dart) and [dartdoc](https://github.com/dart-lang/dartdoc). These dependencies needed to be updated together. Updates `analyzer` from 7.7.1 to 8.4.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `protobuf` from 4.2.0 to 5.0.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v4.2.0...protobuf-v5.0.0) Updates `protoc_plugin` from 22.5.0 to 23.0.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protoc_plugin-v22.5.0...protoc_plugin-v23.0.0) Updates `dartdoc` from 8.3.4 to 9.0.0 - [Release notes](https://github.com/dart-lang/dartdoc/releases) - [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/dartdoc/compare/v8.3.4...v9.0.0) --- updated-dependencies: - dependency-name: analyzer dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: protobuf dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: protoc_plugin dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: dartdoc dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * make sure sass_api pubspec follows the root pubspec --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
-
Bump actions/setup-node from 4 to 6 (#2661)
Bump actions/setup-node from 4 to 6 (#2661) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/setup-node from 5 to 6 in /.github/util/initialize (#2662)
Bump actions/setup-node from 5 to 6 in /.github/util/initialize (#2662) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Mark @sass/types as public (#2653)
Mark @sass/types as public (#2653) This is necessary because scoped packages are private by default.
-
Empty commit
Empty commit This ensures that the commit being tagged for release doesn't include changes to the GitHub Actions workflow, which would require additional permissions.
-
Fix the release script for `@sass/types` (#2651)
Fix the release script for `@sass/types` (#2651) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
-
Switch to macos-15-intel runner (#2650)
Switch to macos-15-intel runner (#2650) https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
-
Publish a `@sass/types` package with the types of the shared JS API (…
Publish a `@sass/types` package with the types of the shared JS API (#2639) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
-
Fix crash when @importing a Sass file that @uses another file (#2599)
Fix crash when @importing a Sass file that @uses another file (#2599) * update changelog and versions
-
Bump actions/setup-node from 4 to 5 (#2643)
Bump actions/setup-node from 4 to 5 (#2643) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/setup-node from 4 to 5 in /.github/util/initialize (#2644)
Bump actions/setup-node from 4 to 5 in /.github/util/initialize (#2644) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Fix bug with implicit configuration (#2642)
Fix bug with implicit configuration (#2642) Fixes #2641
-
Bump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607)
Bump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607) * Bump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser Bumps [postcss](https://github.com/postcss/postcss) from 8.5.5 to 8.5.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.5...8.5.6) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix type for StatementWithChildren * work around type limitation for the Declaration node type * use unknown instead of any to forcefully cast a Declaration as a StatementWithChildren --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
-
Bump browser-actions/setup-chrome from 1 to 2 (#2604)
Bump browser-actions/setup-chrome from 1 to 2 (#2604) Bumps [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome) from 1 to 2. - [Release notes](https://github.com/browser-actions/setup-chrome/releases) - [Changelog](https://github.com/browser-actions/setup-chrome/blob/master/CHANGELOG.md) - [Commits](https://github.com/browser-actions/setup-chrome/compare/v1...v2) --- updated-dependencies: - dependency-name: browser-actions/setup-chrome dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/download-artifact from 4 to 5 (#2617)
Bump actions/download-artifact from 4 to 5 (#2617) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
[Private Config] Implement the deprecation (#2631)
[Private Config] Implement the deprecation (#2631) See sass/sass#4034
-
Bump actions/attest-build-provenance from 2 to 3 (#2633)
Bump actions/attest-build-provenance from 2 to 3 (#2633) Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Add support for the plain CSS type() function (#2630)
Add support for the plain CSS type() function (#2630) Closes #2539
-
Implement the new mixed declaration/comment/at-rule behavior (#2629)
Implement the new mixed declaration/comment/at-rule behavior (#2629)
-
Delete source maps when source files are deleted in watch mode (#2626)
Delete source maps when source files are deleted in watch mode (#2626) Closes #2613
-
Fix `@extend` through mixed `@import` and `@use` (#2627)
Fix `@extend` through mixed `@import` and `@use` (#2627) Closes #2616
-
Update Jest snapshot URLs (#2628)
Update Jest snapshot URLs (#2628)
-
Deprecate misplaced rest arguments (#2623)
Deprecate misplaced rest arguments (#2623) See sass/sass-spec#2072
-
Use official dart riscv64 docker image (#2619)
Use official dart riscv64 docker image (#2619)
-
Print non-integer number at full precision in inspect mode (#2615)
Print non-integer number at full precision in inspect mode (#2615) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
-
Bump actions/checkout from 4 to 5 (#2620)
Bump actions/checkout from 4 to 5 (#2620) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump actions/checkout from 4 to 5 in /.github/util/initialize (#2621)
Bump actions/checkout from 4 to 5 in /.github/util/initialize (#2621) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump expect from 29.7.0 to 30.0.5 in /pkg/sass-parser (#2611)
Bump expect from 29.7.0 to 30.0.5 in /pkg/sass-parser (#2611) Bumps [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect) from 29.7.0 to 30.0.5. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/expect) --- updated-dependencies: - dependency-name: expect dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Allow unused configurations to go past `@forward` (#2600)
Allow unused configurations to go past `@forward` (#2600) Closes #2598
-
Bump @types/jest from 29.5.14 to 30.0.0 in /pkg/sass-parser (#2591)
Bump @types/jest from 29.5.14 to 30.0.0 in /pkg/sass-parser (#2591) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.14 to 30.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Update embedded-host-node release pipeline (#2609)
Update embedded-host-node release pipeline (#2609)
-
Bump jest from 29.7.0 to 30.0.4 in /pkg/sass-parser (#2603)
Bump jest from 29.7.0 to 30.0.4 in /pkg/sass-parser (#2603) Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.4. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Fix CI by pinning postcss version to 8.5.5 and disable app armor for …
Fix CI by pinning postcss version to 8.5.5 and disable app armor for browser tests (#2606) * Pin postcss version to 8.5.5 Not using 8.5.6 yet because it needs additional changes for type compatibility * disable app armor for browser tests See https://github.com/puppeteer/puppeteer/issues/12818 Ubuntu 23+ doesn't like running puppeteer without disabling AppArmor.
-
Bump jest-extended from 5.0.3 to 6.0.0 in /pkg/sass-parser (#2587)
Bump jest-extended from 5.0.3 to 6.0.0 in /pkg/sass-parser (#2587) Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 5.0.3 to 6.0.0. - [Release notes](https://github.com/jest-community/jest-extended/releases) - [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/jest-extended/compare/v5.0.3...v6.0.0) --- updated-dependencies: - dependency-name: jest-extended dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
release 1.89.2 for an embedded-host-node fix (#2585)
release 1.89.2 for an embedded-host-node fix (#2585) * release 1.89.2 for an embedded-host-node fix
-
Bump lints from 5.1.1 to 6.0.0 (#2581)
Bump lints from 5.1.1 to 6.0.0 (#2581) Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v6.0.0/pkgs) --- updated-dependencies: - dependency-name: lints dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bump jest-extended from 4.0.2 to 5.0.3 in /pkg/sass-parser (#2582)
Bump jest-extended from 4.0.2 to 5.0.3 in /pkg/sass-parser (#2582) Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 4.0.2 to 5.0.3. - [Release notes](https://github.com/jest-community/jest-extended/releases) - [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/jest-extended/compare/v4.0.2...v5.0.3) --- updated-dependencies: - dependency-name: jest-extended dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Merge pull request #2583 from sass/list-parens
Merge pull request #2583 from sass/list-parens Properly add `ParenthesizedExpression` for comma-separated lists
-
Fix sass-parser compatibility with the latest PostCSS
Fix sass-parser compatibility with the latest PostCSS