Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2025

This PR contains the following updates:

Package Change Age Confidence
sass 1.93.2 -> 1.97.1 age confidence

Release Notes

sass/dart-sass (sass)

v1.97.1

Compare Source

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated
    even if their conditions didn't match.

v1.97.0

Compare Source

  • Add support for the display-p3-linear color space.

v1.96.0

Compare Source

  • Allow numbers with complex units (more than one numerator unit or more than
    zero denominator units) to be emitted to CSS. These are now emitted as
    calc() expressions, which now support complex units in plain CSS.

v1.95.1

Compare Source

  • No user-visible changes.

v1.95.0

Compare Source

  • Add support for the CSS-style if() function. In addition to supporting the
    plain CSS syntax, this also supports a sass() query that takes a Sass
    expression that evaluates to true or false at preprocessing time depending
    on whether the Sass value is truthy. If there are no plain-CSS queries, the
    function will return the first value whose query returns true during
    preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3)
    returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate
    to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to
    if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that
    they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special
    variable strings" (like var()), meaning they can now be used in place of
    multiple arguments or syntax fragments in various CSS functions.

v1.94.3

Compare Source

  • Fix the span reported for standalone % expressions followed by whitespace.

v1.94.2

Compare Source

Command-Line Interface
  • Using --fatal-deprecation <version> no longer emits warnings about
    deprecations that are obsolete.
Dart API
  • Deprecation.forVersion now excludes obsolete deprecations from the set it
    returns.
JS API
  • Excludes obsolete deprecations from fatalDeprecations when a Version is
    passed.
Node.js Embedded Host
  • Fix a bug where a variable could be used before it was initialized during
    async compilation.

v1.94.1

Compare Source

  • No user-visible changes.

v1.94.0

Compare Source

  • Potentially breaking compatibility fix: @function rules whose names
    begin with -- are now parsed as unknown at-rules to support the plain CSS
    @function rule. Within this rule, the result property is parsed as raw
    CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin
    with -- are now errors. These are not yet parsed as unknown at-rules because
    no browser currently supports CSS mixins.

v1.93.3

Compare Source

  • Fix a performance regression that was introduced in 1.92.0.

Configuration

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

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Nov 14, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot enabled auto-merge (squash) November 14, 2025 06:33
@renovate renovate bot requested a review from itzsaga as a code owner November 14, 2025 06:33
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 18, 2025

Deploying slack-list with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4df3d21
Status: ✅  Deploy successful!
Preview URL: https://53b97f43.slack-list.pages.dev
Branch Preview URL: https://renovate-sass-1-x-lockfile.slack-list.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 1b42691 to 9120e65 Compare November 21, 2025 05:42
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.94.0 chore(deps): update dependency sass to v1.94.1 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 9120e65 to be494b0 Compare November 23, 2025 02:13
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.94.1 chore(deps): update dependency sass to v1.94.2 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from be494b0 to 2588cba Compare December 3, 2025 20:07
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 2588cba to 6bd13cf Compare December 11, 2025 19:51
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.94.2 chore(deps): update dependency sass to v1.95.0 Dec 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.95.0 chore(deps): update dependency sass to v1.95.1 Dec 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.95.1 chore(deps): update dependency sass to v1.96.0 Dec 14, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 6bd13cf to 4df3d21 Compare December 19, 2025 10:32
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.96.0 chore(deps): update dependency sass to v1.97.0 Dec 19, 2025
@sonarqubecloud
Copy link

@renovate renovate bot changed the title chore(deps): update dependency sass to v1.97.0 chore(deps): update dependency sass to v1.97.1 Dec 22, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 22, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[22:06:49.005] INFO (789): Installing tool node@22.21.1...
[22:06:57.796] ERROR (789): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/22.21.1/node-22.21.1-x86_64.tar.xz.sha512"
    err: {
      "type": "RequestError",
      "message": "socket hang up: socket hang up",
      "stack":
          RequestError: socket hang up
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:38616:94)
              at Object.onceWrapper (node:events:623:26)
              at ClientRequest.emit (node:events:520:35)
              at ClientRequest.emit (node:domain:489:12)
              at emitErrorEvent (node:_http_client:108:11)
              at TLSSocket.socketOnEnd (node:_http_client:599:5)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at TLSSocket.socketOnEnd (node:_http_client:599:25)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
          caused by: Error: socket hang up
              at TLSSocket.socketOnEnd (node:_http_client:599:25)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
      "name": "RequestError",
      "code": "ECONNRESET",
      "timings": {
        "start": 1766441215281,
        "socket": 1766441215282,
        "lookup": 1766441215282,
        "connect": 1766441215284,
        "secureConnect": 1766441217378,
        "upload": 1766441217379,
        "error": 1766441217794,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 2,
          "tls": 2094,
          "request": 1,
          "total": 2513
        }
      },
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "beforeCache": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "copyPipedHeaders": true,
        "headers": {
          "user-agent": "containerbase/13.25.16 node/24.12.0 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br, zstd"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100,
          "enforceRetryRules": false
        },
        "method": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/22.21.1/node-22.21.1-x86_64.tar.xz.sha512",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": false
      }
    }
[22:06:57.846] ERROR (789): socket hang up
[22:06:57.847] FATAL (789): Install tool node failed in 8.8s.

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