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


   Bumps [sass](https://github.com/sass/dart-sass) from 1.32.13 to 1.34.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.34.0</h2>
   <p>To install Sass 1.34.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>Don't emit the same warning in the same location multiple times.</p>
   </li>
   <li>
   <p>Cap deprecation warnings at 5 per feature by default.</p>
   </li>
   </ul>
   <h3>Command Line Interface</h3>
   <ul>
   <li>
   <p>Add a <code>--quiet-deps</code> flag which silences compiler warnings 
from stylesheets   loaded through <code>--load-path</code>s.</p>
   </li>
   <li>
   <p>Add a <code>--verbose</code> flag which causes the compiler to emit all 
deprecation   warnings, not just 5 per feature.</p>
   </li>
   </ul>
   <h3>Dart API</h3>
   <ul>
   <li>
   <p>Add a <code>quietDeps</code> argument to <code>compile()</code>, 
<code>compileString()</code>,   <code>compileAsync()</code>, and 
<code>compileStringAsync()</code> which silences compiler warnings   from 
stylesheets loaded through importers, load paths, and <code>package:</code> 
URLs.</p>
   </li>
   <li>
   <p>Add a <code>verbose</code> argument to <code>compile()</code>, 
<code>compileString()</code>, <code>compileAsync()</code>,   and 
<code>compileStringAsync()</code> which causes the compiler to emit all 
deprecation   warnings, not just 5 per feature.</p>
   </li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1340";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.33.0</h2>
   <p>To install Sass 1.33.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>Deprecate the use of <code>/</code> for division. The new 
<code>math.div()</code> function should be   used instead. See <a 
href="https://sass-lang.com/documentation/breaking-changes/slash-div";>this 
page</a> for details.</li>
   </ul>
   <ul>
   <li>
   <p>Add a <code>list.slash()</code> function that returns a slash-separated 
list.</p>
   </li>
   <li>
   <p><strong>Potentially breaking bug fix:</strong> The heuristics around when 
potentially   slash-separated numbers are converted to slash-free numbers—for 
example, when   <code>1/2</code> will be printed as <code>0.5</code> rather 
than <code>1/2</code>—have been slightly expanded.   Previously, a number would 
be made slash-free if it was passed as an argument   to a <em>user-defined 
function</em>, but not to a <em>built-in function</em>. Now it will be   made 
slash-free in both cases. This is a behavioral change, but it's unlikely   to 
affect any real-world stylesheets.</p>
   </li>
   <li>
   <p><a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/:is";><code>:is()</code></a>
 now behaves identically to <code>:matches()</code>.</p>
   </li>
   </ul>
   <ul>
   <li>
   <p>Fix a bug where non-integer numbers that were very close to integer   
values would be incorrectly formatted in CSS.</p>
   </li>
   <li>
   <p>Fix a bug where very small number and very large negative numbers would 
be   incorrectly formatted in CSS.</p>
   </li>
   </ul>
   <!-- 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/master/CHANGELOG.md";>sass's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.34.0</h2>
   <ul>
   <li>
   <p>Don't emit the same warning in the same location multiple times.</p>
   </li>
   <li>
   <p>Cap deprecation warnings at 5 per feature by default.</p>
   </li>
   </ul>
   <h3>Command Line Interface</h3>
   <ul>
   <li>
   <p>Add a <code>--quiet-deps</code> flag which silences compiler warnings 
from stylesheets
   loaded through <code>--load-path</code>s.</p>
   </li>
   <li>
   <p>Add a <code>--verbose</code> flag which causes the compiler to emit all 
deprecation
   warnings, not just 5 per feature.</p>
   </li>
   </ul>
   <h3>Dart API</h3>
   <ul>
   <li>
   <p>Add a <code>quietDeps</code> argument to <code>compile()</code>, 
<code>compileString()</code>,
   <code>compileAsync()</code>, and <code>compileStringAsync()</code> which 
silences compiler warnings
   from stylesheets loaded through importers, load paths, and 
<code>package:</code> URLs.</p>
   </li>
   <li>
   <p>Add a <code>verbose</code> argument to <code>compile()</code>, 
<code>compileString()</code>, <code>compileAsync()</code>,
   and <code>compileStringAsync()</code> which causes the compiler to emit all 
deprecation
   warnings, not just 5 per feature.</p>
   </li>
   </ul>
   <h2>1.33.0</h2>
   <ul>
   <li>Deprecate the use of <code>/</code> for division. The new 
<code>math.div()</code> function should be
   used instead. See <a 
href="https://sass-lang.com/documentation/breaking-changes/slash-div";>this 
page</a> for details.</li>
   </ul>
   <ul>
   <li>
   <p>Add a <code>list.slash()</code> function that returns a slash-separated 
list.</p>
   </li>
   <li>
   <p><strong>Potentially breaking bug fix:</strong> The heuristics around when 
potentially
   slash-separated numbers are converted to slash-free numbers—for example, when
   <code>1/2</code> will be printed as <code>0.5</code> rather than 
<code>1/2</code>—have been slightly expanded.
   Previously, a number would be made slash-free if it was passed as an argument
   to a <em>user-defined function</em>, but not to a <em>built-in 
function</em>. Now it will be
   made slash-free in both cases. This is a behavioral change, but it's unlikely
   to affect any real-world stylesheets.</p>
   </li>
   <li>
   <p><a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/:is";><code>:is()</code></a>
 now behaves identically to <code>:matches()</code>.</p>
   </li>
   </ul>
   <ul>
   <li>
   <p>Fix a bug where non-integer numbers that were very close to integer
   values would be incorrectly formatted in CSS.</p>
   </li>
   <li>
   <p>Fix a bug where very small number and very large negative numbers would be
   incorrectly formatted in CSS.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d15a41ab83b2776a8df725cc263c52a63832e967";><code>d15a41a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1326";>#1326</a>
 from sass/limit-warnings</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/16f181660c0246bfbe30694315646ea2b87853ba";><code>16f1816</code></a>
 Only omit 5 deprecation warnings per feature by default (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1327";>#1327</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d660bf12ef6e91d275dc978cb8451c69b1879ee1";><code>d660bf1</code></a>
 Add an option to the CLI and Dart Sass to silence warnings from deps</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/7f982a1b3ab8f8a0ca4c1b6eefcfdcd82fe66e9a";><code>7f982a1</code></a>
 Only emit each warning once per source location (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1322";>#1322</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/112aaa6aefa0bad9fd94b7e506e6af4925d0f42c";><code>112aaa6</code></a>
 Fix the broken CI (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1317";>#1317</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/ba805f1039c24110bb65eea14c80f423098a9b95";><code>ba805f1</code></a>
 Release 1.33.0 (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1316";>#1316</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/efe680e74ba67dbf5d5e858fb0287da8c1b362b7";><code>efe680e</code></a>
 Make :is() behave like :matches() (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1315";>#1315</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/c24789072d2a37f41b4af1776f2774e13013b068";><code>c247890</code></a>
 Re-enable Node tests for Dart dev (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1313";>#1313</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/f33b934fe4ef1d7d14436ce1da2300389a0a5fe9";><code>f33b934</code></a>
 Fix some edge cases when serializing edge-case numbers (<a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1312";>#1312</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/384916587103aad83ad465293e9b07135fe3def9";><code>3849165</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1306";>#1306</a>
 from sass/slash-separator</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.32.13...1.34.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.32.13&new-version=1.34.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.

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


Reply via email to