Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps rsass from 0.28.10 to 0.29.2.

Changelog

Sourced from rsass's changelog.

Release 0.29.2

Released 2025-04-18. Progress: 5988 of 13041 tests passed.

  • Improve the relation of file names to module names regarding - and _ characters. Thanks @purelinux@social.tchncs.de for reporting.
  • Allow vendor prefixes when checking for css-allowed at rules (e.g. @-moz-document should be allowed).
  • Improved parsing of slash-separated lists.
  • Avoid an unnecessary proc macro, making rsass the library free of syn (Note; the cli and the proc macro still uses syn).
  • Fixed a regression where one but not all selectors in a selectorset contained a backref (PR #212).
  • Updated sass-spec test suite to 2025-03-17.

Release 0.29.0

Released 2025-02-02. Progress: 5879 of 12589 tests passed. The large number of new failing tests are mainly for new color functions that rsass don't support yet.

Breaking changes:

  • Replaced the css Selector implementation. The new "logical" selector types that was used in selector function in rsass 0.28 is now the only css selector implementation. Most of the api to those types are private. Some will probably be made public after some stabilization period.
  • The Debug trait for Error is now the standard derived impl, to get the pretty output, use the Display trait.
  • All numbers are now represented as f64 (#203). This removes integration with num-rational, num-bigint, num-integer and num-traits.
  • Improved @for loop evaluation and error handling (#206).
  • Msrv is now 1.65.0 for rsass (and 1.74 for rsass-cli).

Other changes:

  • Lots of color handling.
    • Spec changes for traditional css colors (PR #198).
    • Made all color channels f64 instead of Rational (PR #199).
  • Fixed a bug where clamp(..) was sometimes evaluated to a value even though units wasn't comparable.
  • Improved parse error handling (Issue #141, PR #201, PR #205). Many parse errors now match the dart sass error message. Also allow "loud" comments in more places.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rsass](https://github.com/kaj/rsass) from 0.28.10 to 0.29.2.
- [Release notes](https://github.com/kaj/rsass/releases)
- [Changelog](https://github.com/kaj/rsass/blob/main/CHANGELOG.md)
- [Commits](kaj/rsass@v0.28.10...v0.29.2)

---
updated-dependencies:
- dependency-name: rsass
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant