Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
sass-true (source) ^8.1.0 -> ^10.0.0 age confidence

Release Notes

oddbird/true (sass-true)

v10.0.1

Compare Source

  • DOCUMENTATION: Rewrite README documentation
  • INTERNAL: Update dependencies

v10.0.0

Compare Source

  • BREAKING: Remove the $inspect option from assertions,
    since Sass has improved comparisons and changed inspection.
    #​332
  • FEATURE: Multiple contains() and contains-string() expectations
    can be used in a single assertion.
    #​333
  • FEATURE: Do not fail on non-standard at-rules (switch to postcss for css
    parsing). #​314
  • INTERNAL: Update dependencies

Migration:
It seems that most tests can be updated
by simply removing the $inspect argument entirely,
with no other changes.
In some cases, you may still need one of the following:

  • Numeric tests with long decimals should use
    math.round() to explicitly compare values
    at the desired level of precision,
    rather than relying on the unreliable precision
    of the meta.inspect() function.
  • Tests that rely on map output might throw an error
    since 'maps' are not a defined CSS syntax.
    In this case you can use meta.inspect()
    to compare the string representations of maps.

v9.0.0

Compare Source

  • FEATURE: contains-string() supports substring matching.
    #​311
  • BREAKING: Drop support for node < 20
  • INTERNAL: Update dependencies

Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Berlin, Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from felix-berlin November 21, 2025 10:00
@renovate renovate bot force-pushed the renovate/sass-true-10.x branch from 762c173 to fbf3b53 Compare December 3, 2025 18:55
@renovate renovate bot force-pushed the renovate/sass-true-10.x branch from fbf3b53 to 8d2b2ea Compare December 4, 2025 21:47
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.

1 participant