dependabot[bot] opened a new pull request, #2975:
URL: https://github.com/apache/myfaces-tobago/pull/2975

   Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.54.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.54.0</h2>
   <p>To install Sass 1.54.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>Deprecate selectors with leading or trailing combinators, or with 
multiple combinators in a row. If they're included in style rules after nesting 
is resolved, Sass will now produce a deprecation warning and, in most cases, 
omit the selector. Leading and trailing combinators can still be freely used 
for nesting purposes.</p>
   <p>See <a 
href="https://sass-lang.com/d/bogus-combinators";>https://sass-lang.com/d/bogus-combinators</a>
 for more details.</p>
   </li>
   <li>
   <p>Add partial support for new media query syntax from Media Queries Level 
4. The only exception are logical operations nested within parentheses, as 
these were previously interpreted differently as SassScript expressions.</p>
   <p>A parenthesized media condition that begins with <code>not</code> or an 
opening parenthesis now produces a deprecation warning. In a future release, 
these will be interpreted as plain CSS instead.</p>
   </li>
   <li>
   <p>Deprecate passing non-<code>deg</code> units to 
<code>color.hwb()</code>'s <code>$hue</code> argument.</p>
   </li>
   <li>
   <p>Fix a number of bugs when determining whether selectors with 
pseudo-elements are superselectors.</p>
   </li>
   <li>
   <p>Treat <code>*</code> as a superselector of all selectors.</p>
   </li>
   </ul>
   <h3>Dart API</h3>
   <ul>
   <li>Add a top-level <code>fakeFromImport()</code> function for testing 
custom importers that use <code>AsyncImporter.fromImport</code>.</li>
   </ul>
   <h3>JS API</h3>
   <ul>
   <li>
   <p>Add a <code>charset</code> option that controls whether or not Sass emits 
a <code>@charset</code>/BOM for non-ASCII stylesheets.</p>
   </li>
   <li>
   <p>Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module 
resolution.</p>
   </li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1540";>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.54.0</h2>
   <ul>
   <li>
   <p>Deprecate selectors with leading or trailing combinators, or with multiple
   combinators in a row. If they're included in style rules after nesting is
   resolved, Sass will now produce a deprecation warning and, in most cases, 
omit
   the selector. Leading and trailing combinators can still be freely used for
   nesting purposes.</p>
   <p>See <a 
href="https://sass-lang.com/d/bogus-combinators";>https://sass-lang.com/d/bogus-combinators</a>
 for more details.</p>
   </li>
   <li>
   <p>Add partial support for new media query syntax from Media Queries Level 
4. The
   only exception are logical operations nested within parentheses, as these 
were
   previously interpreted differently as SassScript expressions.</p>
   <p>A parenthesized media condition that begins with <code>not</code> or an 
opening
   parenthesis now produces a deprecation warning. In a future release, these
   will be interpreted as plain CSS instead.</p>
   </li>
   <li>
   <p>Deprecate passing non-<code>deg</code> units to 
<code>color.hwb()</code>'s <code>$hue</code> argument.</p>
   </li>
   <li>
   <p>Fix a number of bugs when determining whether selectors with 
pseudo-elements
   are superselectors.</p>
   </li>
   <li>
   <p>Treat <code>*</code> as a superselector of all selectors.</p>
   </li>
   </ul>
   <h3>Dart API</h3>
   <ul>
   <li>Add a top-level <code>fakeFromImport()</code> function for testing 
custom importers
   that use <code>AsyncImporter.fromImport</code>.</li>
   </ul>
   <h3>JS API</h3>
   <ul>
   <li>
   <p>Add a <code>charset</code> option that controls whether or not Sass emits 
a
   <code>@charset</code>/BOM for non-ASCII stylesheets.</p>
   </li>
   <li>
   <p>Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module 
resolution.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/bc8df44f6a681223d450abdd89013a61bfe90e9f";><code>bc8df44</code></a>
 Cut a release (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1755";>#1755</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d159d83ea87d7690f9b2ab01b9ffa70d09475ddd";><code>d159d83</code></a>
 Fix superselector bugs for pseudo-elements and universal selectors (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1753";>#1753</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/eeedebcee54d97dd032b44c9e26ec74409207633";><code>eeedebc</code></a>
 Add partial support for Media Queries Level 4 (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1749";>#1749</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/0d4c0d03657453a2dc5d9290c7886166dc620c03";><code>0d4c0d0</code></a>
 Recategorize selectors as &quot;AST&quot; for Dartdoc (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1752";>#1752</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/3e7c9dd7021196725e0abf6fcb8105813d94e041";><code>3e7c9dd</code></a>
 Expose <code>inImportRule()</code> as the test-only 
<code>fakeFromImport()</code> function (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1750";>#1750</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/cc5529bda6fb81e9bf61946685f20f643dfe8a3c";><code>cc5529b</code></a>
 Drop the Git dependency on source_span (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1751";>#1751</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/1bd774485dfb1b6fc14ebd83cc864ba46d0708e2";><code>1bd7744</code></a>
 Deprecate passing non-<code>deg</code> units to <code>hwb()</code>'s 
<code>$hue</code> argument (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1747";>#1747</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/4b53c163d70a38b8b7fc1779bd8369736e932ae3";><code>4b53c16</code></a>
 Deprecate bogus combinators (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1740";>#1740</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/fd4c50c3d9b881c43210c173500a07e19f0fd6ce";><code>fd4c50c</code></a>
 Expose selector APIs through sass_api (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1741";>#1741</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/f611b066c517fbe823a776fb2546d46a62e545d7";><code>f611b06</code></a>
 Remove <code>@​types/node</code> from dependency (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1737";>#1737</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.53.0...1.54.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.53.0&new-version=1.54.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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>


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

Reply via email to