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

   Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.66.1.
   <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.66.1</h2>
   <p>To install Sass 1.66.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>JS API</h3>
   <ul>
   <li>Fix a bug where Sass compilation could crash in strict mode if passed a 
callback that threw a string, boolean, number, symbol, or bignum.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1661";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.66.0</h2>
   <p>To install Sass 1.66.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><strong>Breaking change:</strong> Drop support for the additional CSS 
calculations defined in CSS Values and Units 4. Custom Sass functions whose 
names overlapped with these new CSS functions were being parsed as CSS 
calculations instead, causing an unintentional breaking change outside our 
normal [compatibility policy] for CSS compatibility changes.</p>
   <p>Support will be added again in a future version, but only after Sass has 
emitted a deprecation warning for all functions that will break for at least 
three months prior to the breakage.</p>
   </li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1660";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.65.1</h2>
   <p>To install Sass 1.65.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>
   <ul>
   <li>Update abs-percent deprecatedIn version to <code>1.65.0</code>.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1651";>full 
changelog</a> for changes in earlier releases.</p>
   <h2>Dart Sass 1.65.0</h2>
   <p>To install Sass 1.65.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>All functions defined in CSS Values and Units 4 are now parsed as 
calculation objects: <code>round()</code>, <code>mod()</code>, 
<code>rem()</code>, <code>sin()</code>, <code>cos()</code>, <code>tan()</code>, 
<code>asin()</code>, <code>acos()</code>, <code>atan()</code>, 
<code>atan2()</code>, <code>pow()</code>, <code>sqrt()</code>, 
<code>hypot()</code>, <code>log()</code>, <code>exp()</code>, 
<code>abs()</code>, and <code>sign()</code>.</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/main/CHANGELOG.md";>sass's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.66.1</h2>
   <h3>JS API</h3>
   <ul>
   <li>Fix a bug where Sass compilation could crash in strict mode if passed a
   callback that threw a string, boolean, number, symbol, or bignum.</li>
   </ul>
   <h2>1.66.0</h2>
   <ul>
   <li>
   <p><strong>Breaking change:</strong> Drop support for the additional CSS 
calculations defined
   in CSS Values and Units 4. Custom Sass functions whose names overlapped with
   these new CSS functions were being parsed as CSS calculations instead, 
causing
   an unintentional breaking change outside our normal [compatibility policy] 
for
   CSS compatibility changes.</p>
   <p>Support will be added again in a future version, but only after Sass has
   emitted a deprecation warning for all functions that will break for at least
   three months prior to the breakage.</p>
   </li>
   </ul>
   <h2>1.65.1</h2>
   <ul>
   <li>Update abs-percent deprecatedIn version to <code>1.65.0</code>.</li>
   </ul>
   <h2>1.65.0</h2>
   <ul>
   <li>
   <p>All functions defined in CSS Values and Units 4 are now parsed as 
calculation
   objects: <code>round()</code>, <code>mod()</code>, <code>rem()</code>, 
<code>sin()</code>, <code>cos()</code>, <code>tan()</code>, <code>asin()</code>,
   <code>acos()</code>, <code>atan()</code>, <code>atan2()</code>, 
<code>pow()</code>, <code>sqrt()</code>, <code>hypot()</code>, 
<code>log()</code>, <code>exp()</code>,
   <code>abs()</code>, and <code>sign()</code>.</p>
   </li>
   <li>
   <p>Deprecate explicitly passing the <code>%</code> unit to the global 
<code>abs()</code> function. In
   future releases, this will emit a CSS abs() function to be resolved by the
   browser. This deprecation is named <code>abs-percent</code>.</p>
   </li>
   </ul>
   <h2>1.64.3</h2>
   <h3>Dart API</h3>
   <ul>
   <li>
   <p>Deprecate explicitly passing <code>null</code> as the alpha channel for
   <code>SassColor.rgb()</code>, <code>SassColor.hsl()</code>, and 
<code>SassColor.hwb()</code>. Omitting the
   <code>alpha</code> channel is still allowed. In future releases, 
<code>null</code> will be used to
   indicate a <a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#missing_color_components";>missing
 component</a>. This deprecation is named <code>null-alpha</code>.</p>
   </li>
   <li>
   <p>Include protocol buffer definitions when uploading the <code>sass</code> 
package to pub.</p>
   </li>
   </ul>
   <h3>JS API</h3>
   <ul>
   <li>Deprecate explicitly passing <code>null</code> as the alpha channel for 
`new</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/aa53bd0ef38f0f5a5d061d512f65c391d2f0c0a1";><code>aa53bd0</code></a>
 Use wrapJSExceptions() to work around <a 
href="https://redirect.github.com/dart-lang/sdk/issues/53105";>dart-lang/sdk#53105</a>
 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2055";>#2055</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/e70cd5a0a0c14cc4169f5ac21d44637b90b61bed";><code>e70cd5a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sass/dart-sass/issues/2067";>#2067</a> from 
sass/revert-calc</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/a6a06b7eecf46e1ff8c378c6a262612b1008524f";><code>a6a06b7</code></a>
 Update pubspec and changelog and re-add abs-percent deprecation</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/458852dfd3714c8cfa15154be9e07a538d45aef9";><code>458852d</code></a>
 Revert &quot;Calc functions implementation (<a 
href="https://redirect.github.com/sass/dart-sass/issues/1970";>#1970</a>)&quot;</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/86a2f42a40da875b3723fd0b8da4494301c6754b";><code>86a2f42</code></a>
 Revert &quot;Update abs-percent deprecatedIn version (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2057";>#2057</a>)&quot;</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/4a86812ad288659380a1b8a73c4625aafbac55e3";><code>4a86812</code></a>
 Bump http from 0.13.6 to 1.1.0 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2062";>#2062</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/bb244761d301d3ac08adc2177d9982d6e0c0d643";><code>bb24476</code></a>
 Update abs-percent deprecatedIn version (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2057";>#2057</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/e4c8cd67e85d6710ce6bc27107882d6ea1856de0";><code>e4c8cd6</code></a>
 Calc functions implementation (<a 
href="https://redirect.github.com/sass/dart-sass/issues/1970";>#1970</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/4c3bd0e89f5f052d5a70efc1be11e380a0a8fdd1";><code>4c3bd0e</code></a>
 Deprecate explicitly passing null as an alpha value (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2049";>#2049</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/8802c69337c8e7d8d46eddb8668b57ca5daa8942";><code>8802c69</code></a>
 Add ignores to work around <a 
href="https://redirect.github.com/dart-lang/linter/issues/4381";>dart-lang/linter#4381</a>
 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2053";>#2053</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.64.2...1.66.1";>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.64.2&new-version=1.66.1)](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 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>


-- 
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: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to