Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io_bazel_rules_sass to v0.1.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-testing
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_sass git_repository minor 0.0.3 -> 0.1.0

Release Notes

bazelbuild/rules_sass

v0.1.0

Compare Source

This release:

  • Switches the default compiler from libsass (via sassc) to dart-sass (via the JavaScript-compiled distribution on npm). The Dart compiler is now the canonical implementation and is actively maintained by the Sass owners.
  • Updates the rule APIs to match the API of Google's internal Sass rules so that these rules can then replace the existing Sass rules inside Google. This is largely adding additional attributes to sass_binary, excepting the breaking changes listed below.
New features

Sass binary now supports three new attributes: include_paths, output_dir, and output_name. See the README for more information on these attributes.

Breaking changes
  • Additional setup in a project's WORKSPACE file is now required; see the README for more information.
  • The default output filename for sass_binary is now based on the src filename instead of the name of the rule. For example, if your input src file is material-button.scss, the default output filename will be material-button.css. The name can be customized via the output_name attribute.
  • While the Dart compiler should match the libsass compiler's behavior, it is possible some minor differences in CSS output may occur.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants