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

   Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.2.
   <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.64.2</h2>
   <p>To install Sass 1.64.2, 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>
   <h3>Dart API</h3>
   <ul>
   <li>Include protocol buffer definitions when uploading the <code>sass</code> 
package to pub.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1642";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.64.1</h2>
   <p>To install Sass 1.64.1, 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>
   <h3>Embedded Sass</h3>
   <ul>
   <li>Fix a bug where a valid <code>SassCalculation.clamp()</code> with less 
than 3 arguments would throw an error.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1641";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.64.0</h2>
   <p>To install Sass 1.64.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>Comments that appear before or between <code>@use</code> and 
<code>@forward</code> rules are now emitted in source order as much as 
possible, instead of always being emitted after the CSS of all module 
dependencies.</p>
   </li>
   <li>
   <p>Fix a bug where an interpolation in a custom property name crashed if the 
file was loaded by a <code>@use</code> nested in an <code>@import</code>.</p>
   </li>
   </ul>
   <h3>JavaScript API</h3>
   <ul>
   <li>
   <p>Add a new <code>SassCalculation</code> type that represents the 
calculation objects added in Dart Sass 1.40.0.</p>
   </li>
   <li>
   <p>Add <code>Value.assertCalculation()</code>, which returns the value if 
it's a <code>SassCalculation</code> and throws an error otherwise.</p>
   </li>
   <li>
   <p>Produce a better error message when an environment that supports some 
Node.js APIs loads the browser entrypoint but attempts to access the 
filesystem.</p>
   </li>
   </ul>
   <h3>Embedded Sass</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.64.2</h2>
   <h3>Dart API</h3>
   <ul>
   <li>Include protocol buffer definitions when uploading the <code>sass</code> 
package to pub.</li>
   </ul>
   <h2>1.64.1</h2>
   <h3>Embedded Sass</h3>
   <ul>
   <li>Fix a bug where a valid <code>SassCalculation.clamp()</code> with less 
than 3 arguments
   would throw an error.</li>
   </ul>
   <h2>1.64.0</h2>
   <ul>
   <li>
   <p>Comments that appear before or between <code>@use</code> and 
<code>@forward</code> rules are now
   emitted in source order as much as possible, instead of always being emitted
   after the CSS of all module dependencies.</p>
   </li>
   <li>
   <p>Fix a bug where an interpolation in a custom property name crashed if the 
file
   was loaded by a <code>@use</code> nested in an <code>@import</code>.</p>
   </li>
   </ul>
   <h3>JavaScript API</h3>
   <ul>
   <li>
   <p>Add a new <code>SassCalculation</code> type that represents the 
calculation objects added
   in Dart Sass 1.40.0.</p>
   </li>
   <li>
   <p>Add <code>Value.assertCalculation()</code>, which returns the value if 
it's a
   <code>SassCalculation</code> and throws an error otherwise.</p>
   </li>
   <li>
   <p>Produce a better error message when an environment that supports some 
Node.js
   APIs loads the browser entrypoint but attempts to access the filesystem.</p>
   </li>
   </ul>
   <h3>Embedded Sass</h3>
   <ul>
   <li>Fix a bug where nested relative <code>@imports</code> failed to load 
when using the
   deprecated functions <code>render</code> or <code>renderSync</code> and 
those relative imports were
   loaded multiple times across different files.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/890fc17dc1ff3c41f4ccb200719154fbb0dee2b9";><code>890fc17</code></a>
 Include protobuf definitions in the pub package (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2048";>#2048</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/3367abe1612c450d3bdceb6be55cf3bf22bae35c";><code>3367abe</code></a>
 Bump the sass_api version (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2044";>#2044</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/2836216ba59ede71f62a607293e3c3320e0c3728";><code>2836216</code></a>
 Fix deprotofy SassCalculation.clamp (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2043";>#2043</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/b1d56a4f0782dcae4c646fc9397f680847802c8b";><code>b1d56a4</code></a>
 Change terminology to refer to JS instead of Node.js (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2039";>#2039</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/89bd36b14e33de09df87ff0a02d17ab85a4d0333";><code>89bd36b</code></a>
 Revert &quot;Start writing implementation documentation&quot;</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/6c592134fe26ae04be820245a3631f2814f61d42";><code>6c59213</code></a>
 Start writing implementation documentation</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/ca2be2ace9ac065f64059f818537aed28826ebea";><code>ca2be2a</code></a>
 Expose calculations in JS API (<a 
href="https://redirect.github.com/sass/dart-sass/issues/1988";>#1988</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/fe7f9a146d016de8dba11e75036fc6874fa357aa";><code>fe7f9a1</code></a>
 Do not validate a CSS declaration if its key is interpolated (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2036";>#2036</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/262961cb576d46f5518097c2c79c3e0dfb0e384d";><code>262961c</code></a>
 Check the fs library to determine if we're on Node.js (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2033";>#2033</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/60dbddf010461e818a0e5ec66989c67afb74fb5f";><code>60dbddf</code></a>
 Use a fine-grained personal access token to push to the Sass site (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2029";>#2029</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.63.6...1.64.2";>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.63.6&new-version=1.64.2)](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