dependabot[bot] opened a new pull request, #121:
URL: https://github.com/apache/netbeans-antora-ui/pull/121

   Bumps the all-dependencies group with 1 update: 
[sass](https://github.com/sass/dart-sass).
   
   Updates `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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to