Skip to content

chore(deps): update dependency sass-embedded to v1.99.0 - autoclosed#257

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sass-embedded-1.x-lockfile
Closed

chore(deps): update dependency sass-embedded to v1.99.0 - autoclosed#257
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sass-embedded-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
sass-embedded 1.97.31.99.0 age confidence

Release Notes

sass/embedded-host-node (sass-embedded)

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.

v1.98.0

Compare Source

Command-Line Interface
  • Gracefully handle dependency loops in --watch mode.
Dart API
  • Add a const Logger.defaultLogger field. This provides a logger that emits to
    standard error or the browser console, but automatically chooses whether to
    use terminal colors.
JavaScript API
  • Fix a crash when manually constructing a SassCalculation for 'calc' with
    an argument that can't be simplified.

  • Properly emit deprecation warnings as text rather than StringBuffer objects
    when running in a browser.

  • Emit colored warnings and other messages on the console when running in a
    browser.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate renovate Bot enabled auto-merge (squash) March 16, 2026 10:08
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 16, 2026

⚠️ 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: docs/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: tka-docs@1.1.0
npm error Found: vuepress@2.0.0-rc.27
npm error node_modules/vuepress
npm error   dev vuepress@"2.0.0-rc.27" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vuepress@"2.0.0-rc.28" from vuepress-theme-plume@1.0.0-rc.198
npm error node_modules/vuepress-theme-plume
npm error   dev vuepress-theme-plume@"1.0.0-rc.198" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-02T17_44_10_078Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-02T17_44_10_078Z-debug-0.log

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 16, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sass-embedded to v1.98.0 chore(deps): update dependency sass-embedded to v1.99.0 Apr 3, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sass-embedded to v1.99.0 chore(deps): update dependency sass-embedded to v1.99.0 - autoclosed May 2, 2026
@renovate renovate Bot closed this May 2, 2026
auto-merge was automatically disabled May 2, 2026 20:45

Pull request was closed

@renovate renovate Bot deleted the renovate/sass-embedded-1.x-lockfile branch May 2, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants