Skip to content

Bump rsass from 0.28.10 to 0.29.0 #112

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps rsass from 0.28.10 to 0.29.0.

Changelog

Sourced from rsass's changelog.

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.
  • Pure css round() may take an expression argument.
  • Minor changes in agrument syntax errors.
  • Updated nom to 8.0.0 and added nom-language 0.1.0.
  • Updated sass-spec test suite to 2025-01-29.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 3, 2025
Bumps [rsass](https://github.com/kaj/rsass) from 0.28.10 to 0.29.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rsass-0.29.0 branch from a24a75c to f4641a5 Compare April 7, 2025 18:18
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.

0 participants