[PR #373] chore(deps): Bump sass from 1.98.0 to 1.99.0 #373

Open
opened 2026-05-06 12:16:38 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/373
Author: @dependabot[bot]
Created: 4/20/2026
Status: 🔄 Open

Base: devHead: dependabot/npm_and_yarn/dev/sass-1.99.0


📝 Commits (1)

  • b72e413 chore(deps): Bump sass from 1.98.0 to 1.99.0

📊 Changes

2 files changed (+21 additions, -21 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+20 -20)

📄 Description

Bumps sass from 1.98.0 to 1.99.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.99.0

To install Sass 1.99.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • 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.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.99.0

  • 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.

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/373 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/20/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/sass-1.99.0` --- ### 📝 Commits (1) - [`b72e413`](https://github.com/BreizhHardware/portfolio/commit/b72e413cd5fc563b9e9f4b34bba579f29ff539fc) chore(deps): Bump sass from 1.98.0 to 1.99.0 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+20 -20) </details> ### 📄 Description Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.99.0</h2> <p>To install Sass 1.99.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p>Add support for parent selectors (<code>&amp;</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> 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 <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> 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.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, 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.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1990">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.99.0</h2> <ul> <li> <p>Add support for parent selectors (<code>&amp;</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> 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 <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> 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.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, 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.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/83c39fec93ab0dc183a46cff2bc468999ce53e20"><code>83c39fe</code></a> Support the top-level parent selector (<a href="https://redirect.github.com/sass/dart-sass/issues/2758">#2758</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ec85871864ca16f8045e66ad329bd462e791bfa1"><code>ec85871</code></a> Bump EndBug/add-and-commit from 9 to 10 (<a href="https://redirect.github.com/sass/dart-sass/issues/2756">#2756</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a604acd19ad2ce31ef2efe9aa5950b0c5fcc74a9"><code>a604acd</code></a> [Function Name] Implement changes (<a href="https://redirect.github.com/sass/dart-sass/issues/2731">#2731</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.98.0...1.99.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.98.0&new-version=1.99.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#373
No description provided.