Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
sass 1.87.0 -> 1.93.2 age confidence

Release Notes

sass/dart-sass (sass)

v1.93.2

Compare Source

  • No user-visible changes.
JavaScript API
  • Fix another error in the release process for @sass/types.

v1.93.1

Compare Source

  • No user-visible changes.
JavaScript API
  • Fix an error in the release process for @sass/types.

v1.93.0

Compare Source

  • Fix a crash when a style rule contains a nested @import, and the loaded file
    @uses a user-defined module as well as @includes a top-level mixin which
    emits top-level declarations.
JavaScript API
  • Release a @sass/types package which contains the type annotations used by
    both the sass and sass-embedded package without any additional code or
    dependencies.

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

v1.91.0

Compare Source

  • Potentially breaking change: meta.inspect() (as well as other systems
    that use it such as @debug and certain error messages) now emits numbers
    with as high precision as is available instead of rounding to the nearest
    1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
    meta.inspect(), which is to provide full information about the structure of
    a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when
    calling a function or mixin is now deprecated. This was always outside the
    specified syntax, but it was historically treated the same as passing the rest
    argument at the end of the argument list whether or not that matched the
    visual order of the arguments.

v1.90.0

Compare Source

  • Allow a @forwarded module to be loaded with a configuration when that module
    has already been loaded with a different configuration and the module
    doesn't define any variables that would have been configured anyway.

v1.89.2

Compare Source

Embedded Host
  • Fixed a compilation error caused by an outdated buf dependency.

v1.89.1

Compare Source

  • No user-visible changes.

v1.89.0

Compare Source

  • Allow the Node package importer to load files even when there are multiple
    potential resolutions, as long as those resolutions all point to the same
    file.

v1.88.0

Compare Source

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs
  • Potentially breaking bug fix: Throw an error when passing a function or
    mixin object from one compilation to another.
Dart API
  • Deprecate passing a relative URL to compileString() and related functions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link

codecov bot commented May 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.83%. Comparing base (d3188ef) to head (54b3fa3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1708   +/-   ##
=======================================
  Coverage   90.83%   90.83%           
=======================================
  Files         344      344           
  Lines        5794     5794           
  Branches     1374     1333   -41     
=======================================
  Hits         5263     5263           
- Misses        512      514    +2     
+ Partials       19       17    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title fix(deps): update dependency sass to v1.88.0 fix(deps): update dependency sass to v1.89.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 4 times, most recently from e961bc9 to 76957c3 Compare May 21, 2025 12:47
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 5 times, most recently from 0fe8aed to 6737c45 Compare May 30, 2025 12:37
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.89.0 fix(deps): update dependency sass to v1.89.1 May 31, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 10 times, most recently from 3480d17 to a06d7b0 Compare June 6, 2025 18:56
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from a06d7b0 to 8110511 Compare June 9, 2025 00:44
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.89.1 fix(deps): update dependency sass to v1.89.2 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 3 times, most recently from 28a55ba to d82006b Compare June 16, 2025 00:44
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 3 times, most recently from 2c381b6 to e9d8529 Compare June 18, 2025 16:08
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from f3cf003 to bc5bff0 Compare August 6, 2025 11:15
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 8977ee8 to 1cec800 Compare August 18, 2025 00:45
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 5 times, most recently from a6a8647 to 12665b2 Compare August 26, 2025 00:40
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.90.0 fix(deps): update dependency sass to v1.91.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 12665b2 to 7862ec2 Compare September 1, 2025 00:47
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.91.0 fix(deps): update dependency sass to v1.92.0 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 7862ec2 to 85e45f6 Compare September 2, 2025 20:59
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.92.0 fix(deps): update dependency sass to v1.92.1 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 1fc3bac to 8faf573 Compare September 8, 2025 00:41
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 3 times, most recently from 8ed4078 to 20dcf80 Compare September 18, 2025 11:20
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.92.1 fix(deps): update dependency sass to v1.93.0 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 8f4b37d to dbbb98a Compare September 22, 2025 00:42
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.93.0 fix(deps): update dependency sass to v1.93.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from dbbb98a to f272d2d Compare September 23, 2025 00:39
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.93.1 fix(deps): update dependency sass to v1.93.2 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from f272d2d to cf801e2 Compare September 24, 2025 03:33
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.93.2 chore(deps): update dependency sass to v1.93.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from f79ceef to 09ba42e Compare September 26, 2025 17:12
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 09ba42e to 54b3fa3 Compare September 29, 2025 00:40
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.

0 participants